Class InletVane
java.lang.Object
neqsim.process.mechanicaldesign.separator.primaryseparation.PrimarySeparation
neqsim.process.mechanicaldesign.separator.primaryseparation.InletVane
- All Implemented Interfaces:
Serializable
Inlet vane device for primary separation in a separator vessel.
An inlet vane distributor uses curved vanes to redirect the incoming two-phase flow, separate bulk liquid by centrifugal force, and distribute gas evenly across the separator cross-section.
Inlet vanes typically allow higher inlet momentum (up to 6000 Pa rho*v^2) compared to simple deflector plates (3000 Pa), and achieve a bulk separation efficiency of 80-90%.
- Version:
- 1.0
- Author:
- NeqSim
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static org.apache.logging.log4j.LoggerLogger object for class.private static final longSerialization version UID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
logger
static org.apache.logging.log4j.Logger loggerLogger object for class.
-
-
Constructor Details
-
InletVane
public InletVane()Constructs an InletVane with default parameters. -
InletVane
Constructs an InletVane with a name.- Parameters:
name- the name of this inlet vane device
-