ENERGYFUNCTION
INSTALLATIONS / [...] / ENERGY_USAGE_MODEL / ENERGYFUNCTION
Required | Child of | Children/Options |
---|---|---|
No | ENERGY_USAGE_MODEL | None |
Description
This refers to an energy function model defined in either FACILITY INPUTS or in MODELS used for ENERGY USAGE MODEL. The following attributes can be utilised:
Format
ENERGY_USAGE_MODEL:
TYPE: <energy usage model type>
ENERGYFUNCTION: <reference to energy function in facility inputs or models of compressor type>
Example
FACILITY_INPUTS:
- NAME: compressor_model_reference
TYPE: COMPRESSOR_TABULAR
FILE: <file path>
...
INSTALLATIONS:
- NAME: InstallationA
CATEGORY: FIXED
FUEL: fuel_gas
GENERATORSETS:
- NAME: gensetA
CATEGORY: TURBINE-GENERATOR
ELECTRICITY2FUEL: genset
CONSUMERS:
- NAME: compressor
CATEGORY: COMPRESSOR
ENERGY_USAGE_MODEL:
TYPE: COMPRESSOR
ENERGYFUNCTION: compressor_model_reference
...
FUELCONSUMERS:
- NAME: compressor
CATEGORY: GAS-DRIVEN-COMPRESSOR
ENERGY_USAGE_MODEL:
TYPE: COMPRESSOR
ENERGYFUNCTION: compressor_model_reference
...