PipeSpecmode Enumeration
Defines the pipe specification mode (calculate length, outlet pressure, or outlet temperature).
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
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#
public enum SpecmodeVB
Public Enumeration SpecmodeMembers
| Length | 0 | Pipe length is specified; pressure and temperature are calculated. |
| OutletPressure | 1 | Outlet pressure is specified; an equivalent pipe length is back-calculated. |
| OutletTemperature | 2 | Outlet temperature is specified; an equivalent pipe length is back-calculated. |