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

#include "RoofVegetation.hpp"

Inheritance diagram for openstudio::model::RoofVegetation:

Public Member Functions

 RoofVegetation (const Model &model, const std::string &roughness="Smooth")
virtual ~RoofVegetation () override=default
 RoofVegetation (const RoofVegetation &other)=default
 RoofVegetation (RoofVegetation &&other)=default
RoofVegetationoperator= (const RoofVegetation &)=default
RoofVegetationoperator= (RoofVegetation &&)=default
double heightofPlants () const
bool isHeightofPlantsDefaulted () const
double leafAreaIndex () const
bool isLeafAreaIndexDefaulted () const
double leafReflectivity () const
bool isLeafReflectivityDefaulted () const
double leafEmissivity () const
bool isLeafEmissivityDefaulted () const
double minimumStomatalResistance () const
bool isMinimumStomatalResistanceDefaulted () const
std::string soilLayerName () const
bool isSoilLayerNameDefaulted () const
std::string roughness () const
double density () const
double specificHeat () const
double saturationVolumetricMoistureContent () const
double residualVolumetricMoistureContent () const
double initialVolumetricMoistureContent () const
bool isRoughnessDefaulted () const
double thickness () const
bool isThicknessDefaulted () const
double conductivityofDrySoil () const
bool isConductivityofDrySoilDefaulted () const
double densityofDrySoil () const
bool isDensityofDrySoilDefaulted () const
double specificHeatofDrySoil () const
bool isSpecificHeatofDrySoilDefaulted () const
boost::optional< double > thermalAbsorptance () const
bool isThermalAbsorptanceDefaulted () const
boost::optional< double > solarAbsorptance () const
bool isSolarAbsorptanceDefaulted () const
boost::optional< double > visibleAbsorptance () const
bool isVisibleAbsorptanceDefaulted () const
double saturationVolumetricMoistureContentoftheSoilLayer () const
bool isSaturationVolumetricMoistureContentoftheSoilLayerDefaulted () const
double residualVolumetricMoistureContentoftheSoilLayer () const
bool isResidualVolumetricMoistureContentoftheSoilLayerDefaulted () const
double initialVolumetricMoistureContentoftheSoilLayer () const
bool isInitialVolumetricMoistureContentoftheSoilLayerDefaulted () const
std::string moistureDiffusionCalculationMethod () const
bool isMoistureDiffusionCalculationMethodDefaulted () const
bool setLeafAreaIndex (double leafAreaIndex)
bool setLeafReflectivity (double leafReflectivity)
bool setLeafEmissivity (double leafEmissivity)
bool setMinimumStomatalResistance (double value)
bool setSoilLayerName (const std::string &name)
bool setRoughness (const std::string &value)
bool setDensity (double value)
bool setSpecificHeat (double value)
bool setSaturationVolumetricMoistureContent (double value)
bool setResidualVolumetricMoistureContent (double value)
bool setInitialVolumetricMoistureConent (double value)
bool setMoistureDiffusionCalculationMethod (const std::string &value)
bool setHeightofPlants (double heightofPlants)
void resetHeightofPlants ()
void resetLeafAreaIndex ()
void resetLeafReflectivity ()
void resetLeafEmissivity ()
void resetMinimumStomatalResistance ()
void resetSoilLayerName ()
void resetRoughness ()
bool setThickness (double thickness)
void resetThickness ()
bool setConductivityofDrySoil (double conductivityofDrySoil)
void resetConductivityofDrySoil ()
bool setDensityofDrySoil (double densityofDrySoil)
void resetDensityofDrySoil ()
bool setSpecificHeatofDrySoil (double specificHeatofDrySoil)
void resetSpecificHeatofDrySoil ()
bool setThermalAbsorptance (double thermalAbsorptance)
void resetThermalAbsorptance ()
bool setSolarAbsorptance (double solarAbsorptance)
void resetSolarAbsorptance ()
bool setVisibleAbsorptance (double visibleAbsorptance)
void resetVisibleAbsorptance ()
bool setSaturationVolumetricMoistureContentoftheSoilLayer (double saturationVolumetricMoistureContentoftheSoilLayer)
void resetSaturationVolumetricMoistureContentoftheSoilLayer ()
bool setResidualVolumetricMoistureContentoftheSoilLayer (double residualVolumetricMoistureContentoftheSoilLayer)
void resetResidualVolumetricMoistureContentoftheSoilLayer ()
bool setInitialVolumetricMoistureContentoftheSoilLayer (double initialVolumetricMoistureContentoftheSoilLayer)
void resetInitialVolumetricMoistureContentoftheSoilLayer ()
void resetMoistureDiffusionCalculationMethod ()

Static Public Member Functions

static IddObjectType iddObjectType ()
static std::vector< std::string > moistureDiffusionCalculationMethodValues ()
static std::vector< std::string > roughnessValues ()

