atl_acoustic_numflux_module Module

module that holds all routines to calculate the flux for hyperbolic linearzied gas dynamic equations.

VK use atl_laxFriedrichFlux_module, only: atl_laxFriedAcoustic


Uses

  • module~~atl_acoustic_numflux_module~~UsesGraph module~atl_acoustic_numflux_module atl_acoustic_numflux_module module~atl_eqn_acoustic_module atl_eqn_acoustic_module module~atl_acoustic_numflux_module->module~atl_eqn_acoustic_module module~env_module env_module module~atl_acoustic_numflux_module->module~env_module module~atl_eqn_acoustic_module->module~env_module module~aotus_module aotus_module module~atl_eqn_acoustic_module->module~aotus_module module~aot_out_module aot_out_module module~atl_eqn_acoustic_module->module~aot_out_module module~tem_logging_module tem_logging_module module~atl_eqn_acoustic_module->module~tem_logging_module module~aot_table_module aot_table_module module~atl_eqn_acoustic_module->module~aot_table_module module~aot_out_general_module aot_out_general_module module~atl_eqn_acoustic_module->module~aot_out_general_module module~tem_tools_module tem_tools_module module~atl_eqn_acoustic_module->module~tem_tools_module module~atl_materialfun_module atl_materialFun_module module~atl_eqn_acoustic_module->module~atl_materialfun_module module~atl_materialfun_module->module~env_module module~atl_materialfun_module->module~aot_out_module module~tem_varsys_module tem_varSys_module module~atl_materialfun_module->module~tem_varsys_module

Used by

  • module~~atl_acoustic_numflux_module~~UsedByGraph module~atl_acoustic_numflux_module atl_acoustic_numflux_module module~atl_modg_acoustic_kernel_module atl_modg_acoustic_kernel_module module~atl_modg_acoustic_kernel_module->module~atl_acoustic_numflux_module proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->module~atl_modg_acoustic_kernel_module

Contents


Interfaces

public interface atl_acoustic_numflux

Interface for fluxes of acoustic equations.

  • private subroutine atl_acoustic_numflux_cube_vec(nTotalFaces, nSides, nFaceDofs, faceRep, faceFlux, leftPos, rightPos, var, acoustic, idir)

    calculate flux of pure acoustic equation directly on the face-vector

    Read more…

    Arguments

    TypeIntentOptionalAttributesName
    integer, intent(in) :: nTotalFaces
    integer, intent(in) :: nSides
    integer, intent(in) :: nFaceDofs
    real(kind=rk), intent(in) :: faceRep(nTotalFaces,nFaceDofs,4,2)
    real(kind=rk), intent(inout) :: faceFlux(nTotalFaces,nFaceDofs,4,2)
    integer, intent(in) :: leftPos(nSides)
    integer, intent(in) :: rightPos(nsides)
    integer, intent(in) :: var(4)
    type(atl_acoustic_type), intent(in) :: acoustic

    Datatype for acoustic equation include all background data

    integer, intent(in) :: idir

    Direction of the flow, used for background velocity


Functions

public function atl_acoustic_numFlux_oneDir(left, right, acoustic, iDir) result(flux)

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: left(4)

State to compute the fluxes (rho, u, v, w)

real(kind=rk), intent(in) :: right(4)

State to compute the fluxes (rho, u, v, w)

type(atl_acoustic_type), intent(in) :: acoustic

Datatype for acoustic equation include all background data

integer, intent(in) :: iDir

Direction of flux, used fot background velocity

Return Value real(kind=rk)(4)

The resulting flux in x direction


Subroutines

private subroutine atl_acoustic_numflux_cube_vec(nTotalFaces, nSides, nFaceDofs, faceRep, faceFlux, leftPos, rightPos, var, acoustic, idir)

calculate flux of pure acoustic equation directly on the face-vector

Read more…

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: nTotalFaces
integer, intent(in) :: nSides
integer, intent(in) :: nFaceDofs
real(kind=rk), intent(in) :: faceRep(nTotalFaces,nFaceDofs,4,2)
real(kind=rk), intent(inout) :: faceFlux(nTotalFaces,nFaceDofs,4,2)
integer, intent(in) :: leftPos(nSides)
integer, intent(in) :: rightPos(nsides)
integer, intent(in) :: var(4)
type(atl_acoustic_type), intent(in) :: acoustic

Datatype for acoustic equation include all background data

integer, intent(in) :: idir

Direction of the flow, used for background velocity