Class InterfacialFriction.InterfacialFrictionResult
java.lang.Object
neqsim.process.equipment.pipeline.twophasepipe.closure.InterfacialFriction.InterfacialFrictionResult
- All Implemented Interfaces:
Serializable
- Enclosing class:
InterfacialFriction
public static class InterfacialFriction.InterfacialFrictionResult
extends Object
implements Serializable
Result container for interfacial friction calculations.
- Version:
- 1.0
- Author:
- Even Solbraa
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleInterfacial friction factor.doubleInterfacial area per unit length (m²/m = m).doubleInterfacial shear stress (Pa).private static final longdoubleSlip velocity (v_G - v_L) (m/s). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
interfacialShear
public double interfacialShearInterfacial shear stress (Pa). Positive = gas pushes liquid. -
frictionFactor
public double frictionFactorInterfacial friction factor. -
slipVelocity
public double slipVelocitySlip velocity (v_G - v_L) (m/s). -
interfacialAreaPerLength
public double interfacialAreaPerLengthInterfacial area per unit length (m²/m = m).
-
-
Constructor Details
-
InterfacialFrictionResult
public InterfacialFrictionResult()
-