Skip to content

Commit bca45a4

Browse files
author
Hubertus Tummescheit
authored
Merge pull request #4096 from qlambert-pro/patch-1
Fix unit error in SimpleAir
2 parents 7051091 + e66d5de commit bca45a4

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)