PEMFuelCellModelParameter 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
public class PEMFuelCellModelParameter : ICustomXMLSerialization
Inheritance
Object    PEMFuelCellModelParameter
Implements
ICustomXMLSerialization

Constructors

PEMFuelCellModelParameterInitializes 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

DescriptionGets or sets the parameter description.
NameGets or sets the parameter name.
TitleXGets or sets the X-axis title for tabular data.
TitleYGets or sets the Y-axis title for tabular data.
UnitsGets or sets the engineering unit string for the scalar value.
UnitsXGets or sets the engineering unit string for the X-axis values.
UnitsYGets or sets the engineering unit string for the Y-axis values.
ValueGets or sets the scalar value of the parameter.
ValuesXGets or sets the list of X-axis values for tabular data.
ValuesYGets or sets the list of Y-axis values for tabular data.

Methods

LoadDataRestores this parameter from a list of XML elements.
SaveDataSerializes this parameter to a list of XML elements.

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also