Class DifferentialPressureFlowCalculator.FlowCalculationResult
java.lang.Object
neqsim.process.equipment.diffpressure.DifferentialPressureFlowCalculator.FlowCalculationResult
- Enclosing class:
DifferentialPressureFlowCalculator
Result container for the differential pressure flow calculation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final double[]private final double[]private final double[]private final double[] -
Constructor Summary
ConstructorsConstructorDescriptionFlowCalculationResult(double[] massFlowKgPerHour, double[] volumetricFlowM3PerHour, double[] standardFlowMSm3PerDay, double[] molecularWeightGPerMol) -
Method Summary
Modifier and TypeMethodDescriptiondouble[]Gets the mass flow rate in kg/h.double[]Gets the molecular weight in g/mol.double[]Gets the standard volumetric flow rate in MSm3/day.double[]Gets the actual volumetric flow rate in m3/h.
-
Field Details
-
massFlowKgPerHour
private final double[] massFlowKgPerHour -
volumetricFlowM3PerHour
private final double[] volumetricFlowM3PerHour -
standardFlowMSm3PerDay
private final double[] standardFlowMSm3PerDay -
molecularWeightGPerMol
private final double[] molecularWeightGPerMol
-
-
Constructor Details
-
FlowCalculationResult
FlowCalculationResult(double[] massFlowKgPerHour, double[] volumetricFlowM3PerHour, double[] standardFlowMSm3PerDay, double[] molecularWeightGPerMol)
-
-
Method Details
-
getMassFlowKgPerHour
public double[] getMassFlowKgPerHour()Gets the mass flow rate in kg/h.- Returns:
- mass flow array
-
getVolumetricFlowM3PerHour
public double[] getVolumetricFlowM3PerHour()Gets the actual volumetric flow rate in m3/h.- Returns:
- volumetric flow array
-
getStandardFlowMSm3PerDay
public double[] getStandardFlowMSm3PerDay()Gets the standard volumetric flow rate in MSm3/day.- Returns:
- standard volumetric flow array
-
getMolecularWeightGPerMol
public double[] getMolecularWeightGPerMol()Gets the molecular weight in g/mol.- Returns:
- molecular weight array
-