VesselGetDynamicResidenceTime Method

Calculates the theoretical residence time (s) of fluid in the vessel by dividing the vessel volume by the total volumetric inlet flow rate. Returns Double if the calculation cannot be performed.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override double GetDynamicResidenceTime()

Return Value

Double
Residence time in seconds, or Double on failure.

See Also