modg_1d_euler_oneDim_numFlux Subroutine

private subroutine modg_1d_euler_oneDim_numFlux(equation, facedata, faces, material)

Numerical flux calculation for Euler equation across the faces in a single spatial direction.

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(in) :: equation

The equation you solve.

type(atl_facedata_type), intent(inout) :: facedata

The face state if the equation

type(tem_faceIterator_type), intent(in) :: faces

The faces to calculate the fluxes for.

type(atl_faceMaterialData_type), intent(in) :: material

The penalization material left and right of the face