Skip to content
Snippets Groups Projects
Commit 72758b85 authored by MARSOLLIER Felix's avatar MARSOLLIER Felix
Browse files

Addition of the saturationDensity function test

parent 37eb519d
No related branches found
No related tags found
No related merge requests found
within TAeZoSysPro_testsuite.Media.SimpleMoistAir;
model test_saturationDensity
parameter Modelica.SIunits.Temperature T = 303.15;
Modelica.SIunits.Density d_sat;
Modelica.SIunits.Density d_sat_IF97;
equation
d_sat = saturationDensity(T);
d_sat_IF97 = Modelica.Media.Water.IF97_Utilities.BaseIF97.Regions.rhov_T(T);
end test_saturationDensity;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment