Metadata-Version: 2.3
Name: feems
Version: 0.11.4
Summary: 
License: MIT
Author: Kevin Koosup Yum
Author-email: kevinkoosup.yum@sintef.no
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pandas (>=2.1.1,<3.0.0)
Requires-Dist: scipy (>=1.11.2,<2.0.0)
Description-Content-Type: text/markdown

# Fuel, Emissions, Energy Calculation for Machinery System (FEEMS)

FEEMS is modeling framework for a marine power and propulsion system for calculation of fuel consumption, emissions, and energy balance with the input of operation mode and external power load.In this framework, a modeler can configure a power system based on the single line diagram and component library. It supports the following types of power / propulsion systems

- Hybrid/Conventional Diesel Electric Propulsion
- Hybrid Propulsion with PTI/PTO
- Mechanical Propulsion with a Separate Electric Power System

After the system model is configured, given the operational control inputs and power load on the consumers, power balance calculation is performed to obtain the load on the power producers. Then fuel/emission calculation is performed.

## Installing FEEMS

```
pip install feems
```

## Building from the source code

You should have installed poetry

```

```

