atl_viscNavierStokes_2d Subroutine

public subroutine atl_viscNavierStokes_2d(left, left_grad, right, right_grad, mu, lambda, thermCond, heatCap, penaltyIP, flux)

Arguments

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

The state on the face from its left limit (in conservative variables).

real(kind=rk), intent(in) :: left_grad(4,2)

The gradient state on the face from its left limit (in conservative variables).

real(kind=rk), intent(in) :: right(4)

The state on the face from its right limit (in conservative variables).

real(kind=rk), intent(in) :: right_grad(4,2)

The gradient state on the face from its right limit (in conservative variables).

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

Resulting flux for the left element (in conservative variables). Dynamic Viscosity

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

Viscosity

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

The thermal cond

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

The specific heat capacity (per mass unit mass, at constant volume)

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

The penalty parameter

real(kind=rk), intent(out) :: flux(4)

Calls

proc~~atl_viscnavierstokes_2d~~CallsGraph proc~atl_viscnavierstokes_2d atl_viscNavierStokes_2d proc~atl_viscphysfluxnavierstokes_2d atl_viscPhysFluxNavierStokes_2d proc~atl_viscnavierstokes_2d->proc~atl_viscphysfluxnavierstokes_2d

Called by

proc~~atl_viscnavierstokes_2d~~CalledByGraph proc~atl_viscnavierstokes_2d atl_viscNavierStokes_2d proc~modg_2d_viscnavierstokes_onedim_numflux modg_2d_viscNavierStokes_oneDim_numFlux proc~modg_2d_viscnavierstokes_onedim_numflux->proc~atl_viscnavierstokes_2d proc~atl_modg_2d_navierstokes_numflux atl_modg_2d_navierstokes_numFlux proc~atl_modg_2d_navierstokes_numflux->proc~modg_2d_viscnavierstokes_onedim_numflux proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_2d_navierstokes_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_2d

Contents