Phase Constructor

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

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Phase(
	string name,
	string description
)

Parameters

name  String
The phase name.
description  String
A description of the phase.

See Also