File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
BoundaryConditions/Interfaces Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ partial model PartialSimInfoManager
117117 constant Modelica.Units.SI.Density rho_default = 1.2 "Default air density"
118118 annotation(Dialog(group="Wind" ));
119119
120- parameter Real Cs= Cs_coeff* H "Wind speed modifier"
120+ parameter Real Cs= Cs_coeff* (H ^ ( 2 * a)) "Wind speed modifier"
121121 annotation(Dialog(group="Wind" ));
122122
123123
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ protected
107107 final table= coeffsCp,
108108 final azi= aziInt,
109109 Cs= if not use_custom_Cs and sim.interZonalAirFlowType == IDEAS.BoundaryConditions.Types.InterZonalAirFlow.TwoPorts
110- then sim.Cs_coeff* Habs
110+ then sim.Cs_coeff* ( Habs^ ( 2 * sim.a))
111111 elseif not use_custom_Cs
112112 then sim.Cs
113113 else Cs,
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ protected
225225 IDEAS.Fluid.Sources.OutsideAir outsideAir(
226226 redeclare package Medium = Medium,
227227 Cs= if not use_custom_Cs and sim.interZonalAirFlowType == IDEAS.BoundaryConditions.Types.InterZonalAirFlow.TwoPorts
228- then sim.Cs_coeff* Habs
228+ then sim.Cs_coeff* ( Habs^ ( 2 * sim.a))
229229 elseif not use_custom_Cs
230230 then sim.Cs
231231 else Cs,
You can’t perform that action at this time.
0 commit comments