modg_2d_viscNavierStokes_oneDim_numFlux Subroutine

private subroutine modg_2d_viscNavierStokes_oneDim_numFlux(equation, facedata, scheme, faces, faceDir, poly_proj, elemLength)

Numerical flux calculation for 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. * 2 --> y direction. * 3 --> z direction.

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

Parameter for used projection

real(kind=rk), intent(in) :: elemLength

The length of an element


Calls

proc~~modg_2d_viscnavierstokes_onedim_numflux~~CallsGraph proc~modg_2d_viscnavierstokes_onedim_numflux modg_2d_viscNavierStokes_oneDim_numFlux proc~atl_get_penaltyip_2d atl_get_penaltyIP_2d proc~modg_2d_viscnavierstokes_onedim_numflux->proc~atl_get_penaltyip_2d interface~ply_poly_project_n2m ply_poly_project_n2m 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 interface~ply_poly_project_m2n ply_poly_project_m2n proc~modg_2d_viscnavierstokes_onedim_numflux->interface~ply_poly_project_m2n 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 proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~ply_l2p_trafo_2d ply_l2p_trafo_2D proc~ply_poly_project_n2m_multivar->proc~ply_l2p_trafo_2d interface~ply_pnttoleg_2d ply_pntToLeg_2D proc~ply_poly_project_n2m_multivar->interface~ply_pnttoleg_2d interface~ply_pnttoleg_3d ply_pntToLeg_3D proc~ply_poly_project_n2m_multivar->interface~ply_pnttoleg_3d proc~ply_l2p_trafo_3d ply_l2p_trafo_3D proc~ply_poly_project_n2m_multivar->proc~ply_l2p_trafo_3d proc~ply_l2p_trafo_1d ply_l2p_trafo_1D proc~ply_poly_project_n2m_multivar->proc~ply_l2p_trafo_1d proc~ply_fxt_n2m_3d ply_fxt_n2m_3D proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_3d proc~ply_fxt_n2m_2d ply_fxt_n2m_2D proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_2d proc~ply_fxt_n2m_1d ply_fxt_n2m_1D proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_1d proc~ply_poly_project_m2n_multivar->proc~ply_l2p_trafo_2d interface~ply_legtopnt_3d ply_LegTopnt_3D proc~ply_poly_project_m2n_multivar->interface~ply_legtopnt_3d proc~ply_fxt_m2n_1d ply_fxt_m2n_1D proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_1d proc~ply_poly_project_m2n_multivar->proc~ply_l2p_trafo_3d proc~ply_poly_project_m2n_multivar->proc~ply_l2p_trafo_1d interface~ply_legtopnt_2d ply_legToPnt_2D proc~ply_poly_project_m2n_multivar->interface~ply_legtopnt_2d proc~ply_fxt_m2n_3d ply_fxt_m2n_3D proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_3d proc~ply_fxt_m2n_2d ply_fxt_m2n_2D proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_2d proc~ply_l2_projection ply_l2_projection proc~ply_l2p_trafo_2d->proc~ply_l2_projection proc~ply_pnttoleg_2d_singvar ply_pntToLeg_2D_singVar interface~ply_pnttoleg_2d->proc~ply_pnttoleg_2d_singvar proc~ply_pnttoleg_2d_multvar ply_pntToLeg_2D_multVar interface~ply_pnttoleg_2d->proc~ply_pnttoleg_2d_multvar proc~ply_pnttoleg_3d_singvar ply_pntToLeg_3D_singVar interface~ply_pnttoleg_3d->proc~ply_pnttoleg_3d_singvar proc~ply_pnttoleg_3d_multvar ply_pntToLeg_3D_multVar interface~ply_pnttoleg_3d->proc~ply_pnttoleg_3d_multvar proc~ply_legtopnt_3d_singvar ply_legToPnt_3D_singvar interface~ply_legtopnt_3d->proc~ply_legtopnt_3d_singvar proc~ply_legtopnt_3d_multvar ply_legToPnt_3D_multVar interface~ply_legtopnt_3d->proc~ply_legtopnt_3d_multvar proc~fxtf_flptld_m2n fxtf_flptld_m2n proc~ply_fxt_m2n_1d->proc~fxtf_flptld_m2n proc~ply_l2p_trafo_3d->proc~ply_l2_projection proc~ply_l2p_trafo_1d->proc~ply_l2_projection proc~fxtf_flptld_n2m fxtf_flptld_n2m proc~ply_fxt_n2m_3d->proc~fxtf_flptld_n2m proc~ply_fxt_n2m_2d->proc~fxtf_flptld_n2m proc~ply_fxt_n2m_1d->proc~fxtf_flptld_n2m proc~ply_legtopnt_2d_singvar ply_legToPnt_2D_singVar interface~ply_legtopnt_2d->proc~ply_legtopnt_2d_singvar proc~ply_legtopnt_2d_multvar ply_legToPnt_2D_multVar interface~ply_legtopnt_2d->proc~ply_legtopnt_2d_multvar proc~ply_fxt_m2n_3d->proc~fxtf_flptld_m2n proc~ply_fxt_m2n_2d->proc~fxtf_flptld_m2n

Called by

proc~~modg_2d_viscnavierstokes_onedim_numflux~~CalledByGraph proc~modg_2d_viscnavierstokes_onedim_numflux modg_2d_viscNavierStokes_oneDim_numFlux proc~atl_modg_2d_navierstokes_numflux atl_modg_2d_navierstokes_numFlux proc~atl_modg_2d_navierstokes_numflux->proc~modg_2d_viscnavierstokes_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