character(len=MaxNameLength), |
public |
| :: |
Name | = | ' ' | |
character(len=MaxNameLength), |
public |
| :: |
GlycolName | = | ' ' | |
integer, |
public |
| :: |
GlycolIndex | = | 0 | |
real(kind=r64), |
public |
| :: |
Concentration | = | 1.0d0 | |
logical, |
public |
| :: |
CpDataPresent | = | .FALSE. | |
real(kind=r64), |
public |
| :: |
CpLowTempValue | = | 0.0d0 | |
real(kind=r64), |
public |
| :: |
CpHighTempValue | = | 0.0d0 | |
integer, |
public |
| :: |
CpLowTempIndex | = | 0 | |
integer, |
public |
| :: |
CpHighTempIndex | = | 0 | |
integer, |
public |
| :: |
NumCpTempPts | = | 0 | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
CpTemps | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
CpValues | | | |
logical, |
public |
| :: |
RhoDataPresent | = | .FALSE. | |
integer, |
public |
| :: |
NumRhoTempPts | = | 0 | |
real(kind=r64), |
public |
| :: |
RhoLowTempValue | = | 0.0d0 | |
real(kind=r64), |
public |
| :: |
RhoHighTempValue | = | 0.0d0 | |
integer, |
public |
| :: |
RhoLowTempIndex | = | 0 | |
integer, |
public |
| :: |
RhoHighTempIndex | = | 0 | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
RhoTemps | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
RhoValues | | | |
logical, |
public |
| :: |
CondDataPresent | = | .FALSE. | |
integer, |
public |
| :: |
NumCondTempPts | = | 0 | |
real(kind=r64), |
public |
| :: |
CondLowTempValue | = | 0.0d0 | |
real(kind=r64), |
public |
| :: |
CondHighTempValue | = | 0.0d0 | |
integer, |
public |
| :: |
CondLowTempIndex | = | 0 | |
integer, |
public |
| :: |
CondHighTempIndex | = | 0 | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
CondTemps | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
CondValues | | | |
logical, |
public |
| :: |
ViscDataPresent | = | .FALSE. | |
integer, |
public |
| :: |
NumViscTempPts | = | 0 | |
real(kind=r64), |
public |
| :: |
ViscLowTempValue | = | 0.0d0 | |
real(kind=r64), |
public |
| :: |
ViscHighTempValue | = | 0.0d0 | |
integer, |
public |
| :: |
ViscLowTempIndex | = | 0 | |
integer, |
public |
| :: |
ViscHighTempIndex | = | 0 | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
ViscTemps | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
ViscValues | | | |