Skip to content

Commit

Permalink
Merge branch 'fix-loadSelector' of https://github.com/tbeu/Modelica_B…
Browse files Browse the repository at this point in the history
…uildings into tbeu-fix-loadSelector
  • Loading branch information
mwetter committed Nov 21, 2017
2 parents 990b3a9 + 45f18ff commit ddbc607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ model CFDAirHeatMassBalance
annotation(Dialog(tab = "Initialization"));

parameter String cfdFilNam "CFD input file name"
annotation (Dialog(__Dymola_loadSelector(caption="Select CFD input file")));
annotation (Dialog(loadSelector(caption="Select CFD input file")));
parameter Boolean useCFD=true
"Set to false to deactivate the CFD interface and use instead yFixed as output"
annotation (Evaluate=true);
Expand Down
2 changes: 1 addition & 1 deletion Buildings/ThermalZones/Detailed/BaseClasses/CFDExchange.mo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ block CFDExchange "Block that exchanges data with the CFD code"
firstTrigger(start=false,
fixed=true));
parameter String cfdFilNam "CFD input file name" annotation (Dialog(
__Dymola_loadSelector(caption=
loadSelector(caption=
"Select CFD input file")));
parameter Boolean activateInterface=true
"Set to false to deactivate interface and use instead yFixed as output"
Expand Down
2 changes: 1 addition & 1 deletion Buildings/ThermalZones/Detailed/CFD.mo
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ model CFD
annotation(Dialog(group = "CFD"));
parameter String cfdFilNam "CFD input file name"
annotation (Dialog(group = "CFD",
__Dymola_loadSelector(caption=
loadSelector(caption=
"Select CFD input file")));
Modelica.Blocks.Interfaces.RealOutput yCFD[nSen] if
haveSensor "Sensor for output from CFD"
Expand Down

0 comments on commit ddbc607

Please sign in to comment.