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

Revert "Removal of this test since replaced by the test "LiquidNode""

This reverts commit a68c47b7.
parent ac410fd9
No related branches found
No related tags found
No related merge requests found
within TAeZoSysPro_testsuite.FluidDynamics.BaseClasses;
model LiquidNode_simulated
parameter Modelica.SIunits.Temperature T = 273.15 + 90;
parameter Modelica.SIunits.Pressure p = 101325;
Modelica.Fluid.Interfaces.FluidPort_b port_liquidNode(redeclare package Medium = Modelica.Media.Water.WaterIF97_ph) annotation(
Placement(visible = true, transformation(origin = {2, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0), iconTransformation(origin = {2, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
equation
port_liquidNode.h_outflow = Modelica.Media.Water.WaterIF97_pT.specificEnthalpy_pT(p = p, T = T);
end LiquidNode_simulated;
......@@ -6,3 +6,4 @@ test_GasNode_two_phases
test_Interface_liq_gas
test_LiquidNode
test_FreeAeraulicConvection
LiquidNode_simulated
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