Class LumpingModel
java.lang.Object
neqsim.thermo.characterization.LumpingModel
- All Implemented Interfaces:
Serializable
LumpingModel class.
- Version:
- $Id: $Id
- Author:
- ESOL
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassNoLumpingModel ddoes not distribute pseudo components plus fractions.classPVTLumpingModel distributes the pseudo components into equal weight fractions starting with the plus fractions.classStandardLumpingModel distributes the pseudo components into equal weight fractions starting with the first TBP fraction in the fluid. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) double[](package private) static org.apache.logging.log4j.LoggerLogger object for class.private String[](package private) String(package private) int(package private) intprivate static final longSerialization version UID.(package private) SystemInterface -
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. -
numberOfLumpedComponents
int numberOfLumpedComponents -
numberOfPseudocomponents
int numberOfPseudocomponents -
lumpedComponentNames
-
fractionOfHeavyEnd
double[] fractionOfHeavyEnd -
name
String name -
system
SystemInterface system
-
-
Constructor Details
-
LumpingModel
Constructor for LumpingModel.
- Parameters:
system- aSystemInterfaceobject
-
-
Method Details
-
getModel
getModel.
- Parameters:
modelName- aStringobject- Returns:
- a
LumpingModelInterfaceobject
-