Skip to content

Commit

Permalink
Open operable window in airflow boxmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
kldjonge committed Jan 16, 2024
1 parent dc97065 commit 98e9c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IDEAS/Buildings/Components/Validations/AirflowBoxModel.mo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ model AirflowBoxModel
Box_Sim IAQ_1port(sim(interZonalAirFlowType=IDEAS.BoundaryConditions.Types.InterZonalAirFlow.OnePort)) annotation (Placement(transformation(rotation=0,extent={{-80,-80},{-20,-20}})));
Box_Sim IAQ_2Port(sim(interZonalAirFlowType=IDEAS.BoundaryConditions.Types.InterZonalAirFlow.TwoPorts),
use_operable_window=true,
winD(crackOrOperableDoor(nCom=2))) annotation (Placement(transformation(rotation=0,
winD(crackOrOperableDoor(nCom=2)),
winD_position(y=1)) annotation (Placement(transformation(rotation=0,
extent={{20,-80},{80,-20}})));
protected
model Box_Sim
Expand Down

0 comments on commit 98e9c67

Please sign in to comment.