Skip to content

Real Fluid Lookup

fullflow.FluidLookup

CoolProp-backed thermodynamic property lookup component.

FluidLookup evaluates thermodynamic and transport properties through the ThermoProp Fluid wrapper. It supports pure fluids, mixtures, and dynamic composition inputs through Composition.

The component flashes the fluid state from two selected thermodynamic inputs, then writes requested property outputs to their corresponding states. Additional supported fluid properties can be accessed lazily as derived states.

Parameters

Name Type Description
namestr

Component name

networkNetwork

Network that owns this component

fluidstr or dict or Composition

Fluid name, species-fraction dictionary, or composition object

pressureState or float, optional

Pressure input or output state

temperatureState or float, optional

Temperature input or output state

enthalpyState or float, optional

Specific enthalpy input or output state

qualityState or float, optional

Vapor quality input or output state

densityState or float, optional

Density input or output state

internal_energyState or float, optional

Specific internal energy input or output state

flash_valuestuple[str, str], optional

Thermodynamic property pair used for the flash **property_states : State Additional requested Fluid property output states

Outputs

Name Type Description
property_statesState

Requested thermodynamic or transport property states