Reactor_PFR(String, String) Constructor

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

Definition

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

Parameters

name  String
The display name of the PFR.
description  String
A brief description of the PFR.

See Also