atl_physFluxRans Function

public function atl_physFluxRans(state, isenCoeff, penalty_char, porosity) result(physFlux)

Physical flux calculation along x direction for the

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 Euler

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

Adiabatice index, also known as isentropic expansion factor.

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

The value of the characteristic function (stemming from penalization)

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

The porosity at the current point

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

The physical flux along the x axis for all variables


Called by

proc~~atl_physfluxrans~~CalledByGraph proc~atl_physfluxrans atl_physFluxRans proc~atl_laxfriedrans atl_laxFriedRans proc~atl_laxfriedrans->proc~atl_physfluxrans proc~atl_modg_filnvrstk_physflux_const atl_modg_filNvrStk_physFlux_const proc~atl_modg_filnvrstk_physflux_const->proc~atl_physfluxrans proc~atl_modg_filnvrstk_physflux_nonconst atl_modg_filNvrStk_physFlux_NonConst proc~atl_modg_filnvrstk_physflux_nonconst->proc~atl_physfluxrans

Contents