compute_fluxes_interface Abstract Interface

abstract interface

Abstract interfaces of deferred methods of conservative_object.

private subroutine compute_fluxes_interface(self, eos, normal, fluxes)

Arguments

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

Conservative.

class(eos_object), intent(in) :: eos

Equation of state.

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

Normal (versor) of face where fluxes are given.

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

Conservative fluxes.

Description

Compute conservative fluxes.