Skip to content

Commit c57893e

Browse files
committed
fast forward
1 parent 603d593 commit c57893e

21 files changed

+1563
-545
lines changed

src/common/m_derived_types.fpp

+6
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ module m_derived_types
152152
real(kind(0d0)), dimension(num_fluids_max) :: alpha
153153
real(kind(0d0)) :: gamma
154154
real(kind(0d0)) :: pi_inf !<
155+
real(kind(0d0)) :: cv !<
156+
real(kind(0d0)) :: qv !<
157+
real(kind(0d0)) :: qvp !<
155158

156159

157160
!! Primitive variables associated with the patch. In order, these include
@@ -178,6 +181,9 @@ module m_derived_types
178181
real(kind(0d0)) :: gamma !< Sp. heat ratio
179182
real(kind(0d0)) :: pi_inf !< Liquid stiffness
180183
real(kind(0d0)), dimension(2) :: Re !< Reynolds number
184+
REAL(KIND(0d0)) :: cv !< heat capacity
185+
REAL(KIND(0d0)) :: qv !< reference energy per unit mass for SGEOS, q (see Le Metayer (2004))
186+
REAL(KIND(0d0)) :: qvp !< reference entropy per unit mass for SGEOS, q' (see Le Metayer (2004))
181187
real(kind(0d0)) :: mul0 !< Bubble viscosity
182188
real(kind(0d0)) :: ss !< Bubble surface tension
183189
real(kind(0d0)) :: pv !< Bubble vapour pressure

0 commit comments

Comments
 (0)