@@ -150,16 +150,6 @@ module m_global_parameters
150150 type(int_bounds_info) :: idwbuff(1 :3 )
151151 $:GPU_DECLARE(create= ' [idwbuff]' )
152152
153- !> @name The number of fluids, along with their identifying indexes, respectively, for which viscous effects, e.g. the shear
154- !! and/ or the volume Reynolds (Re) numbers, will be non- negligible.
155- !> @{
156- integer , dimension (2 ) :: Re_size
157- integer :: Re_size_max
158- integer , allocatable, dimension (:,:) :: Re_idx
159- !> @}
160-
161- $:GPU_DECLARE(create= ' [Re_size, Re_size_max, Re_idx]' )
162-
163153 !> @name Herschel- Bulkley non- Newtonian viscosity: per- fluid flags and parameter arrays.
164154 !> @{
165155 logical :: any_non_newtonian !< .true. if any fluid is non- Newtonian
@@ -178,17 +168,6 @@ module m_global_parameters
178168
179169 $:GPU_DECLARE(create= ' [wa_flg]' )
180170
181- !> @name The coordinate direction indexes and flags (flg), respectively, for which the configurations will be determined with
182- !! respect to a working direction and that will be used to isolate the contributions, in that direction, in the dimensionally
183- !! split system of equations.
184- !> @{
185- integer , dimension (3 ) :: dir_idx
186- real (wp), dimension (3 ) :: dir_flg
187- integer , dimension (3 ) :: dir_idx_tau !< used for hypoelasticity= true
188- !> @}
189-
190- $:GPU_DECLARE(create= ' [dir_idx, dir_flg, dir_idx_tau]' )
191-
192171 integer :: buff_size !< Number of ghost cells for boundary condition storage
193172 $:GPU_DECLARE(create= ' [buff_size]' )
194173
@@ -280,9 +259,6 @@ module m_global_parameters
280259 !> @{
281260 !> @}
282261
283- real (wp), allocatable, dimension (:) :: gammas, gs_min, pi_infs, ps_inf, cvs, qvs, qvps
284- $:GPU_DECLARE(create= ' [gammas, gs_min, pi_infs, ps_inf, cvs, qvs, qvps]' )
285-
286262 real (wp) :: mytime !< Current simulation time
287263 real (wp) :: finaltime !< Final simulation time
288264 type(pres_field), allocatable, dimension (:) :: pb_ts
@@ -378,13 +354,9 @@ contains
378354 mp_weno = .false.
379355 weno_avg = .false.
380356 weno_Re_flux = .false.
381- riemann_solver = dflt_int
382357 low_Mach = 0
383358 wave_speeds = dflt_int
384- avg_state = dflt_int
385- alt_soundspeed = .false.
386359 null_weights = .false.
387- mixture_err = .false.
388360 precision = 2
389361 palpha_eps = dflt_real
390362 ptgalpha_eps = dflt_real
@@ -407,7 +379,6 @@ contains
407379 wenoz_q = dflt_real
408380 igr_order = dflt_int
409381 igr_pres_lim = .false.
410- viscous = .false.
411382 igr_iter_solver = 1
412383 #:endif
413384
0 commit comments