#include "AirflowNetworkLeakageRatio.hpp"
AirflowNetworkLeakageRatio is a AirflowNetworkComponent that wraps the OpenStudio IDD object 'OS:AirflowNetwork:LeakageRatio'.
openstudio::model::AirflowNetworkLeakageRatio::AirflowNetworkLeakageRatio |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::AirflowNetworkLeakageRatio::~AirflowNetworkLeakageRatio |
( |
| ) |
|
|
inlinevirtual |
double openstudio::model::AirflowNetworkLeakageRatio::airMassFlowExponent |
( |
| ) |
const |
boost::optional<double> openstudio::model::AirflowNetworkLeakageRatio::effectiveLeakageRatio |
( |
| ) |
const |
static IddObjectType openstudio::model::AirflowNetworkLeakageRatio::iddObjectType |
( |
| ) |
|
|
static |
bool openstudio::model::AirflowNetworkLeakageRatio::isAirMassFlowExponentDefaulted |
( |
| ) |
const |
double openstudio::model::AirflowNetworkLeakageRatio::maximumFlowRate |
( |
| ) |
const |
double openstudio::model::AirflowNetworkLeakageRatio::referencePressureDifference |
( |
| ) |
const |
void openstudio::model::AirflowNetworkLeakageRatio::resetAirMassFlowExponent |
( |
| ) |
|
void openstudio::model::AirflowNetworkLeakageRatio::resetEffectiveLeakageRatio |
( |
| ) |
|
bool openstudio::model::AirflowNetworkLeakageRatio::setAirMassFlowExponent |
( |
double |
airMassFlowExponent | ) |
|
bool openstudio::model::AirflowNetworkLeakageRatio::setEffectiveLeakageRatio |
( |
double |
effectiveLeakageRatio | ) |
|
bool openstudio::model::AirflowNetworkLeakageRatio::setMaximumFlowRate |
( |
double |
maximumFlowRate | ) |
|
bool openstudio::model::AirflowNetworkLeakageRatio::setReferencePressureDifference |
( |
double |
referencePressureDifference | ) |
|