Skip to main content

MAXIMUM_POWER

MODELS / MAXIMUM_POWER

Description

MAXIMUM_POWER is an optional constant giving the maximum power (MW) that the compressor train can use.

Functionality

It is an optional setting and supported for compressor train models SINGLE_SPEED_COMPRESSOR_TRAIN, SIMPLIFIED_VARIABLE_SPEED_COMPRESSOR_TRAIN, VARIABLE_SPEED_COMPRESSOR_TRAIN, VARIABLE_SPEED_COMPRESSOR_TRAIN_MULTIPLE_STREAMS_AND_PRESSURES.

Format

MODELS:
- NAME: <model name>
TYPE: SIMPLIFIED_VARIABLE_SPEED_COMPRESSOR_TRAIN
FLUID_MODEL: <reference to fluid model, must be defined in [MODELS]>
COMPRESSOR_TRAIN:
POWER_ADJUSTMENT_CONSTANT: <Optional constant MW adjustment added to the model>
MAXIMUM_POWER: <Optional constant MW maximum power the compressor train can require>
CALCULATE_MAX_RATE: <Optional. compressor train max standard rate [Sm3/day] in result if set to true. Default false. Use with caution. This will increase runtime significantly. >
...