#include <PrjAirflowElements.hpp>
 Inheritance diagram for openstudio::contam::AfeFsp:
 Inheritance diagram for openstudio::contam::AfeFsp:| Public Member Functions | |
| Constructors and Destructors | |
| AfeFsp () | |
| Create a new object with default values.  More... | |
| AfeFsp (int nr, int icon, std::string name, std::string desc) | |
| Create a new object.  More... | |
| AfeFsp (int nr, int icon, std::string name, std::string desc, int u_x, int u_y, std::vector< XyDataPoint > data) | |
| Create a new object.  More... | |
| ~AfeFsp ()=default | |
| Create a new object from another object.  More... | |
| Getters and Setters | |
| std::string | dataType () const override | 
| Returns the element data type.  More... | |
|  Public Member Functions inherited from openstudio::contam::AfeCsf | |
| AfeCsf () | |
| Create a new object with default values.  More... | |
| AfeCsf (int nr, int icon, std::string name, std::string desc) | |
| Create a new object.  More... | |
| AfeCsf (int nr, int icon, std::string name, std::string desc, int u_x, int u_y, std::vector< XyDataPoint > data) | |
| Create a new object.  More... | |
| AfeCsf (const AfeCsf &other) | |
| Create a new object from another object.  More... | |
| ~AfeCsf ()=default | |
| Destroy the object.  More... | |
| AfeCsf & | operator= (const AfeCsf &other) | 
| Copy operator.  More... | |
| bool | operator== (const AfeCsf &other) const | 
| Equality operator.  More... | |
| bool | operator!= (const AfeCsf &other) const | 
| Inequality operator.  More... | |
| void | read (Reader &input) | 
| Read an object from a Reader.  More... | |
| void | readDetails (Reader &input) | 
| Read object details from a Reader.  More... | |
| std::string | write () override | 
| Write the object to a string.  More... | |
| int | nr () const override | 
| Returns the element number, in order from 1 to the number of airflow elements.  More... | |
| void | setNr (const int nr) override | 
| Sets the element number.  More... | |
| int | icon () const override | 
| Returns the icon used to represent flow path.  More... | |
| void | setIcon (const int icon) override | 
| Sets the icon used to represent flow path.  More... | |
| std::string | name () const override | 
| Returns the element name.  More... | |
| void | setName (const std::string &name) override | 
| Sets the element name.  More... | |
| std::string | desc () const override | 
| Returns the element description.  More... | |
| void | setDesc (const std::string &desc) override | 
| Sets the element description.  More... | |
| int | u_x () const | 
| Returns the display units for x.  More... | |
| void | setU_x (const int u_x) | 
| Sets the display units for x.  More... | |
| int | u_y () const | 
| Returns the display units for y.  More... | |
| void | setU_y (const int u_y) | 
| Sets the display units for y.  More... | |
| std::vector< XyDataPoint > | data () const | 
| Returns the data point vector of (x,y) pairs.  More... | |
| void | setData (const std::vector< XyDataPoint > &data) | 
| Sets the data point vector.  More... | |
|  Public Member Functions inherited from openstudio::contam::AirflowElement | |
| virtual | ~AirflowElement ()=default | 
| Destroy the object.  More... | |
| 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.  More... | |
| static AirflowElement * | readElement (Reader &input) | 
| Read an airflow element from a Reader object.  More... | |
The AfeFsp object is an airflow element representing cubic spline leakage with mass flow rate as a function of pressure drop.
| openstudio::contam::AfeFsp::AfeFsp | ( | ) | 
Create a new object with default values.
| openstudio::contam::AfeFsp::AfeFsp | ( | int | nr, | 
| int | icon, | ||
| std::string | name, | ||
| std::string | desc | ||
| ) | 
Create a new object.
| openstudio::contam::AfeFsp::AfeFsp | ( | int | nr, | 
| int | icon, | ||
| std::string | name, | ||
| std::string | desc, | ||
| int | u_x, | ||
| int | u_y, | ||
| std::vector< XyDataPoint > | data | ||
| ) | 
Create a new object.
| 
 | default | 
Create a new object from another object.
Destroy the object.
| 
 | inlineoverridevirtual | 
Returns the element data type.
Implements openstudio::contam::AirflowElement.