compute_physFluxDivCor Subroutine

private subroutine compute_physFluxDivCor(nDofs, nScalars, gam, chi, state_der, state, rot, inv_mu, inv_epsi)

Compute the physical flux in x direction. For other directions a properly defined variable permutation can be used. This routine covers only constant material parameters.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nDofs

dimensions

integer, intent(in) :: nScalars

dimensions

real(kind=rk), intent(in) :: gam
real(kind=rk), intent(in) :: chi
real(kind=rk), intent(inout) :: state_der(nDofs,nScalars)

Array to store the fluxes in.

real(kind=rk), intent(in) :: state(nDofs,nScalars)

State to compute the fluxes from.

integer, intent(in) :: rot(8)

Rotationing to index the variables.

real(kind=rk), intent(in) :: inv_mu
real(kind=rk), intent(in) :: inv_epsi

Called by

proc~~compute_physfluxdivcor~~CalledByGraph proc~compute_physfluxdivcor compute_physFluxDivCor proc~atl_modg_maxwelldivcor_physflux_const atl_modg_maxwellDivCor_physFlux_const proc~atl_modg_maxwelldivcor_physflux_const->proc~compute_physfluxdivcor

Contents