atl_mult_nu12_NavierStokes Function

public function atl_mult_nu12_NavierStokes(density, velocity, inVec, mu, lambda) result(outVec)

Arguments

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

The density

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

The velocity

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

Vector to be multiplied with nu11

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

Dynamic Viscosity

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

Viscosity

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

The result of the matrix vector product


Called by

proc~~atl_mult_nu12_navierstokes~~CalledByGraph proc~atl_mult_nu12_navierstokes atl_mult_nu12_NavierStokes proc~modg_project_stabviscnumfluxy_q modg_project_stabViscNumFluxY_Q proc~modg_project_stabviscnumfluxy_q->proc~atl_mult_nu12_navierstokes proc~atl_modg_project_numflux atl_modg_project_NumFlux proc~atl_modg_project_numflux->proc~modg_project_stabviscnumfluxy_q proc~test_project_stabviscnumflux test_project_stabViscNumFlux proc~test_project_stabviscnumflux->proc~modg_project_stabviscnumfluxy_q proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->proc~atl_modg_project_numflux proc~atl_modg_kernel_utests atl_modg_kernel_utests proc~atl_modg_kernel_utests->proc~test_project_stabviscnumflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg

Contents