Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
DaJansenGit committed Dec 16, 2024
1 parent 479ad5a commit 8fb8bc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ model ModularBoiler
parameter Boolean hasPump=true "Model includes a pump"
annotation (choices(checkBox=true), Dialog(descriptionLabel=true, group="System setup"));
parameter Modelica.Units.SI.HeatFlowRate Q_flow_nominal=50000
"Thermal dimension power"
"Nominal heat flow rate"
annotation (Dialog(group="System setup"));
parameter Real FirRatMin=0.15 "Minimal firing rate" annotation(Dialog(group="System setup"));
package MediumWater = AixLib.Media.Water "Boiler Medium" annotation(Dialog(group="System setup"));
Expand Down

0 comments on commit 8fb8bc0

Please sign in to comment.