Pump(String, String) Constructor

Initializes a new instance of the Pump class with a name and description.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Pump(
	string name,
	string description
)

Parameters

name  String
The component name for this pump.
description  String
A brief description of this pump instance.

See Also