Splitter(String, String) Constructor

Initializes a new instance of the Splitter class with a specified name and description. Default split ratios are set so that the first outlet receives 100% of the inlet flow.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Splitter(
	string Name,
	string Description
)

Parameters

Name  String
The display name of this splitter object.
Description  String
A short description of this splitter object.

See Also