PEMFuel Cell Model Parameter Class
Represents a single named parameter (scalar or tabular) exchanged between the
flowsheet and the OPEM Python fuel-cell model.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public class PEMFuelCellModelParameter : ICustomXMLSerializationVB
Public Class PEMFuelCellModelParameter
Implements ICustomXMLSerialization- Inheritance
- Object PEMFuelCellModelParameter
- Implements
- ICustomXMLSerialization
Constructors
| PEMFuelCellModelParameter | Initializes a new default instance of the PEMFuelCellModelParameter class. |
| PEMFuelCellModelParameter(String, String, Double, String) | Initializes a new instance with the specified name, description, value, and unit. |
Properties
| Description | Gets or sets the parameter description. |
| Name | Gets or sets the parameter name. |
| TitleX | Gets or sets the X-axis title for tabular data. |
| TitleY | Gets or sets the Y-axis title for tabular data. |
| Units | Gets or sets the engineering unit string for the scalar value. |
| UnitsX | Gets or sets the engineering unit string for the X-axis values. |
| UnitsY | Gets or sets the engineering unit string for the Y-axis values. |
| Value | Gets or sets the scalar value of the parameter. |
| ValuesX | Gets or sets the list of X-axis values for tabular data. |
| ValuesY | Gets or sets the list of Y-axis values for tabular data. |
Methods
| LoadData | Restores this parameter from a list of XML elements. |
| SaveData | Serializes this parameter to a list of XML elements. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |