Skip to content

Commit

Permalink
fixed default n50 value in IDEAS/BoundaryConditions/Interfaces/Partia…
Browse files Browse the repository at this point in the history
…lSimInfoManager.mo for #1066
  • Loading branch information
Mathadon committed Jun 2, 2021
1 parent 8b93aa2 commit 0d46675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ partial model PartialSimInfoManager
annotation(choices(checkBox=true),Dialog(enable=interZonalAirFlowType==
IDEAS.BoundaryConditions.Types.InterZonalAirFlow.None,group="Interzonal airflow"));

parameter Real n50 = 0.4
parameter Real n50 = 3
"n50 value of zones"
annotation(Dialog(enable= if interZonalAirFlowType<>
IDEAS.BoundaryConditions.Types.InterZonalAirFlow.None or useN50BuildingComputation then true else false,group="Interzonal airflow"));
Expand Down

0 comments on commit 0d46675

Please sign in to comment.