Skip to content

Commit

Permalink
Revert P_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Jul 9, 2024
1 parent c0f6a78 commit 2aa3b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ERF_Constants.H
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ constexpr amrex::Real Cp_l = 4200.0;

constexpr amrex::Real L_v = 2.5e6; // latent heat of vaporization (J / kg)

constexpr amrex::Real p_0 = 1.015e5; // reference surface pressure [Pa]
constexpr amrex::Real p_0 = 1.0e5; // reference surface pressure [Pa]
constexpr amrex::Real Gamma = 1.4; // c_p / c_v [-]
constexpr amrex::Real KAPPA = 0.41; // von Karman constant
constexpr amrex::Real CONST_GRAV = 9.81;
Expand Down

0 comments on commit 2aa3b7a

Please sign in to comment.