Skip to content

Commit 1a3e450

Browse files
committed
add an eos_rh_t for MAESTROeX
1 parent c89e334 commit 1a3e450

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interfaces/eos_type.H

+6
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ struct eos_rep_t:eos_base_t {
116116
#endif
117117
};
118118

119+
struct eos_rh_t:eos_rep_t {
120+
amrex::Real dhdr{};
121+
amrex::Real dhdT{};
122+
amrex::Real h{};
123+
};
124+
119125
struct eos_extra_t:eos_t {
120126
amrex::Real dpdA{};
121127
amrex::Real dpdZ{};

0 commit comments

Comments
 (0)