UserDefinedNeumann_f Interface

interface
public subroutine UserDefinedNeumann_f(x, t, nHat, Q, U_x, U_y, U_z, flux, thermodynamics_, dimensionless_, refValues_)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in) :: x(NDIM)
real(kind=RP), intent(in) :: t
real(kind=RP), intent(in) :: nHat(NDIM)
real(kind=RP), intent(in) :: Q(NCONS)
real(kind=RP), intent(in) :: U_x(NGRAD)
real(kind=RP), intent(in) :: U_y(NGRAD)
real(kind=RP), intent(in) :: U_z(NGRAD)
real(kind=RP), intent(inout) :: flux(NCONS)
type(Thermodynamics_t), intent(in) :: thermodynamics_
type(Dimensionless_t), intent(in) :: dimensionless_
type(RefValues_t), intent(in) :: refValues_