Skip to content

Commit

Permalink
Fix unit error in SimpleAir
Browse files Browse the repository at this point in the history
  • Loading branch information
qlambert-pro committed Mar 27, 2023
1 parent 64b1f57 commit e66d5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Media/Air/SimpleAir.mo
Expand Up @@ -5,7 +5,7 @@ package SimpleAir "Air: Simple dry air model (0..100 degC)"
mediumName="SimpleAir",
cp_const=1005.45,
MM_const=0.0289651159,
R_gas=Constants.R/0.0289651159,
R_gas=Constants.R/MM_const,
eta_const=1.82e-5,
lambda_const=0.026,
T_min=Cv.from_degC(0),
Expand Down

0 comments on commit e66d5de

Please sign in to comment.