Skip to content

Commit

Permalink
Refractoring docstrings r797.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jul 6, 2024
1 parent d0c58c3 commit 8826d29
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/iapws_r797.f90
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ module iapws__r797


real(dp), parameter :: T_KELVIN = 273.15_dp !! Parameters from IAPWS R7-97
real(dp), parameter :: Tc = Tc_H2O !! critical temperature of water in K
real(dp), parameter :: pc = pc_H2O !! critical pressure of the water in MPa
real(dp), parameter :: rhoc = rhoc_H2O !! critical density of the water in kg.m-3.
real(dp), parameter :: Tc = Tc_H2O !! critical temperature of water in K
real(dp), parameter :: pc = pc_H2O !! critical pressure of the water in MPa
real(dp), parameter :: rhoc = rhoc_H2O !! critical density of the water in kg.m-3.

real(dp), parameter :: R = 0.461526_dp !! Specific gas constant 0.461 526 kJ.kg-1.K-1
real(dp), parameter :: R = 0.461526_dp !! Specific gas constant 0.461 526 kJ.kg-1.K-1



Expand Down Expand Up @@ -53,13 +53,13 @@ module iapws__r797
+0.65017534844798e3_dp &
] !! ni coefficients for region 4 (saturation line)

real(dp), parameter :: r4_Tmin = 273.15_dp !! Lower bound for validity for ps(T) in K.
real(dp), parameter :: r4_Tmax = 647.096_dp !! Upper bound for validity ps(T) in K.
real(dp), parameter :: r4_Tmin = 273.15_dp !! Lower bound for validity for ps(T) in K.
real(dp), parameter :: r4_Tmax = 647.096_dp !! Upper bound for validity ps(T) in K.
real(dp), parameter :: r4_pmin = 611.213e-6_dp !! Lower bound for validity for Ts(p) in MPa
real(dp), parameter :: r4_pmax = 22.064_dp !! Upper bound for validity Ts(p) in MPa
real(dp), parameter :: r4_pmax = 22.064_dp !! Upper bound for validity Ts(p) in MPa

real(dp), parameter :: r4_Tstar = 1_dp !! K
real(dp), parameter :: r4_Pstar = 1_dp !! MPa
real(dp), parameter :: r4_Tstar = 1_dp !! K
real(dp), parameter :: r4_Pstar = 1_dp !! MPa
!--------------------------------------------------------------------------------------------------------------------------------


Expand Down

0 comments on commit 8826d29

Please sign in to comment.