Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OpenHPL/Data.mo
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ record Data "Provides a data set of most common used settings"
annotation (choices(checkBox = true), Dialog(group="Initialization"));
parameter SI.VolumeFlowRate Vdot_0 = 0 "Initial volume flow rate through the system"
annotation (Dialog(group="Initialization"));
parameter SI.Frequency f_0 = 50 "Initial system frequency"
parameter SI.PerUnit f_0 = 1 "Initial unit speed"
annotation (Dialog(group = "Initialization"));
final parameter Boolean TempUse = false "If checked, the water temperature is not constant"
annotation (choices(checkBox = true), Dialog(group = "Thermal behaviour (not yet implemented)",
Expand Down