Reactor_PFRProfile Property

Gets or sets the composition/flow/temperature profile computed along the reactor length.

Definition

Namespace: DWSIM.UnitOperations.Reactors
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public List<Tuple<double, double, double, List<ProfileItem>>> Profile { get; set; }

Property Value

ListTupleDouble, Double, Double, ListProfileItem

See Also