ReliefValve(String, String) Constructor

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

Definition

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

Parameters

Name  String
The display name of the relief valve.
Description  String
A brief description of the relief valve.

See Also