Class ProcessBasis.ProductSpecification
java.lang.Object
neqsim.process.design.ProcessBasis.ProductSpecification
- Enclosing class:
ProcessBasis
Specification for a product stream.
- Version:
- 1.0
- Author:
- NeqSim Development Team
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProductSpecification(String productName, String type) Create a product specification. -
Method Summary
Modifier and TypeMethodDescriptionGet the product name.Get the target pressure.Get the target temperature.getType()Get the product type.voidsetTargetPressure(double pressure) Set the target pressure.voidsetTargetTemperature(double temperature) Set the target temperature.
-
Field Details
-
productName
-
type
-
targetPressure
-
targetTemperature
-
minFlowRate
-
maxFlowRate
-
-
Constructor Details
-
ProductSpecification
-
-
Method Details
-
getProductName
-
getType
-
getTargetPressure
-
setTargetPressure
public void setTargetPressure(double pressure) Set the target pressure.- Parameters:
pressure- pressure in bara
-
getTargetTemperature
-
setTargetTemperature
public void setTargetTemperature(double temperature) Set the target temperature.- Parameters:
temperature- temperature in K
-