ReactorReactions Sequence Property
Gets or sets the ordered sequence of reaction groups (parallel reactions within each group are solved simultaneously).
Definition
Namespace: DWSIM.UnitOperations.Reactors
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
[XmlIgnoreAttribute]
public List<List<string>> ReactionsSequence { get; set; }VB
<XmlIgnoreAttribute>
Public Property ReactionsSequence As List(Of List(Of String))
Get
Set