compute_fluxes_interface Abstract Interface

abstract interface

Abstract interfaces of deferred methods of riemann_pattern_object.

private elemental subroutine compute_fluxes_interface(self, normal, fluxes)

Arguments

Type IntentOptional AttributesName
class(riemann_pattern_object), intent(in) :: self

Riemann (states) pattern solution.

type(vector), intent(in) :: normal

Normal (versor) of face where fluxes are given.

class(conservative_object), intent(inout) :: fluxes

Fluxes at initial discontinuity interface.

Description

Compute fluxes at initial discontinuity interface.