Skip to content

Commit f875113

Browse files
Express the pressure rate in relation to Pa / bar conversion.
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
1 parent 1e7ad17 commit f875113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modelica/Media/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ package Examples
21492149
model SimpleLiquidWater "Example for Water.SimpleLiquidWater medium model"
21502150
extends Modelica.Icons.Example;
21512151

2152-
constant SI.PressureRate pressureRate = 1e4;
2152+
constant SI.PressureRate pressureRate = 1e5/10;
21532153

21542154
parameter SI.Volume V=1 "Volume";
21552155
parameter SI.EnthalpyFlowRate H_flow_ext=1.e6

0 commit comments

Comments
 (0)