Skip to content

Commit

Permalink
Removed binding to initialCall which is no longer an input
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Apr 1, 2024
1 parent b508ad9 commit eb4ca96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ initial equation
// Below, the term X_w/(1.-X_w) is for conversion from kg/kg_total_air (Modelica) to kg/kg_dry_air (EnergyPlus)
yEP=Buildings.ThermalZones.EnergyPlus_9_6_0.BaseClasses.exchange(
adapter=adapter,
initialCall=false,
nY=nY,
u={ T, X_w/(1.-X_w), mInlet_flow, TAveInlet, QGaiRadAve_flow, round(time,1E-3)}, dummy=AFlo);
u={ T, X_w/(1.-X_w), mInlet_flow, TAveInlet, QGaiRadAve_flow, round(time,1E-3)},
dummy=AFlo);

TRad=yEP[1];
QConLast_flow=yEP[2];
Expand Down

0 comments on commit eb4ca96

Please sign in to comment.