Skip to content

Commit 16813e9

Browse files
authored
Changes initial system frequency to unit speed (#76)
Updates the `f_0` parameter to represent initial unit speed instead of frequency. This corrects the physical unit, resolving an inconsistency. Fixes the incorrect unit for initial value.
1 parent 20cca58 commit 16813e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenHPL/Data.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ record Data "Provides a data set of most common used settings"
2323
annotation (choices(checkBox = true), Dialog(group="Initialization"));
2424
parameter SI.VolumeFlowRate Vdot_0 = 0 "Initial volume flow rate through the system"
2525
annotation (Dialog(group="Initialization"));
26-
parameter SI.Frequency f_0 = 50 "Initial system frequency"
26+
parameter SI.PerUnit f_0 = 1 "Initial unit speed"
2727
annotation (Dialog(group = "Initialization"));
2828
final parameter Boolean TempUse = false "If checked, the water temperature is not constant"
2929
annotation (choices(checkBox = true), Dialog(group = "Thermal behaviour (not yet implemented)",

0 commit comments

Comments
 (0)