#include "CurveQuartic.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< CurveQuartic > | CurveQuarticVector |
typedef boost::optional < CurveQuartic > | OptionalCurveQuartic |
CurveQuartic is a Curve that wraps the OpenStudio IDD object 'OS:Curve:Quartic'.
The functional form is f(x) = c_1 + c_2 \cdot x + c_3 \cdot x^2 + c_4 \cdot x^3 + c_5 \cdot x^4
|
explicit |
Initializes c_1 = c_2 = c_3 = c_4 = 0.0,\ c_5 = 1.0,\ x\ \text{in}\ [0.0,1.0].
|
inlinevirtual |
double openstudio::model::CurveQuartic::coefficient1Constant | ( | ) | const |
double openstudio::model::CurveQuartic::coefficient2x | ( | ) | const |
double openstudio::model::CurveQuartic::coefficient3xPOW2 | ( | ) | const |
double openstudio::model::CurveQuartic::coefficient4xPOW3 | ( | ) | const |
double openstudio::model::CurveQuartic::coefficient5xPOW4 | ( | ) | const |
|
static |
std::string openstudio::model::CurveQuartic::inputUnitTypeforX | ( | ) | const |
bool openstudio::model::CurveQuartic::isInputUnitTypeforXDefaulted | ( | ) | const |
bool openstudio::model::CurveQuartic::isOutputUnitTypeDefaulted | ( | ) | const |
boost::optional<double> openstudio::model::CurveQuartic::maximumCurveOutput | ( | ) | const |
double openstudio::model::CurveQuartic::maximumValueofx | ( | ) | const |
boost::optional<double> openstudio::model::CurveQuartic::minimumCurveOutput | ( | ) | const |
double openstudio::model::CurveQuartic::minimumValueofx | ( | ) | const |
std::string openstudio::model::CurveQuartic::outputUnitType | ( | ) | const |
void openstudio::model::CurveQuartic::resetInputUnitTypeforX | ( | ) |
void openstudio::model::CurveQuartic::resetMaximumCurveOutput | ( | ) |
void openstudio::model::CurveQuartic::resetMinimumCurveOutput | ( | ) |
void openstudio::model::CurveQuartic::resetOutputUnitType | ( | ) |
bool openstudio::model::CurveQuartic::setCoefficient1Constant | ( | double | coefficient1Constant | ) |
bool openstudio::model::CurveQuartic::setCoefficient2x | ( | double | coefficient2x | ) |
bool openstudio::model::CurveQuartic::setCoefficient3xPOW2 | ( | double | coefficient3xPOW2 | ) |
bool openstudio::model::CurveQuartic::setCoefficient4xPOW3 | ( | double | coefficient4xPOW3 | ) |
bool openstudio::model::CurveQuartic::setCoefficient5xPOW4 | ( | double | coefficient5xPOW4 | ) |
bool openstudio::model::CurveQuartic::setInputUnitTypeforX | ( | std::string | inputUnitTypeforX | ) |
bool openstudio::model::CurveQuartic::setMaximumCurveOutput | ( | double | maximumCurveOutput | ) |
bool openstudio::model::CurveQuartic::setMaximumValueofx | ( | double | maximumValueofx | ) |
bool openstudio::model::CurveQuartic::setMinimumCurveOutput | ( | double | minimumCurveOutput | ) |
bool openstudio::model::CurveQuartic::setMinimumValueofx | ( | double | minimumValueofx | ) |
bool openstudio::model::CurveQuartic::setOutputUnitType | ( | std::string | outputUnitType | ) |
|
static |
|
static |
|
related |
|
related |