#include "SurfacePropertyConvectionCoefficients.hpp"
SurfacePropertyConvectionCoefficients is a ModelObject that wraps the OpenStudio IDD object 'OS:SurfaceProperty:ConvectionCoefficients'.
openstudio::model::SurfacePropertyConvectionCoefficients::SurfacePropertyConvectionCoefficients |
( |
const Surface & |
surface | ) |
|
|
explicit |
openstudio::model::SurfacePropertyConvectionCoefficients::SurfacePropertyConvectionCoefficients |
( |
const SubSurface & |
surface | ) |
|
|
explicit |
openstudio::model::SurfacePropertyConvectionCoefficients::SurfacePropertyConvectionCoefficients |
( |
const InternalMass & |
surface | ) |
|
|
explicit |
virtual openstudio::model::SurfacePropertyConvectionCoefficients::~SurfacePropertyConvectionCoefficients |
( |
| ) |
|
|
virtualdefault |
boost::optional<double> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient1 |
( |
| ) |
const |
boost::optional<std::string> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient1Location |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient1LocationValues |
( |
| ) |
|
|
static |
boost::optional<Schedule> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient1Schedule |
( |
| ) |
const |
boost::optional<std::string> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient1Type |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient1TypeValues |
( |
| ) |
|
|
static |
boost::optional<double> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient2 |
( |
| ) |
const |
boost::optional<std::string> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient2Location |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient2LocationValues |
( |
| ) |
|
|
static |
boost::optional<Schedule> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient2Schedule |
( |
| ) |
const |
boost::optional<std::string> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient2Type |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::SurfacePropertyConvectionCoefficients::convectionCoefficient2TypeValues |
( |
| ) |
|
|
static |
static IddObjectType openstudio::model::SurfacePropertyConvectionCoefficients::iddObjectType |
( |
| ) |
|
|
static |
void openstudio::model::SurfacePropertyConvectionCoefficients::resetConvectionCoefficient1 |
( |
| ) |
|
void openstudio::model::SurfacePropertyConvectionCoefficients::resetConvectionCoefficient1Location |
( |
| ) |
|
void openstudio::model::SurfacePropertyConvectionCoefficients::resetConvectionCoefficient1Schedule |
( |
| ) |
|
void openstudio::model::SurfacePropertyConvectionCoefficients::resetConvectionCoefficient1Type |
( |
| ) |
|
void openstudio::model::SurfacePropertyConvectionCoefficients::resetConvectionCoefficient2 |
( |
| ) |
|
void openstudio::model::SurfacePropertyConvectionCoefficients::resetConvectionCoefficient2Location |
( |
| ) |
|
void openstudio::model::SurfacePropertyConvectionCoefficients::resetConvectionCoefficient2Schedule |
( |
| ) |
|
void openstudio::model::SurfacePropertyConvectionCoefficients::resetConvectionCoefficient2Type |
( |
| ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setConvectionCoefficient1 |
( |
double |
convectionCoefficient1 | ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setConvectionCoefficient1Location |
( |
const std::string & |
convectionCoefficient1Location | ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setConvectionCoefficient1Schedule |
( |
Schedule & |
schedule | ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setConvectionCoefficient1Type |
( |
const std::string & |
convectionCoefficient1Type | ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setConvectionCoefficient2 |
( |
double |
convectionCoefficient2 | ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setConvectionCoefficient2Location |
( |
const std::string & |
convectionCoefficient2Location | ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setConvectionCoefficient2Schedule |
( |
Schedule & |
schedule | ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setConvectionCoefficient2Type |
( |
const std::string & |
convectionCoefficient2Type | ) |
|
bool openstudio::model::SurfacePropertyConvectionCoefficients::setSurface |
( |
const ModelObject & |
surface | ) |
|
boost::optional<InternalMass> openstudio::model::SurfacePropertyConvectionCoefficients::surfaceAsInternalMass |
( |
| ) |
const |
ModelObject openstudio::model::SurfacePropertyConvectionCoefficients::surfaceAsModelObject |
( |
| ) |
const |
boost::optional<SubSurface> openstudio::model::SurfacePropertyConvectionCoefficients::surfaceAsSubSurface |
( |
| ) |
const |
boost::optional<Surface> openstudio::model::SurfacePropertyConvectionCoefficients::surfaceAsSurface |
( |
| ) |
const |