#include <UnitarySystemPerformanceMultispeed.hpp>
◆ SupplyAirflowRatioField() [1/2]
openstudio::model::SupplyAirflowRatioField::SupplyAirflowRatioField |
( |
| ) |
|
Default Constructor. Autosizes both heating and cooling.
◆ SupplyAirflowRatioField() [2/2]
openstudio::model::SupplyAirflowRatioField::SupplyAirflowRatioField |
( |
double | heatingRatio, |
|
|
double | coolingRatio ) |
Constructor that sets values for both heating and cooling.
◆ coolingRatio()
boost::optional< double > openstudio::model::SupplyAirflowRatioField::coolingRatio |
( |
| ) |
const |
◆ fromCoolingRatio()
"Constructor" that autosizes heating ration and sets cooling ratio.
◆ fromHeatingRatio()
"Constructor" that autosizes cooling ratio and sets heating ratio.
◆ getHeatingCoolingRatiosAsStrings()
std::vector< std::string > openstudio::model::SupplyAirflowRatioField::getHeatingCoolingRatiosAsStrings |
( |
| ) |
const |
|
protected |
◆ heatingRatio()
boost::optional< double > openstudio::model::SupplyAirflowRatioField::heatingRatio |
( |
| ) |
const |
◆ isCoolingRatioAutosized()
bool openstudio::model::SupplyAirflowRatioField::isCoolingRatioAutosized |
( |
| ) |
const |
◆ isHeatingRatioAutosized()
bool openstudio::model::SupplyAirflowRatioField::isHeatingRatioAutosized |
( |
| ) |
const |