Skip to content

Commit e66d5de

Browse files
authored
Fix unit error in SimpleAir
1 parent 64b1f57 commit e66d5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica/Media/Air/SimpleAir.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package SimpleAir "Air: Simple dry air model (0..100 degC)"
55
mediumName="SimpleAir",
66
cp_const=1005.45,
77
MM_const=0.0289651159,
8-
R_gas=Constants.R/0.0289651159,
8+
R_gas=Constants.R/MM_const,
99
eta_const=1.82e-5,
1010
lambda_const=0.026,
1111
T_min=Cv.from_degC(0),

0 commit comments

Comments
 (0)