Skip to main content

INLET_TEMPERATURE

MODELS / [...] / STAGES / INLET_TEMPERATURE

RequiredChild ofChildren/Options
YesMODELSNone

Description

This is a keyword used in COMPRESSOR MODELLING when defining the individual stages of a compressor train. It is a necessary input parameter which describes the inlet temperature to a compressor stage. Temperature must be given in oC.

As of now, this is can only be given as a single value. Time-series are not accepted here.

Format

MODELS:
- NAME: <model name>
...
COMPRESSOR_TRAIN:
STAGES:
- INLET_TEMPERATURE: <inlet temperature in Celsius for stage>
...

Example

MODELS:
- NAME: compressor_train
...
COMPRESSOR_TRAIN:
STAGES:
- INLET_TEMPERATURE: 20 #degC
...