mus_turbVisc_fromGradU_dummy Subroutine

private subroutine mus_turbVisc_fromGradU_dummy(turbVisc, turbConfig, gradData, auxField, velPos, nSolve, nAuxScalars, dxL, dtL, Grad)

Dummy function for turbulent viscosity from Gradu procedure

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(out) :: turbVisc(:)

output: turbulent viscosity

type(mus_turbulence_config_type), intent(in) :: turbConfig

turbulence config contains oefficients

type(mus_gradData_type), intent(in) :: gradData

gradient data

real(kind=rk), intent(in) :: auxField(:)

Auxiliary field variable array

integer, intent(in) :: velPos(3)

position of velocity components in auxField

integer, intent(in) :: nSolve

Number of element to solve in this level

integer, intent(in) :: nAuxScalars

number of scalars in auxField array

real(kind=rk), intent(in) :: dxL

turbulence coefficients current level lattice element size

real(kind=rk), intent(in) :: dtL

current level lattice time step size

type(mus_Grad_type), intent(in) :: Grad

Object that contains pointers to calculate gradients


Calls

proc~~mus_turbvisc_fromgradu_dummy~~CallsGraph proc~mus_turbvisc_fromgradu_dummy mus_turbVisc_fromGradU_dummy proc~tem_abort tem_abort proc~mus_turbvisc_fromgradu_dummy->proc~tem_abort

Contents

None