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

Modification of the test following modification of the module in the...

Modification of the test following modification of the module in the TAeZoSysPro library. A liquid node now requires to be connected to a pressure source
parent a2b30b1b
No related branches found
No related tags found
No related merge requests found
within TAeZoSysPro_testsuite.FluidDynamics.BaseClasses; within TAeZoSysPro_testsuite.FluidDynamics.BaseClasses;
model test_LiquidNode model test_LiquidNode
TAeZoSysPro.FluidDynamics.BasesClasses.LiquidNode liquidNode(nPorts = 0) annotation( TAeZoSysPro.FluidDynamics.BasesClasses.LiquidNode liquidNode(V_start = 1, nPorts = 1) annotation(
Placement(visible = true, transformation(origin = {-3.55271e-15, 3.55271e-15}, extent = {{-20, -20}, {20, 20}}, rotation = 0))); Placement(visible = true, transformation(origin = {-3.55271e-15, 3.55271e-15}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
TAeZoSysPro.FluidDynamics.Sources.Boundary_p boundary_p(redeclare package Medium = Modelica.Media.Water.WaterIF97_ph, nPorts = 1) annotation(
Placement(visible = true, transformation(origin = {-60, 60}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
equation equation
connect(boundary_p.ports[1], liquidNode.fluidPort[1]) annotation(
Line(points = {{-40, 60}, {10, 60}, {10, 18}, {10, 18}}, color = {0, 127, 255}));
end test_LiquidNode; end test_LiquidNode;
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