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
public enum Specmode

Members

Length0Pipe length is specified; pressure and temperature are calculated.
OutletPressure1Outlet pressure is specified; an equivalent pipe length is back-calculated.
OutletTemperature2Outlet temperature is specified; an equivalent pipe length is back-calculated.

See Also