PressureDot Function

public pure function PressureDot(Q, QDot) result(PDot)

Arguments

Type IntentOptional Attributes Name
real(kind=RP), intent(in), DIMENSION(NCONS) :: Q
real(kind=RP), intent(in), DIMENSION(NCONS) :: QDot

Return Value real(kind=RP)