OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "CurveRectangularHyperbola1.hpp"

Inheritance diagram for openstudio::model::CurveRectangularHyperbola1:

Public Member Functions

 CurveRectangularHyperbola1 (const Model &model)
virtual ~CurveRectangularHyperbola1 ()
double coefficient1C1 () const
double coefficient2C2 () const
double coefficient3C3 () const
double minimumValueofx () const
double maximumValueofx () const
boost::optional< double > minimumCurveOutput () const
boost::optional< double > maximumCurveOutput () const
std::string inputUnitTypeforx () const
bool isInputUnitTypeforxDefaulted () const
std::string outputUnitType () const
bool isOutputUnitTypeDefaulted () const
bool setCoefficient1C1 (double coefficient1C1)
bool setCoefficient2C2 (double coefficient2C2)
bool setCoefficient3C3 (double coefficient3C3)
bool setMinimumValueofx (double minimumValueofx)
bool setMaximumValueofx (double maximumValueofx)
bool setMinimumCurveOutput (double minimumCurveOutput)
void resetMinimumCurveOutput ()
bool setMaximumCurveOutput (double maximumCurveOutput)
void resetMaximumCurveOutput ()
bool setInputUnitTypeforx (std::string inputUnitTypeforx)
void resetInputUnitTypeforx ()
bool setOutputUnitType (std::string outputUnitType)
void resetOutputUnitType ()

Static Public Member Functions

static IddObjectType iddObjectType ()
static std::vector< std::string > validInputUnitTypeforxValues ()
static std::vector< std::string > validOutputUnitTypeValues ()

Related Functions

typedef std::vector
< CurveRectangularHyperbola1
CurveRectangularHyperbola1Vector
typedef boost::optional
< CurveRectangularHyperbola1
OptionalCurveRectangularHyperbola1

Detailed Description

CurveRectangularHyperbola1 is a Curve that wraps the OpenStudio IDD object 'OS:Curve:RectangularHyperbola1'.

The functional form is \displaystyle f(x) = \frac{c_1 \cdot x}{c_2 + x} + c_3

Constructor & Destructor Documentation

openstudio::model::CurveRectangularHyperbola1::CurveRectangularHyperbola1 ( const Model model)
explicit

Initializes c_1 = c_2 = 1.0,\ c_3 = 0.0,\ xmin = 0.0,\ xmax = 1.0.

virtual openstudio::model::CurveRectangularHyperbola1::~CurveRectangularHyperbola1 ( )
inlinevirtual

Member Function Documentation

double openstudio::model::CurveRectangularHyperbola1::coefficient1C1 ( ) const
double openstudio::model::CurveRectangularHyperbola1::coefficient2C2 ( ) const
double openstudio::model::CurveRectangularHyperbola1::coefficient3C3 ( ) const
static IddObjectType openstudio::model::CurveRectangularHyperbola1::iddObjectType ( )
static
std::string openstudio::model::CurveRectangularHyperbola1::inputUnitTypeforx ( ) const
bool openstudio::model::CurveRectangularHyperbola1::isInputUnitTypeforxDefaulted ( ) const
bool openstudio::model::CurveRectangularHyperbola1::isOutputUnitTypeDefaulted ( ) const
boost::optional<double> openstudio::model::CurveRectangularHyperbola1::maximumCurveOutput ( ) const
double openstudio::model::CurveRectangularHyperbola1::maximumValueofx ( ) const
boost::optional<double> openstudio::model::CurveRectangularHyperbola1::minimumCurveOutput ( ) const
double openstudio::model::CurveRectangularHyperbola1::minimumValueofx ( ) const
std::string openstudio::model::CurveRectangularHyperbola1::outputUnitType ( ) const
void openstudio::model::CurveRectangularHyperbola1::resetInputUnitTypeforx ( )
void openstudio::model::CurveRectangularHyperbola1::resetMaximumCurveOutput ( )
void openstudio::model::CurveRectangularHyperbola1::resetMinimumCurveOutput ( )
void openstudio::model::CurveRectangularHyperbola1::resetOutputUnitType ( )
bool openstudio::model::CurveRectangularHyperbola1::setCoefficient1C1 ( double  coefficient1C1)
bool openstudio::model::CurveRectangularHyperbola1::setCoefficient2C2 ( double  coefficient2C2)
bool openstudio::model::CurveRectangularHyperbola1::setCoefficient3C3 ( double  coefficient3C3)
bool openstudio::model::CurveRectangularHyperbola1::setInputUnitTypeforx ( std::string  inputUnitTypeforx)
bool openstudio::model::CurveRectangularHyperbola1::setMaximumCurveOutput ( double  maximumCurveOutput)
bool openstudio::model::CurveRectangularHyperbola1::setMaximumValueofx ( double  maximumValueofx)
bool openstudio::model::CurveRectangularHyperbola1::setMinimumCurveOutput ( double  minimumCurveOutput)
bool openstudio::model::CurveRectangularHyperbola1::setMinimumValueofx ( double  minimumValueofx)
bool openstudio::model::CurveRectangularHyperbola1::setOutputUnitType ( std::string  outputUnitType)
static std::vector<std::string> openstudio::model::CurveRectangularHyperbola1::validInputUnitTypeforxValues ( )
static
static std::vector<std::string> openstudio::model::CurveRectangularHyperbola1::validOutputUnitTypeValues ( )
static

Friends And Related Function Documentation