atl_viscPhysFluxNavierStokes_2d Function

public function atl_viscPhysFluxNavierStokes_2d(state, state_gradient, mu, lambda, thermCond, heatCap) result(physFlux)

Physical flux calculation along x direction for Euler equation.

Arguments

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

The state in nodal space. Dimension is the number of vars, i.e. 4 for Navier-Stokes.

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

The state in nodal space. First dimension is the number of vars, i.e. 4 for Navier-Stokes. Second dimension is the dimension, e.g. 2 in two dimensions.

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

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)

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

The physical flux along the x axis for all variables


Called by

proc~~atl_viscphysfluxnavierstokes_2d~~CalledByGraph proc~atl_viscphysfluxnavierstokes_2d atl_viscPhysFluxNavierStokes_2d proc~atl_viscnavierstokes_2d atl_viscNavierStokes_2d proc~atl_viscnavierstokes_2d->proc~atl_viscphysfluxnavierstokes_2d proc~atl_modg_2d_navierstokes_physflux_const atl_modg_2d_navierstokes_physFlux_const proc~atl_modg_2d_navierstokes_physflux_const->proc~atl_viscphysfluxnavierstokes_2d proc~atl_modg_2d_navierstokes_physflux_nonconst atl_modg_2d_navierstokes_physFlux_NonConst proc~atl_modg_2d_navierstokes_physflux_nonconst->proc~atl_viscphysfluxnavierstokes_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

Contents