atl_modg_heat_numFlux_sipg Subroutine

public subroutine atl_modg_heat_numFlux_sipg(equation, facedata, faces, faceDir, dofs, elem_len, maxPolyDeg)

Numerical flux calculation for Heat equation across the faces in a single spatial direction.

Arguments

TypeIntentOptionalAttributesName
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(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.

integer, intent(in) :: dofs

Parameter for used projection

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

Length of the element

integer, intent(in) :: maxPolyDeg

Max polynomial degree


Called by

proc~~atl_modg_heat_numflux_sipg~~CalledByGraph proc~atl_modg_heat_numflux_sipg atl_modg_heat_numFlux_sipg proc~atl_modg_heat_numflux atl_modg_heat_numFlux proc~atl_modg_heat_numflux->proc~atl_modg_heat_numflux_sipg proc~atl_modg_2d_heat_numflux atl_modg_2d_heat_numFlux proc~atl_modg_2d_heat_numflux->proc~atl_modg_heat_numflux_sipg proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->proc~atl_modg_2d_heat_numflux proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->proc~atl_modg_heat_numflux proc~compute_rhs_cubes compute_rhs_cubes proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg_2d proc~compute_rhs_cubes->proc~compute_rhs_cubes_modg interface~atl_compute_rhs atl_compute_rhs interface~atl_compute_rhs->proc~compute_rhs_cubes

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: leftModalCoeffs(:,:)
real(kind=rk), private, allocatable:: rightModalCoeffs(:,:)
real(kind=rk), private, allocatable:: leftModalCoeffsDiff(:,:)
real(kind=rk), private, allocatable:: rightModalCoeffsDiff(:,:)
integer, private :: iside
integer, private :: iVar
integer, private :: left_neighbor
integer, private :: right_neighbor
real(kind=rk), private :: outerNormalLeft
real(kind=rk), private :: outerNormalRight
real(kind=rk), private :: Const
real(kind=rk), private :: C_IP
real(kind=rk), private :: therm_diff
real(kind=rk), private, allocatable:: Numflux1(:,:)
real(kind=rk), private, allocatable:: Numflux2(:,:)