Class ProcessBasis.ProductSpecification

java.lang.Object
neqsim.process.design.ProcessBasis.ProductSpecification
Enclosing class:
ProcessBasis

public static class ProcessBasis.ProductSpecification extends Object
Specification for a product stream.
Version:
1.0
Author:
NeqSim Development Team
  • Field Details

    • productName

      private String productName
    • type

      private String type
    • targetPressure

      private Double targetPressure
    • targetTemperature

      private Double targetTemperature
    • minFlowRate

      private Double minFlowRate
    • maxFlowRate

      private Double maxFlowRate
  • Constructor Details

    • ProductSpecification

      public ProductSpecification(String productName, String type)
      Create a product specification.
      Parameters:
      productName - name of the product stream
      type - type of product
  • Method Details

    • getProductName

      public String getProductName()
      Get the product name.
      Returns:
      product name
    • getType

      public String getType()
      Get the product type.
      Returns:
      product type
    • getTargetPressure

      public Double getTargetPressure()
      Get the target pressure.
      Returns:
      target pressure in bara
    • setTargetPressure

      public void setTargetPressure(double pressure)
      Set the target pressure.
      Parameters:
      pressure - pressure in bara
    • getTargetTemperature

      public Double getTargetTemperature()
      Get the target temperature.
      Returns:
      target temperature in K
    • setTargetTemperature

      public void setTargetTemperature(double temperature)
      Set the target temperature.
      Parameters:
      temperature - temperature in K