modg_2d_viscRans_oneDim_numFlux Subroutine

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

Numerical flux calculation for viscous part of the RANS 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

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

The length of an element


Calls

proc~~modg_2d_viscrans_onedim_numflux~~CallsGraph proc~modg_2d_viscrans_onedim_numflux modg_2d_viscRans_oneDim_numFlux proc~atl_get_penaltyip_2d atl_get_penaltyIP_2d proc~modg_2d_viscrans_onedim_numflux->proc~atl_get_penaltyip_2d interface~ply_poly_project_n2m ply_poly_project_n2m proc~modg_2d_viscrans_onedim_numflux->interface~ply_poly_project_n2m interface~ply_poly_project_m2n ply_poly_project_m2n proc~modg_2d_viscrans_onedim_numflux->interface~ply_poly_project_m2n proc~atl_viscrans_2d atl_viscRans_2d proc~modg_2d_viscrans_onedim_numflux->proc~atl_viscrans_2d proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~atl_viscphysfluxrans_2d atl_viscPhysFluxRans_2d proc~atl_viscrans_2d->proc~atl_viscphysfluxrans_2d 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~atl_get_pointwise_velocity_gradient_2d atl_get_pointwise_velocity_gradient_2D proc~atl_viscphysfluxrans_2d->proc~atl_get_pointwise_velocity_gradient_2d proc~atl_get_lower_bound_turb_disscipation atl_get_lower_bound_turb_disscipation proc~atl_viscphysfluxrans_2d->proc~atl_get_lower_bound_turb_disscipation proc~atl_get_pointwise_visc_stress_tensor_2d atl_get_pointwise_visc_stress_tensor_2D proc~atl_viscphysfluxrans_2d->proc~atl_get_pointwise_visc_stress_tensor_2d

Called by

proc~~modg_2d_viscrans_onedim_numflux~~CalledByGraph proc~modg_2d_viscrans_onedim_numflux modg_2d_viscRans_oneDim_numFlux proc~atl_modg_2d_filnvrstk_numflux atl_modg_2d_filNvrStk_numFlux proc~atl_modg_2d_filnvrstk_numflux->proc~modg_2d_viscrans_onedim_numflux proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_2d_filnvrstk_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