Compound Constructor

Initializes a new instance of the Compound 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 Compound(
	string name,
	string description
)

Parameters

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

See Also