Related Functions

using OptionalRoofVegetation = boost::optional< RoofVegetation >
using RoofVegetationVector = std::vector< RoofVegetation >

Detailed Description

RoofVegetation is a OpaqueMaterial that wraps the OpenStudio IDD object 'OS:Material:RoofVegetation'.

Constructor & Destructor Documentation

openstudio::model::RoofVegetation::RoofVegetation ( const Model model,
const std::string &  roughness = "Smooth" 
)
explicit
virtual openstudio::model::RoofVegetation::~RoofVegetation ( )
overridevirtualdefault
openstudio::model::RoofVegetation::RoofVegetation ( const RoofVegetation other)
default
openstudio::model::RoofVegetation::RoofVegetation ( RoofVegetation &&  other)
default

Member Function Documentation

double openstudio::model::RoofVegetation::conductivityofDrySoil ( ) const
double openstudio::model::RoofVegetation::density ( ) const

Density of dry soil (kg/m^3).

double openstudio::model::RoofVegetation::densityofDrySoil ( ) const
double openstudio::model::RoofVegetation::heightofPlants ( ) const
static IddObjectType openstudio::model::RoofVegetation::iddObjectType ( )
static
double openstudio::model::RoofVegetation::initialVolumetricMoistureContent ( ) const
double openstudio::model::RoofVegetation::initialVolumetricMoistureContentoftheSoilLayer ( ) const
bool openstudio::model::RoofVegetation::isConductivityofDrySoilDefaulted ( ) const
bool openstudio::model::RoofVegetation::isDensityofDrySoilDefaulted ( ) const
bool openstudio::model::RoofVegetation::isHeightofPlantsDefaulted ( ) const
bool openstudio::model::RoofVegetation::isInitialVolumetricMoistureContentoftheSoilLayerDefaulted ( ) const
bool openstudio::model::RoofVegetation::isLeafAreaIndexDefaulted ( ) const
bool openstudio::model::RoofVegetation::isLeafEmissivityDefaulted ( ) const
bool openstudio::model::RoofVegetation::isLeafReflectivityDefaulted ( ) const
bool openstudio::model::RoofVegetation::isMinimumStomatalResistanceDefaulted ( ) const
bool openstudio::model::RoofVegetation::isMoistureDiffusionCalculationMethodDefaulted ( ) const
bool openstudio::model::RoofVegetation::isResidualVolumetricMoistureContentoftheSoilLayerDefaulted ( ) const
bool openstudio::model::RoofVegetation::isRoughnessDefaulted ( ) const
bool openstudio::model::RoofVegetation::isSaturationVolumetricMoistureContentoftheSoilLayerDefaulted ( ) const
bool openstudio::model::RoofVegetation::isSoilLayerNameDefaulted ( ) const
bool openstudio::model::RoofVegetation::isSolarAbsorptanceDefaulted ( ) const
bool openstudio::model::RoofVegetation::isSpecificHeatofDrySoilDefaulted ( ) const
bool openstudio::model::RoofVegetation::isThermalAbsorptanceDefaulted ( ) const
bool openstudio::model::RoofVegetation::isThicknessDefaulted ( ) const
bool openstudio::model::RoofVegetation::isVisibleAbsorptanceDefaulted ( ) const
double openstudio::model::RoofVegetation::leafAreaIndex ( ) const
double openstudio::model::RoofVegetation::leafEmissivity ( ) const
double openstudio::model::RoofVegetation::leafReflectivity ( ) const
double openstudio::model::RoofVegetation::minimumStomatalResistance ( ) const
std::string openstudio::model::RoofVegetation::moistureDiffusionCalculationMethod ( ) const
static std::vector<std::string> openstudio::model::RoofVegetation::moistureDiffusionCalculationMethodValues ( )
static
RoofVegetation& openstudio::model::RoofVegetation::operator= ( const RoofVegetation )
default
RoofVegetation& openstudio::model::RoofVegetation::operator= ( RoofVegetation &&  )
default
void openstudio::model::RoofVegetation::resetConductivityofDrySoil ( )
void openstudio::model::RoofVegetation::resetDensityofDrySoil ( )
void openstudio::model::RoofVegetation::resetHeightofPlants ( )
void openstudio::model::RoofVegetation::resetInitialVolumetricMoistureContentoftheSoilLayer ( )
void openstudio::model::RoofVegetation::resetLeafAreaIndex ( )
void openstudio::model::RoofVegetation::resetLeafEmissivity ( )
void openstudio::model::RoofVegetation::resetLeafReflectivity ( )
void openstudio::model::RoofVegetation::resetMinimumStomatalResistance ( )
void openstudio::model::RoofVegetation::resetMoistureDiffusionCalculationMethod ( )
void openstudio::model::RoofVegetation::resetResidualVolumetricMoistureContentoftheSoilLayer ( )
void openstudio::model::RoofVegetation::resetRoughness ( )
void openstudio::model::RoofVegetation::resetSaturationVolumetricMoistureContentoftheSoilLayer ( )
void openstudio::model::RoofVegetation::resetSoilLayerName ( )
void openstudio::model::RoofVegetation::resetSolarAbsorptance ( )
void openstudio::model::RoofVegetation::resetSpecificHeatofDrySoil ( )
void openstudio::model::RoofVegetation::resetThermalAbsorptance ( )
void openstudio::model::RoofVegetation::resetThickness ( )
void openstudio::model::RoofVegetation::resetVisibleAbsorptance ( )
double openstudio::model::RoofVegetation::residualVolumetricMoistureContent ( ) const
double openstudio::model::RoofVegetation::residualVolumetricMoistureContentoftheSoilLayer ( ) const
std::string openstudio::model::RoofVegetation::roughness ( ) const
static std::vector<std::string> openstudio::model::RoofVegetation::roughnessValues ( )
static
double openstudio::model::RoofVegetation::saturationVolumetricMoistureContent ( ) const

