#include <PrjAirflowElements.hpp>
Inheritance diagram for openstudio::contam::PlrBdf:Public Member Functions | |
Constructors and Destructors | |
| PlrBdf () | |
| Create a new object with default values. | |
| PlrBdf (int nr, int icon, std::string name, std::string desc) | |
| Create a new object. | |
| PlrBdf (int nr, int icon, std::string name, std::string desc, double lam, double Cp, double xp, double Cn, double xn) | |
| Create a new object. | |
| PlrBdf (int nr, int icon, std::string name, std::string desc, std::string lam, std::string Cp, std::string xp, std::string Cn, std::string xn) | |
| Create a new object. | |
| virtual | ~PlrBdf () override=default |
| Create a new object from another object. | |
Getters and Setters | |
| std::string | dataType () const override |
| Returns the element data type. | |
Public Member Functions inherited from openstudio::contam::PlrBackDamper | |
| PlrBackDamper () | |
| Create a new object with default values. | |
| PlrBackDamper (int nr, int icon, std::string name, std::string desc) | |
| Create a new object. | |
| PlrBackDamper (int nr, int icon, std::string name, std::string desc, double lam, double Cp, double xp, double Cn, double xn) | |
| Create a new object. | |
| PlrBackDamper (int nr, int icon, std::string name, std::string desc, std::string lam, std::string Cp, std::string xp, std::string Cn, std::string xn) | |
| Create a new object. | |
| PlrBackDamper (const PlrBackDamper &other) | |
| Create a new object from another object. | |
| virtual | ~PlrBackDamper () override=default |
| Destroy the object. | |
| PlrBackDamper & | operator= (const PlrBackDamper &other) |
| Copy operator. | |
| bool | operator== (const PlrBackDamper &other) const |
| Equality operator. | |
| bool | operator!= (const PlrBackDamper &other) const |
| Inequality operator. | |
| void | read (Reader &input) |
| Read an object from a Reader. | |
| void | readDetails (Reader &input) |
| Read object details from a Reader. | |
| std::string | write () override |
| Write the object to a string. | |
| int | nr () const override |
| Returns the element number, in order from 1 to the number of airflow elements. | |
| void | setNr (const int nr) override |
| Sets the element number. | |
| int | icon () const override |
| Returns the icon used to represent flow path. | |
| void | setIcon (const int icon) override |
| Sets the icon used to represent flow path. | |
| std::string | name () const override |
| Returns the element name. | |
| void | setName (const std::string &name) override |
| Sets the element name. | |
| std::string | desc () const override |
| Returns the element description. | |
| void | setDesc (const std::string &desc) override |
| Sets the element description. | |
| double | lam () const |
| Returns the laminar flow coefficient. | |
| bool | setLam (const double lam) |
| Sets the laminar flow coefficient. | |
| bool | setLam (const std::string &lam) |
| Sets the laminar flow coefficient. | |
| double | Cp () const |
| Returns the turbulent flow coefficient (dP > 0). | |
| bool | setCp (const double Cp) |
| Sets the turbulent flow coefficient (dP > 0). | |
| bool | setCp (const std::string &Cp) |
| Sets the turbulent flow coefficient (dP > 0). | |
| double | xp () const |
| Returns the pressure exponent (dP > 0). | |
| bool | setXp (const double xp) |
| Sets the pressure exponent (dP > 0). | |
| bool | setXp (const std::string &xp) |
| Sets the pressure exponent (dP > 0). | |
| double | Cn () const |
| Returns the turbulent flow coefficient (dP < 0). | |
| bool | setCn (const double Cn) |
| Sets the turbulent flow coefficient (dP < 0). | |
| bool | setCn (const std::string &Cn) |
| Sets the turbulent flow coefficient (dP < 0). | |
| double | xn () const |
| Returns the pressure exponent (dP < 0). | |
| bool | setXn (const double xn) |
| Sets the pressure exponent (dP < 0). | |
| bool | setXn (const std::string &xn) |
| Sets the pressure exponent (dP < 0). | |
Public Member Functions inherited from openstudio::contam::AirflowElement | |
| virtual | ~AirflowElement ()=default |
| Destroy the object. | |
Additional Inherited Members | |
Static Public Member Functions inherited from openstudio::contam::AirflowElement | |
| static AirflowElementType | convertTag (const std::string &tag) |
| Convert an input string into an airflow element type enum. | |
| static AirflowElement * | readElement (Reader &input) |
| Read an airflow element from a Reader object. | |
The PlrBdf object is a backdraft damper airflow element in mass flow form.
| openstudio::contam::PlrBdf::PlrBdf | ( | ) |
Create a new object with default values.
| openstudio::contam::PlrBdf::PlrBdf | ( | int | nr, |
| int | icon, | ||
| std::string | name, | ||
| std::string | desc ) |
Create a new object.
| openstudio::contam::PlrBdf::PlrBdf | ( | int | nr, |
| int | icon, | ||
| std::string | name, | ||
| std::string | desc, | ||
| double | lam, | ||
| double | Cp, | ||
| double | xp, | ||
| double | Cn, | ||
| double | xn ) |
Create a new object.
| openstudio::contam::PlrBdf::PlrBdf | ( | int | nr, |
| int | icon, | ||
| std::string | name, | ||
| std::string | desc, | ||
| std::string | lam, | ||
| std::string | Cp, | ||
| std::string | xp, | ||
| std::string | Cn, | ||
| std::string | xn ) |
Create a new object.
|
overridevirtualdefault |
Create a new object from another object.
Destroy the object.
|
inlineoverridevirtual |
Returns the element data type.
Implements openstudio::contam::PlrBackDamper.