Class SeparatorDesignStandard
java.lang.Object
neqsim.process.mechanicaldesign.designstandards.DesignStandard
neqsim.process.mechanicaldesign.designstandards.SeparatorDesignStandard
- All Implemented Interfaces:
Serializable
SeparatorDesignStandard class.
- Version:
- $Id: $Id
- Author:
- esol
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double(package private) double(package private) static org.apache.logging.log4j.LoggerLogger object for class.private final MechanicalDesignMarginResultprivate static final longSerialization version UID.private doubleFields inherited from class DesignStandard
equipment, standardName -
Constructor Summary
ConstructorsConstructorDescriptionSeparatorDesignStandard(String name, MechanicalDesign equipmentInn) Constructor for SeparatorDesignStandard. -
Method Summary
Modifier and TypeMethodDescriptiondoublegetFg()getFg.doubleGetter for the fieldgasLoadFactor.doublegetLiquidRetentionTime(String name, MechanicalDesign equipmentInn) getLiquidRetentionTime.doubleGetter for the fieldvolumetricDesignFactor.private StringvoidsetFg(double Fg) setFg.voidsetVolumetricDesignFactor(double volumetricDesignFactor) Setter for the fieldvolumetricDesignFactor.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 -
Fg
private double Fg -
volumetricDesignFactor
private double volumetricDesignFactor -
safetyMargins
-
-
Constructor Details
-
SeparatorDesignStandard
Constructor for SeparatorDesignStandard.
- Parameters:
name- aStringobjectequipmentInn- aMechanicalDesignobject
-
-
Method Details
-
getFg
public double getFg()getFg.
- Returns:
- the Fg
-
setFg
public void setFg(double Fg) setFg.
- Parameters:
Fg- the Fg to set
-
getGasLoadFactor
public double getGasLoadFactor()Getter for the field
gasLoadFactor.- Returns:
- a double
-
getVolumetricDesignFactor
public double getVolumetricDesignFactor()Getter for the field
volumetricDesignFactor.- Returns:
- a double
-
setVolumetricDesignFactor
public void setVolumetricDesignFactor(double volumetricDesignFactor) Setter for the field
volumetricDesignFactor.- Parameters:
volumetricDesignFactor- the volumetricDesignFactor to set
-
getLiquidRetentionTime
getLiquidRetentionTime.
- Parameters:
name- aStringobjectequipmentInn- aMechanicalDesignobject- Returns:
- a double
-
getSafetyMargins
-
resolveCompanyIdentifier
-