Maximum moisture content of the soil layer by volume fraction.

double openstudio::model::RoofVegetation::saturationVolumetricMoistureContentoftheSoilLayer ( ) const
bool openstudio::model::RoofVegetation::setConductivityofDrySoil ( double  conductivityofDrySoil)
bool openstudio::model::RoofVegetation::setDensity ( double  value)

Set density of dry soil (kg/m^3).

bool openstudio::model::RoofVegetation::setDensityofDrySoil ( double  densityofDrySoil)
bool openstudio::model::RoofVegetation::setHeightofPlants ( double  heightofPlants)
bool openstudio::model::RoofVegetation::setInitialVolumetricMoistureConent ( double  value)
bool openstudio::model::RoofVegetation::setInitialVolumetricMoistureContentoftheSoilLayer ( double  initialVolumetricMoistureContentoftheSoilLayer)
bool openstudio::model::RoofVegetation::setLeafAreaIndex ( double  leafAreaIndex)
bool openstudio::model::RoofVegetation::setLeafEmissivity ( double  leafEmissivity)
bool openstudio::model::RoofVegetation::setLeafReflectivity ( double  leafReflectivity)
bool openstudio::model::RoofVegetation::setMinimumStomatalResistance ( double  value)
bool openstudio::model::RoofVegetation::setMoistureDiffusionCalculationMethod ( const std::string &  value)
bool openstudio::model::RoofVegetation::setResidualVolumetricMoistureContent ( double  value)
bool openstudio::model::RoofVegetation::setResidualVolumetricMoistureContentoftheSoilLayer ( double  residualVolumetricMoistureContentoftheSoilLayer)
bool openstudio::model::RoofVegetation::setRoughness ( const std::string &  value)
bool openstudio::model::RoofVegetation::setSaturationVolumetricMoistureContent ( double  value)

Set the maximum moisture content of the soil layer by volume fraction.

bool openstudio::model::RoofVegetation::setSaturationVolumetricMoistureContentoftheSoilLayer ( double  saturationVolumetricMoistureContentoftheSoilLayer)
bool openstudio::model::RoofVegetation::setSoilLayerName ( const std::string &  name)
bool openstudio::model::RoofVegetation::setSolarAbsorptance ( double  solarAbsorptance)
bool openstudio::model::RoofVegetation::setSpecificHeat ( double  value)

Set specific heat of dry soil (J/kg*K).

bool openstudio::model::RoofVegetation::setSpecificHeatofDrySoil ( double  specificHeatofDrySoil)
bool openstudio::model::RoofVegetation::setThermalAbsorptance ( double  thermalAbsorptance)
bool openstudio::model::RoofVegetation::setThickness ( double  thickness)
bool openstudio::model::RoofVegetation::setVisibleAbsorptance ( double  visibleAbsorptance)
std::string openstudio::model::RoofVegetation::soilLayerName ( ) const
boost::optional<double> openstudio::model::RoofVegetation::solarAbsorptance ( ) const
double openstudio::model::RoofVegetation::specificHeat ( ) const

Specific heat of dry soil (J/kg*K).

double openstudio::model::RoofVegetation::specificHeatofDrySoil ( ) const
boost::optional<double> openstudio::model::RoofVegetation::thermalAbsorptance ( ) const
double openstudio::model::RoofVegetation::thickness ( ) const
boost::optional<double> openstudio::model::RoofVegetation::visibleAbsorptance ( ) const

Friends And Related Function Documentation

using OptionalRoofVegetation = boost::optional<RoofVegetation>
related
using RoofVegetationVector = std::vector<RoofVegetation>
related