Class LumpingModel.PVTLumpingModel
java.lang.Object
neqsim.thermo.characterization.LumpingModel.StandardLumpingModel
neqsim.thermo.characterization.LumpingModel.PVTLumpingModel
- All Implemented Interfaces:
Serializable, Cloneable, LumpingModelInterface
- Enclosing class:
LumpingModel
PVTLumpingModel distributes the pseudo components into equal weight fractions starting with the
plus fractions.
- Version:
- 1.0
- Author:
- Even Solbraa
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization version UID. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateLumpedComposition.doublegetFractionOfHeavyEnd(int i) getFractionOfHeavyEnd.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
-
Constructor Details
-
PVTLumpingModel
public PVTLumpingModel()
-
-
Method Details
-
generateLumpedComposition
generateLumpedComposition.
- Specified by:
generateLumpedCompositionin interfaceLumpingModelInterface- Overrides:
generateLumpedCompositionin classLumpingModel.StandardLumpingModel- Parameters:
charac- aCharacteriseobject
-
getFractionOfHeavyEnd
public double getFractionOfHeavyEnd(int i) getFractionOfHeavyEnd.
- Specified by:
getFractionOfHeavyEndin interfaceLumpingModelInterface- Overrides:
getFractionOfHeavyEndin classLumpingModel.StandardLumpingModel- Parameters:
i- a int- Returns:
- a double
-