Skip to content

Commit

Permalink
Changed from_dp
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Oct 10, 2014
1 parent 3387ba4 commit a58a191
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ model SingleCircuitMultipleCircuitEpsilonNTU
sysTyp=Buildings.Fluid.HeatExchangers.RadiantSlabs.Types.SystemType.Floor,
disPip=0.2,
A=A,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial)
"Slabe with embedded pipes"
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial,
from_dp=true) "Slabe with embedded pipes"
annotation (Placement(transformation(extent={{-14,10},{6,30}})));

parameter Modelica.SIunits.MassFlowRate m_flow_nominal=
Expand Down Expand Up @@ -74,8 +74,8 @@ model SingleCircuitMultipleCircuitEpsilonNTU
sysTyp=Buildings.Fluid.HeatExchangers.RadiantSlabs.Types.SystemType.Floor,
disPip=0.2,
A=A,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial)
"Slabe with embedded pipes"
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial,
from_dp=true) "Slabe with embedded pipes"
annotation (Placement(transformation(extent={{10,-30},{30,-10}})));

Modelica.Thermal.HeatTransfer.Components.ThermalConductor conBel2(G=20*A)
Expand All @@ -94,8 +94,8 @@ model SingleCircuitMultipleCircuitEpsilonNTU
nCir=nCir,
A=nCir*A,
m_flow_nominal=nCir*m_flow_nominal,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial)
"Slabe with embedded pipes"
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial,
from_dp=true) "Slabe with embedded pipes"
annotation (Placement(transformation(extent={{30,-70},{50,-50}})));

Modelica.Thermal.HeatTransfer.Components.ThermalConductor conAbo3(G=nCir*20*A)
Expand Down

0 comments on commit a58a191

Please sign in to comment.