ComponentSeparationSpec(String, SeparationSpec, Double, String) Constructor

Initializes a new instance of ComponentSeparationSpec with the specified parameters.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public ComponentSeparationSpec(
	string id,
	SeparationSpec spectype,
	double specvalue,
	string specunit
)

Parameters

id  String
The compound identifier.
spectype  SeparationSpec
The type of separation specification.
specvalue  Double
The numeric value of the specification.
specunit  String
The unit of the specification value.

See Also