Skip to content

Ideal Gas Lookup

fullflow.IdealGasLookup

ThermoProp IdealGas-backed thermodynamic property lookup component.

IdealGasLookup evaluates ideal-gas thermodynamic and transport properties using the ThermoProp IdealGas wrapper. The component supports pure species and mixtures, automatically performs thermodynamic flash calculations from specified input states, and writes requested output properties to their corresponding states.

Additional supported ideal-gas properties can be accessed lazily as derived states.

Parameters

Name Type Description
namestr

Component name

networkNetwork

Network that owns this component

fluidstr or dict[str, State or float] or Composition

Ideal-gas species or composition

pressureState or float, optional

Pressure flash input

temperatureState or float, optional

Temperature flash input

enthalpyState or float, optional

Enthalpy flash input

internal_energyState or float, optional

Internal energy flash input

densityState or float, optional

Density flash input

flash_valuestuple[str, ...], optional

Explicit flash input selection

adjust_referencebool, optional

Whether thermodynamic reference-state offsets are applied **property_states : State Additional requested IdealGas property output states

Outputs

Name Type Description
property_statesState

Requested thermodynamic and transport property states