Skip to main content

COMPRESSOR_CHART

MODELS / [...] / STAGES / COMPRESSOR_CHART

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 is a reference to a compressor chart model defined in MODELS.

Format

MODELS:
- NAME: <model name>
...
COMPRESSOR_TRAIN:
STAGES:
- COMPRESSOR_CHART: <reference to compressor chart model>
...

Example

MODELS:
- NAME: compressor_train
...
COMPRESSOR_TRAIN:
STAGES:
- COMPRESSOR_CHART: stage1_compressor_chart
...