Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nieweber committed Nov 18, 2024
1 parent 280a3c0 commit 5956a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThermofluidStream/Processes/Pipes/EdgedOrifice.mo
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ model EdgedOrifice "Pressure drop due to sharp edged orifice using Modelica.Flui
parameter ThermofluidStream.Utilities.Units.MassFlowAcceleration dp_acceleraton_0 = 0 "Initial value for der(dp)"
annotation(Dialog(tab = "Initialization", group = "dp", enable = (initdp == ThermofluidStream.Utilities.Types.InitializationMethods.derivative)));
parameter SI.Pressure dp_smooth = 1 "Start linearisation for decreasing pressure loss"
annotation(Dialog(tab = "Initalization"));
annotation(Dialog(tab = "Initialization"));
//Advanced
parameter Boolean computeL = true "= true, if inertance L is computed from the geometry"
annotation(Dialog(tab="Advanced",group="Inertance"),Evaluate=true, HideResult=true, choices(checkBox=true));
Expand Down

0 comments on commit 5956a63

Please # to comment.