atl_numFluxHeat_module Module

Module for routines and datatypes of MOdal Discontinuous Galerkin (MODG) scheme for the Heat equation. This scheme is a spectral scheme for linear, purley hyperbolic partial differential equation systems.


Uses

  • module~~atl_numfluxheat_module~~UsesGraph module~atl_numfluxheat_module atl_numFluxHeat_module module~atl_facedata_module atl_facedata_module module~atl_numfluxheat_module->module~atl_facedata_module module~atl_equation_module atl_equation_module module~atl_numfluxheat_module->module~atl_equation_module module~tem_facedata_module tem_faceData_module module~atl_numfluxheat_module->module~tem_facedata_module module~ply_poly_project_module ply_poly_project_module module~atl_numfluxheat_module->module~ply_poly_project_module module~env_module env_module module~atl_numfluxheat_module->module~env_module

Used by

  • module~~atl_numfluxheat_module~~UsedByGraph module~atl_numfluxheat_module atl_numFluxHeat_module module~atl_modg_2d_heat_kernel_module atl_modg_2d_heat_kernel_module module~atl_modg_2d_heat_kernel_module->module~atl_numfluxheat_module module~atl_modg_heat_kernel_module atl_modg_heat_kernel_module module~atl_modg_heat_kernel_module->module~atl_numfluxheat_module proc~modg_2d_compute_project_physflux modg_2d_compute_project_physFlux proc~modg_2d_compute_project_physflux->module~atl_modg_2d_heat_kernel_module proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->module~atl_modg_2d_heat_kernel_module proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->module~atl_modg_heat_kernel_module

Contents


Subroutines

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