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 Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • interfacialShear

      public double interfacialShear
      Interfacial shear stress (Pa). Positive = gas pushes liquid.
    • frictionFactor

      public double frictionFactor
      Interfacial friction factor.
    • slipVelocity

      public double slipVelocity
      Slip velocity (v_G - v_L) (m/s).
    • interfacialAreaPerLength

      public double interfacialAreaPerLength
      Interfacial area per unit length (m²/m = m).
  • Constructor Details

    • InterfacialFrictionResult

      public InterfacialFrictionResult()