refrigerantChargeProperties
Calculate two-phase fluid states based on charge density and temperature
Since R2026a
Description
[
calculates the two-phase fluid states for the fluid properties source,
pressure,specificEnthalpy,specificInternalEnergy,normalizedInternalEnergy,exitflag] = refrigerantChargeProperties(propertySource,chargeDensity,temperature)propertySource, from the charge density,
chargeDensity, and the temperature of the refrigerant charge,
temperature. If you want to initialize a model based on refrigerant
charge density, use this function to calculate the fluid states.
The refrigerantChargeProperties function solves a system of two
equations for pressure, p, and normalized specific internal energy, ,
where:
vTLU is the fluid specific volume property table.
TTLU is the fluid temperature property table.
ρcharge is the value of the
chargeDensityargument, which is the total refrigerant mass in the system divided by the total system volume.Tcharge is the value of the
temperatureargument.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a
See Also
twoPhaseFluidTables | Two-Phase Fluid Properties (2P) | Two-Phase Fluid Predefined Properties
(2P) (Simscape Fluids)
