Define known properties

The cycle structure and the known properties must be defined entirely within the @solve macro, following the syntax presented in this documentation.

To define properties that are already known to the system, you must specify the state and symbol of the known property, following the table below.

Property thermodynamicsUnitSymbol of attributes of the state
TemperatureK.T
PressurekPa.p
EnthalpykJ/kg.h
EntropykJ/kg.K.s
Quality.Q
Densitykg/m^3.rho
Mass flowkg/s.m

Based on this, to assign the properties, the name of the state is concatenated with the symbol of the known attribute, followed by the equal sign and the value to be assigned, taking into account the units of each property.