p_water_fcn Abstract Interface

abstract interface
private pure subroutine p_water_fcn(rho, p, c)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: rho

density
密度

real(kind=rk), intent(out) :: p

pressure
压力

real(kind=rk), intent(out) :: c

sound speed
声速

Description

EoS for water
水的状态方程