modg_1d_advection_oneDim_numFlux Subroutine

private subroutine modg_1d_advection_oneDim_numFlux(equation, facedata, faces, faceDir)

Numerical flux calculation for the advection 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.

integer, intent(in) :: faceDir

The spatial direction of the faces you calc the fluxes for, use the following: 1 --> x direction.


Called by

proc~~modg_1d_advection_onedim_numflux~~CalledByGraph proc~modg_1d_advection_onedim_numflux modg_1d_advection_oneDim_numFlux proc~atl_modg_1d_advection_numflux atl_modg_1d_advection_numFlux proc~atl_modg_1d_advection_numflux->proc~modg_1d_advection_onedim_numflux proc~compute_rhs_cubes_modg_1d compute_rhs_cubes_modg_1d proc~compute_rhs_cubes_modg_1d->proc~atl_modg_1d_advection_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_1d interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents