atl_mult_nu12_Rans_2d Function

public function atl_mult_nu12_Rans_2d(state, velocity, inVec, mu, lambda, rans_params) result(outVec)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: state(6)

The state array

real(kind=rk), intent(in) :: velocity(2)

The velocity

real(kind=rk), intent(in) :: inVec(6)

Vector to be multiplied with nu11

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

Dynamic Viscosity

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

Viscosity

type(atl_navier_stokes_rans_type), intent(in) :: rans_params

The constants for the Rans eqn

Return Value real(kind=rk), (6)

The result of the matrix vector product


Called by

proc~~atl_mult_nu12_rans_2d~~CalledByGraph proc~atl_mult_nu12_rans_2d atl_mult_nu12_Rans_2d proc~modg_2d_project_stabviscnumfluxy_q modg_2d_project_stabViscNumFluxY_Q proc~modg_2d_project_stabviscnumfluxy_q->proc~atl_mult_nu12_rans_2d proc~atl_modg_2d_project_numflux atl_modg_2d_project_NumFlux proc~atl_modg_2d_project_numflux->proc~modg_2d_project_stabviscnumfluxy_q proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_2d_project_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_2d

Contents