Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
real(kind=r64), | public | :: | Coeff1 | = | 0.0d0 | ||
real(kind=r64), | public | :: | Coeff2 | = | 0.0d0 | ||
real(kind=r64), | public | :: | Coeff3 | = | 0.0d0 | ||
real(kind=r64), | public | :: | Coeff4 | = | 0.0d0 |
TYPE DefineASHRAEAdaptiveOptimumStartCoeffs ! Derived type for Differential Thermostat Sys Avail Managers
CHARACTER(len=MaxNameLength) :: Name = ' ' ! Name of the object
REAL(r64) :: Coeff1 = 0.0d0 ! 1st Coefficient of the equation
REAL(r64) :: Coeff2 = 0.0d0 ! 2nd Coefficient of the equation
REAL(r64) :: Coeff3 = 0.0d0 ! 3rd Coefficient of the equation
REAL(r64) :: Coeff4 = 0.0d0 ! 4th Coefficient of the equation
END TYPE DefineASHRAEAdaptiveOptimumStartCoeffs