No project description provided
Project description
Oemof Industry
Holds the MultiInputMultiOutputConverter for modeling industrial components.
Introduction
The features in this repo were developed for the SEDOS project:
MultiInputMultiOutputConverter(MIMOConverter)MIMOfacadeCO2EmissionLimit
The MIMOConverter is designed to handle multiple inputs and multiple outputs, enabling advanced modeling of
industrial components with the oemof framework.
The MIMO facade simplifies the use of the MIMOConverter with oemof.tabular, which loads oemof energy systems from tabular data sources.
Additionally, CO2EmissionLimit is provided to add an emission constraint to an energy system based on CO2, CH4 and N2O flows.
Installation
To install oemof.industry follow these steps:
- Clone oemof.industry
git clone https://github.com/sedos-project/oemof.industry.git - enter folder
cd oemof.industry - create virtual environment using conda:
conda env create -f environment.yml - activate environment:
conda activate oemof.industry - install oemof.instry package using poetry, via:
poetry install
Development
To run the all tests run:
pytest
Usage
To use oemof.industry features in a project:
from oemof_industry.mimo_converter import MultiInputMultiOutputConverter, MIMO
from oemof_industry. emission_constraint import CO2EmissionLimit
MIMOConverter
MIMO facade
CO2EmissionLimit
API Reference
Contributing
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oemof_industry-0.1.0.tar.gz.
File metadata
- Download URL: oemof_industry-0.1.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/5.15.0-117-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b86173eb626eb6cfff70b9756b511a2101a4daade59510df753dcac2e41c5a5f
|
|
| MD5 |
9c380dc2cac43b93975f57a4cabcb945
|
|
| BLAKE2b-256 |
98a15b83f370d627b2a5dce65786fcf9479f551014e9914a8580fd961c8d0d1e
|
File details
Details for the file oemof_industry-0.1.0-py3-none-any.whl.
File metadata
- Download URL: oemof_industry-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/5.15.0-117-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7b64647bec7def212e53c8101f682e699f0c033ffe42c1ac88e9d77737bff0b
|
|
| MD5 |
a9e16e7b5e5d4e781b08546007a615ea
|
|
| BLAKE2b-256 |
64b7244002917a7395903f147fe5bb9e66f240df736d360198d97f691fed984a
|