#include "CurveExponentialDecay.hpp"
Static Public Member Functions | |
static IddObjectType | iddObjectType () |
static std::vector< std::string > | validInputUnitTypeforxValues () |
static std::vector< std::string > | validOutputUnitTypeValues () |
Related Functions | |
typedef std::vector < CurveExponentialDecay > | CurveExponentialDecayVector |
typedef boost::optional < CurveExponentialDecay > | OptionalCurveExponentialDecay |
CurveExponentialDecay is a Curve that wraps the OpenStudio IDD object 'OS:Curve:ExponentialDecay'.
The functional form is f(x) = c_1 + c_2 \cdot e^{c_3 \cdot x}
|
explicit |
Sets c_1 = 0.0,\ c_2 = 1.0,\ c_3 = -1.0, and bounds x within [0.0,1.0].
|
inlinevirtual |
double openstudio::model::CurveExponentialDecay::coefficient1C1 | ( | ) | const |
double openstudio::model::CurveExponentialDecay::coefficient2C2 | ( | ) | const |
double openstudio::model::CurveExponentialDecay::coefficient3C3 | ( | ) | const |
|
static |
std::string openstudio::model::CurveExponentialDecay::inputUnitTypeforx | ( | ) | const |
bool openstudio::model::CurveExponentialDecay::isInputUnitTypeforxDefaulted | ( | ) | const |
bool openstudio::model::CurveExponentialDecay::isOutputUnitTypeDefaulted | ( | ) | const |
boost::optional<double> openstudio::model::CurveExponentialDecay::maximumCurveOutput | ( | ) | const |
double openstudio::model::CurveExponentialDecay::maximumValueofx | ( | ) | const |
boost::optional<double> openstudio::model::CurveExponentialDecay::minimumCurveOutput | ( | ) | const |
double openstudio::model::CurveExponentialDecay::minimumValueofx | ( | ) | const |
std::string openstudio::model::CurveExponentialDecay::outputUnitType | ( | ) | const |
void openstudio::model::CurveExponentialDecay::resetInputUnitTypeforx | ( | ) |
void openstudio::model::CurveExponentialDecay::resetMaximumCurveOutput | ( | ) |
void openstudio::model::CurveExponentialDecay::resetMinimumCurveOutput | ( | ) |
void openstudio::model::CurveExponentialDecay::resetOutputUnitType | ( | ) |
bool openstudio::model::CurveExponentialDecay::setCoefficient1C1 | ( | double | coefficient1C1 | ) |
bool openstudio::model::CurveExponentialDecay::setCoefficient2C2 | ( | double | coefficient2C2 | ) |
bool openstudio::model::CurveExponentialDecay::setCoefficient3C3 | ( | double | coefficient3C3 | ) |
bool openstudio::model::CurveExponentialDecay::setInputUnitTypeforx | ( | const std::string & | inputUnitTypeforx | ) |
bool openstudio::model::CurveExponentialDecay::setMaximumCurveOutput | ( | double | maximumCurveOutput | ) |
bool openstudio::model::CurveExponentialDecay::setMaximumValueofx | ( | double | maximumValueofx | ) |
bool openstudio::model::CurveExponentialDecay::setMinimumCurveOutput | ( | double | minimumCurveOutput | ) |
bool openstudio::model::CurveExponentialDecay::setMinimumValueofx | ( | double | minimumValueofx | ) |
bool openstudio::model::CurveExponentialDecay::setOutputUnitType | ( | const std::string & | outputUnitType | ) |
|
static |
|
static |
|
related |
|
related |