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

Modification of the media in the gas node to point to the MoistAir media from...

Modification of the media in the gas node to point to the MoistAir media from the TAeZoSysPro library
parent b1397cd9
No related branches found
No related tags found
No related merge requests found
within TAeZoSysPro_testsuite.FluidDynamics.BaseClasses;
model test_GasNode
TAeZoSysPro.FluidDynamics.BasesClasses.GasNode gasNode(nPorts = 1) annotation(
package Medium = TAeZoSysPro.Media.Air.MoistAir ;
TAeZoSysPro.FluidDynamics.BasesClasses.GasNode gasNode(redeclare package Medium = Medium, nPorts = 1) annotation(
Placement(visible = true, transformation(origin = {-3.55271e-15, 3.55271e-15}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
Modelica.Fluid.Sources.MassFlowSource_T boundary(redeclare package Medium = Modelica.Media.Air.MoistAir, m_flow = 0.001, nPorts = 1) annotation(
Modelica.Fluid.Sources.MassFlowSource_T boundary(redeclare package Medium = Medium, m_flow = 0.001, nPorts = 1) annotation(
Placement(visible = true, transformation(origin = {-62, 4}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
equation
connect(boundary.ports[1], gasNode.fluidPort[1]) annotation(
......
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