Skip to content

Commit

Permalink
Express the pressure rate in relation to Pa / bar conversion.
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
qlambert-pro and HansOlsson committed Mar 30, 2023
1 parent 1e7ad17 commit f875113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Media/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@ package Examples
model SimpleLiquidWater "Example for Water.SimpleLiquidWater medium model"
extends Modelica.Icons.Example;

constant SI.PressureRate pressureRate = 1e4;
constant SI.PressureRate pressureRate = 1e5/10;

parameter SI.Volume V=1 "Volume";
parameter SI.EnthalpyFlowRate H_flow_ext=1.e6
Expand Down

0 comments on commit f875113

Please sign in to comment.