Skip to content

Commit a906723

Browse files
authored
New input parameter for 2D TGV
1 parent 2e770b3 commit a906723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/m_derived_types.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ module m_derived_types
105105
real(kind(0d0)), dimension(num_fluids_max) :: alpha
106106
real(kind(0d0)) :: gamma
107107
real(kind(0d0)) :: pi_inf !<
108+
real(kind(0d0)) :: vortex_vel !<
109+
real(kind(0d0)) :: vortex_l !<
110+
108111

109112
!! Primitive variables associated with the patch. In order, these include
110113
!! the partial densities, density, velocity, pressure, volume fractions,

0 commit comments

Comments
 (0)