Skip to content

Commit

Permalink
add an eos_rh_t for MAESTROeX (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored May 6, 2024
1 parent a6de608 commit ca9e532
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions interfaces/eos_type.H
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ struct eos_rep_t:eos_base_t {
#endif
};

struct eos_rh_t:eos_rep_t {
amrex::Real dhdr{};
amrex::Real dhdT{};
amrex::Real h{};
};

struct eos_extra_t:eos_t {
amrex::Real dpdA{};
amrex::Real dpdZ{};
Expand Down

0 comments on commit ca9e532

Please sign in to comment.