modg_2d_stabViscNavierStokes_oneDim_numFlux Subroutine

private subroutine modg_2d_stabViscNavierStokes_oneDim_numFlux(equation, facedata, scheme, faces, faceDir, poly_proj)

Numerical flux calculation for stab-viscous part of the Navier-Stokes 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(atl_modg_2d_scheme_type), intent(in) :: scheme

Parameters of the modal dg scheme

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. \n 2 --> y direction. \n 3 --> z direction.

type(ply_poly_project_type), intent(inout) :: poly_proj

Parameter for used projection


Called by

proc~~modg_2d_stabviscnavierstokes_onedim_numflux~~CalledByGraph proc~modg_2d_stabviscnavierstokes_onedim_numflux modg_2d_stabViscNavierStokes_oneDim_numFlux proc~atl_modg_2d_navierstokes_numflux atl_modg_2d_navierstokes_numFlux proc~atl_modg_2d_navierstokes_numflux->proc~modg_2d_stabviscnavierstokes_onedim_numflux proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_2d_navierstokes_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_2d interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents