atl_acoustic_numFlux_oneDir Function

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


Called by

proc~~atl_acoustic_numflux_onedir~~CalledByGraph proc~atl_acoustic_numflux_onedir atl_acoustic_numFlux_oneDir proc~atl_acoustic_numflux_cube_vec atl_acoustic_numflux_cube_vec proc~atl_acoustic_numflux_cube_vec->proc~atl_acoustic_numflux_onedir interface~atl_acoustic_numflux atl_acoustic_numflux interface~atl_acoustic_numflux->proc~atl_acoustic_numflux_cube_vec proc~atl_modg_acoustic_numflux atl_modg_acoustic_numFlux proc~atl_modg_acoustic_numflux->interface~atl_acoustic_numflux proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->proc~atl_modg_acoustic_numflux

Contents

None