Skip to content

Commit

Permalink
Merge branch 'micro-max' of github.com:psharda/quokka into micro-max
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Jul 24, 2023
2 parents 5b70e51 + c928b73 commit f520195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ShockCloud/cloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ constexpr Real nH1 = 1.0e-1; // cm^-3
constexpr Real R_cloud = 5.0 * 3.086e18; // cm [5 pc]
constexpr Real M0 = 2.0; // Mach number of shock

constexpr Real P0 = nH0 * Tgas0 * C::k_B; // erg cm^-3
constexpr Real rho0 = nH0 * (C::m_p + C::m_e); // g cm^-3
constexpr Real P0 = nH0 * Tgas0 * C::k_B; // erg cm^-3
constexpr Real rho0 = nH0 * (C::m_p + C::m_e); // g cm^-3
constexpr Real rho1 = nH1 * (C::m_p + C::m_e);

// perturbation parameters
Expand Down

0 comments on commit f520195

Please sign in to comment.