Class GasScrubberDesignStandard
java.lang.Object
neqsim.process.mechanicaldesign.designstandards.DesignStandard
neqsim.process.mechanicaldesign.designstandards.GasScrubberDesignStandard
- All Implemented Interfaces:
Serializable
GasScrubberDesignStandard class.
- Version:
- $Id: $Id
- Author:
- esol
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) double(package private) double(package private) double(package private) double(package private) double(package private) static org.apache.logging.log4j.LoggerLogger object for class.private static final longSerialization version UID.Fields inherited from class DesignStandard
equipment, standardName -
Constructor Summary
ConstructorsConstructorDescriptionGasScrubberDesignStandard(String name, MechanicalDesign equipmentInn) Constructor for GasScrubberDesignStandard. -
Method Summary
Modifier and TypeMethodDescriptiondoubleGetter for the fieldgasLoadFactor.doublegetVolumetricDesignFactor.Methods inherited from class DesignStandard
computeSafetyMargins, equals, getEquipment, getStandardName, hashCode, setDesignStandardName, setEquipment, setStandardName
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
logger
static org.apache.logging.log4j.Logger loggerLogger object for class. -
gasLoadFactor
double gasLoadFactor -
designFactorVolumeFlow
double designFactorVolumeFlow -
lengthGasInletToMeshpad
double lengthGasInletToMeshpad -
lengthGasInetToHHLL
double lengthGasInetToHHLL -
lengthMeshPadToDemistingCyclone
double lengthMeshPadToDemistingCyclone
-
-
Constructor Details
-
GasScrubberDesignStandard
Constructor for GasScrubberDesignStandard.
- Parameters:
name- aStringobjectequipmentInn- aMechanicalDesignobject
-
-
Method Details
-
getGasLoadFactor
public double getGasLoadFactor()Getter for the field
gasLoadFactor.- Returns:
- a double
-
getVolumetricDesignFactor
public double getVolumetricDesignFactor()getVolumetricDesignFactor.
- Returns:
- a double
-