get_normal_scalar_fluxes Interface

interface


Calls

interface~~get_normal_scalar_fluxes~~CallsGraph interface~get_normal_scalar_fluxes get_normal_scalar_fluxes proc~get_normal_scalar_fluxes get_normal_scalar_fluxes interface~get_normal_scalar_fluxes->proc~get_normal_scalar_fluxes proc~first_index first_index proc~get_normal_scalar_fluxes->proc~first_index

private pure module function get_normal_scalar_fluxes(image, block_id, coordinate_direction, face_direction, scalar_id) result(fluxes)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: image
integer, intent(in) :: block_id
integer, intent(in) :: coordinate_direction
integer, intent(in) :: face_direction
integer, intent(in) :: scalar_id

Return Value real(kind=r8k), allocatable,dimension(:,:)

surface-normal scalar flux components: shape = [Ny, Nz] or [Nx, Nz] or [Nx, Ny] depending on orientation

Description

result contains the the surface-normal component of the designated scalar flus at the designated grid block surface