atl_viscPhysFluxRans Function

public function atl_viscPhysFluxRans(state, state_gradient, isenCoeff, 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. 5 for Navier-Stokes.

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

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

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

Adiabatice index, also known as isentropic expansion factor.

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), (7)

The physical flux along the x axis for all variables


Calls

proc~~atl_viscphysfluxrans~~CallsGraph proc~atl_viscphysfluxrans atl_viscPhysFluxRans proc~tem_abort tem_abort proc~atl_viscphysfluxrans->proc~tem_abort

Called by

proc~~atl_viscphysfluxrans~~CalledByGraph proc~atl_viscphysfluxrans atl_viscPhysFluxRans proc~atl_modg_filnvrstk_physflux_const atl_modg_filNvrStk_physFlux_const proc~atl_modg_filnvrstk_physflux_const->proc~atl_viscphysfluxrans proc~atl_modg_filnvrstk_physflux_nonconst atl_modg_filNvrStk_physFlux_NonConst proc~atl_modg_filnvrstk_physflux_nonconst->proc~atl_viscphysfluxrans

Contents