#include <PrjAirflowElements.hpp>
Inheritance diagram for openstudio::contam::QfrQab:Public Member Functions | |
Constructors and Destructors | |
| QfrQab () | |
| Create a new object with default values. | |
| QfrQab (int nr, int icon, std::string name, std::string desc) | |
| Create a new object. | |
| QfrQab (int nr, int icon, std::string name, std::string desc, double a, double b) | |
| Create a new object. | |
| QfrQab (int nr, int icon, std::string name, std::string desc, std::string a, std::string b) | |
| Create a new object. | |
| virtual | ~QfrQab () 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::QfrGeneral | |
| QfrGeneral () | |
| Create a new object with default values. | |
| QfrGeneral (int nr, int icon, std::string name, std::string desc) | |
| Create a new object. | |
| QfrGeneral (int nr, int icon, std::string name, std::string desc, double a, double b) | |
| Create a new object. | |
| QfrGeneral (int nr, int icon, std::string name, std::string desc, std::string a, std::string b) | |
| Create a new object. | |
| QfrGeneral (const QfrGeneral &other) | |
| Create a new object from another object. | |
| virtual | ~QfrGeneral () override=default |
| Destroy the object. | |
| QfrGeneral & | operator= (const QfrGeneral &other) |
| Copy operator. | |
| bool | operator== (const QfrGeneral &other) const |
| Equality operator. | |
| bool | operator!= (const QfrGeneral &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 | a () const |
| Returns the flow rate coefficient. | |
| bool | setA (const double a) |
| Sets the flow rate coefficient. | |
| bool | setA (const std::string &a) |
| Sets the flow rate coefficient. | |
| double | b () const |
| Returns the flow rate^2 coefficient. | |
| bool | setB (const double b) |
| Sets the flow rate^2 coefficient. | |
| bool | setB (const std::string &b) |
| Sets the flow rate^2 coefficient. | |
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 QfrQab object is an airflow element representing volume flow rate quadratic leakage.
| openstudio::contam::QfrQab::QfrQab | ( | ) |
Create a new object with default values.
| openstudio::contam::QfrQab::QfrQab | ( | int | nr, |
| int | icon, | ||
| std::string | name, | ||
| std::string | desc ) |
Create a new object.
| openstudio::contam::QfrQab::QfrQab | ( | int | nr, |
| int | icon, | ||
| std::string | name, | ||
| std::string | desc, | ||
| double | a, | ||
| double | b ) |
Create a new object.
| openstudio::contam::QfrQab::QfrQab | ( | int | nr, |
| int | icon, | ||
| std::string | name, | ||
| std::string | desc, | ||
| std::string | a, | ||
| std::string | b ) |
Create a new object.
|
overridevirtualdefault |
Create a new object from another object.
Destroy the object.
|
inlineoverridevirtual |
Returns the element data type.
Implements openstudio::contam::QfrGeneral.