atl_modg_filNvrStk_numFlux Subroutine

public subroutine atl_modg_filNvrStk_numFlux(mesh, equation, facedata, scheme, poly_proj, material)

Calculate the numerical flux for Navier-Stokes equation and MODG scheme

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type), intent(in) :: mesh

The mesh you are working with.

type(atl_Equations_type), intent(in) :: equation

The equation you solve.

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

The face representation of the state.

type(atl_modg_scheme_type), intent(in) :: scheme

Parameters of the modal dg scheme

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

Parameter for used projection

type(atl_material_type), intent(inout) :: material

Material description for the faces on the current level


Calls

proc~~atl_modg_filnvrstk_numflux~~CallsGraph proc~atl_modg_filnvrstk_numflux atl_modg_filNvrStk_numFlux proc~atl_modg_euler_onedim_numflux_const atl_modg_euler_oneDim_numFlux_const proc~atl_modg_filnvrstk_numflux->proc~atl_modg_euler_onedim_numflux_const proc~atl_modg_euler_onedim_numflux_nonconst atl_modg_euler_oneDim_numFlux_nonconst proc~atl_modg_filnvrstk_numflux->proc~atl_modg_euler_onedim_numflux_nonconst proc~atl_modg_viscnavierstokes_onedim_numflux atl_modg_viscNavierStokes_oneDim_numFlux proc~atl_modg_filnvrstk_numflux->proc~atl_modg_viscnavierstokes_onedim_numflux proc~tem_abort tem_abort proc~atl_modg_filnvrstk_numflux->proc~tem_abort proc~atl_modg_stabviscnavierstokes_onedim_numflux atl_modg_stabViscNavierStokes_oneDim_numFlux proc~atl_modg_filnvrstk_numflux->proc~atl_modg_stabviscnavierstokes_onedim_numflux interface~ply_poly_project_m2n ply_poly_project_m2n proc~atl_modg_euler_onedim_numflux_const->interface~ply_poly_project_m2n proc~ply_convertfromoversample ply_convertFromOversample proc~atl_modg_euler_onedim_numflux_const->proc~ply_convertfromoversample proc~ply_convert2oversample ply_convert2oversample proc~atl_modg_euler_onedim_numflux_const->proc~ply_convert2oversample interface~ply_poly_project_n2m ply_poly_project_n2m proc~atl_modg_euler_onedim_numflux_const->interface~ply_poly_project_n2m proc~atl_modg_euler_onedim_numflux_nonconst->interface~ply_poly_project_m2n proc~atl_modg_euler_onedim_numflux_nonconst->proc~ply_convertfromoversample proc~atl_modg_euler_onedim_numflux_nonconst->proc~ply_convert2oversample proc~atl_modg_euler_onedim_numflux_nonconst->interface~ply_poly_project_n2m proc~atl_modg_viscnavierstokes_onedim_numflux->interface~ply_poly_project_m2n proc~alt_get_penaltyip alt_get_penaltyIP proc~atl_modg_viscnavierstokes_onedim_numflux->proc~alt_get_penaltyip proc~atl_modg_viscnavierstokes_onedim_numflux->proc~ply_convert2oversample proc~atl_modg_viscnavierstokes_onedim_numflux->interface~ply_poly_project_n2m proc~atl_viscnavierstokes atl_viscNavierStokes proc~atl_modg_viscnavierstokes_onedim_numflux->proc~atl_viscnavierstokes proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~ply_convertfromoversample_3d ply_convertFromOversample_3d proc~ply_convertfromoversample->proc~ply_convertfromoversample_3d proc~ply_convertfromoversample_2d ply_convertFromOversample_2d proc~ply_convertfromoversample->proc~ply_convertfromoversample_2d proc~ply_convertfromoversample_1d ply_convertFromOversample_1d proc~ply_convertfromoversample->proc~ply_convertfromoversample_1d proc~ply_convert2oversample_1d ply_convert2oversample_1d proc~ply_convert2oversample->proc~ply_convert2oversample_1d proc~ply_convert2oversample_3d ply_convert2oversample_3d proc~ply_convert2oversample->proc~ply_convert2oversample_3d proc~ply_convert2oversample_2d ply_convert2oversample_2d proc~ply_convert2oversample->proc~ply_convert2oversample_2d proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar proc~atl_viscphysfluxnavierstokes atl_viscPhysFluxNavierStokes proc~atl_viscnavierstokes->proc~atl_viscphysfluxnavierstokes

Called by

proc~~atl_modg_filnvrstk_numflux~~CalledByGraph proc~atl_modg_filnvrstk_numflux atl_modg_filNvrStk_numFlux proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->proc~atl_modg_filnvrstk_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes proc~rk2_substep rk2_substep proc~rk2_substep->interface~atl_compute_rhs proc~rk4_substep rk4_substep proc~rk4_substep->interface~atl_compute_rhs proc~rktaylor_substep rktaylor_substep proc~rktaylor_substep->interface~atl_compute_rhs proc~mesh_timestep_euler mesh_timestep_euler proc~mesh_timestep_euler->interface~atl_compute_rhs proc~global_corrector_substep global_corrector_substep proc~global_corrector_substep->interface~atl_compute_rhs proc~imexrk_substep imexrk_substep proc~imexrk_substep->interface~atl_compute_rhs

Contents