Ideal Gas Lookup
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 |
|---|---|---|
name | str | Component name |
network | Network | Network that owns this component |
fluid | str or dict[str, State or float] or Composition | Ideal-gas species or composition |
pressure | State or float, optional | Pressure flash input |
temperature | State or float, optional | Temperature flash input |
enthalpy | State or float, optional | Enthalpy flash input |
internal_ | State or float, optional | Internal energy flash input |
density | State or float, optional | Density flash input |
flash_ | tuple[str, ...], optional | Explicit flash input selection |
adjust_ | bool, optional | Whether thermodynamic reference-state offsets are applied **property_states : State Additional requested IdealGas property output states |
Outputs
| Name | Type | Description |
|---|---|---|
property_ | State | Requested thermodynamic and transport property states |