atl_modg_2d_navierstokes_numFlux Subroutine

public subroutine atl_modg_2d_navierstokes_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_2d_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_2d_navierstokes_numflux~~CallsGraph proc~atl_modg_2d_navierstokes_numflux atl_modg_2d_navierstokes_numFlux proc~atl_modg_2d_euler_onedim_numflux_const atl_modg_2d_euler_oneDim_numFlux_const proc~atl_modg_2d_navierstokes_numflux->proc~atl_modg_2d_euler_onedim_numflux_const proc~modg_2d_viscnavierstokes_onedim_numflux modg_2d_viscNavierStokes_oneDim_numFlux proc~atl_modg_2d_navierstokes_numflux->proc~modg_2d_viscnavierstokes_onedim_numflux proc~modg_2d_stabviscnavierstokes_onedim_numflux modg_2d_stabViscNavierStokes_oneDim_numFlux proc~atl_modg_2d_navierstokes_numflux->proc~modg_2d_stabviscnavierstokes_onedim_numflux proc~atl_modg_2d_euler_onedim_numflux_nonconst atl_modg_2d_euler_oneDim_numFlux_nonconst proc~atl_modg_2d_navierstokes_numflux->proc~atl_modg_2d_euler_onedim_numflux_nonconst interface~ply_poly_project_m2n ply_poly_project_m2n proc~atl_modg_2d_euler_onedim_numflux_const->interface~ply_poly_project_m2n proc~ply_convertfromoversample ply_convertFromOversample proc~atl_modg_2d_euler_onedim_numflux_const->proc~ply_convertfromoversample proc~ply_convert2oversample ply_convert2oversample proc~atl_modg_2d_euler_onedim_numflux_const->proc~ply_convert2oversample interface~ply_poly_project_n2m ply_poly_project_n2m proc~atl_modg_2d_euler_onedim_numflux_const->interface~ply_poly_project_n2m proc~modg_2d_viscnavierstokes_onedim_numflux->interface~ply_poly_project_m2n proc~atl_get_penaltyip_2d atl_get_penaltyIP_2d proc~modg_2d_viscnavierstokes_onedim_numflux->proc~atl_get_penaltyip_2d proc~modg_2d_viscnavierstokes_onedim_numflux->interface~ply_poly_project_n2m proc~atl_viscnavierstokes_2d atl_viscNavierStokes_2d proc~modg_2d_viscnavierstokes_onedim_numflux->proc~atl_viscnavierstokes_2d proc~atl_modg_2d_euler_onedim_numflux_nonconst->interface~ply_poly_project_m2n proc~atl_modg_2d_euler_onedim_numflux_nonconst->proc~ply_convertfromoversample proc~atl_modg_2d_euler_onedim_numflux_nonconst->proc~ply_convert2oversample proc~atl_modg_2d_euler_onedim_numflux_nonconst->interface~ply_poly_project_n2m 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_2d atl_viscPhysFluxNavierStokes_2d proc~atl_viscnavierstokes_2d->proc~atl_viscphysfluxnavierstokes_2d

Called by

proc~~atl_modg_2d_navierstokes_numflux~~CalledByGraph proc~atl_modg_2d_navierstokes_numflux atl_modg_2d_navierstokes_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 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