Class CompressorChartKhader2015.RealCurve
java.lang.Object
neqsim.process.equipment.compressor.CompressorChartKhader2015.RealCurve
- Enclosing class:
CompressorChartKhader2015
Simple POJO to hold real (physical units) compressor curve data for a given speed.
- Author:
- esol
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]final double[]final double[]final double[]final double -
Constructor Summary
ConstructorsConstructorDescriptionRealCurve(double speed, double[] flow, double[] head, double[] flowPolyEff, double[] polytropicEfficiency) Constructs a RealCurve object with the specified physical units compressor map data. -
Method Summary
-
Field Details
-
speed
public final double speed -
flow
public final double[] flow -
head
public final double[] head -
flowPolyEff
public final double[] flowPolyEff -
polytropicEfficiency
public final double[] polytropicEfficiency
-
-
Constructor Details
-
RealCurve
public RealCurve(double speed, double[] flow, double[] head, double[] flowPolyEff, double[] polytropicEfficiency) Constructs a RealCurve object with the specified physical units compressor map data.- Parameters:
speed- the rotational speedflow- array of flow valueshead- array of head valuesflowPolyEff- array of flow values for efficiencypolytropicEfficiency- array of polytropic efficiencies
-