Class CompressorResponse
java.lang.Object
neqsim.process.util.monitor.BaseResponse
neqsim.process.util.monitor.CompressorResponse
CompressorResponse class.
- Version:
- $Id: $Id
- Author:
- asmund
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class BaseResponse
name, tagName -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for CompressorResponse.CompressorResponse(Compressor inputCompressor) Constructor for CompressorResponse. -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyConfig(ReportConfig cfg) Apply reporting configuration - default does nothing.Methods inherited from class BaseResponse
getDetailLevel
-
Field Details
-
suctionTemperature
-
dischargeTemperature
-
suctionPressure
-
dischargePressure
-
polytropicHead
-
polytropicEfficiency
-
power
-
suctionVolumeFlow
-
internalVolumeFlow
-
dischargeVolumeFlow
-
molarMass
-
suctionMassDensity
-
dischargeMassDensity
-
massflow
-
stdFlow
-
speed
-
-
Constructor Details
-
CompressorResponse
public CompressorResponse()Constructor for CompressorResponse.
-
CompressorResponse
Constructor for CompressorResponse.
- Parameters:
inputCompressor- aCompressorobject
-
-
Method Details
-
applyConfig
Apply reporting configuration - default does nothing.- Overrides:
applyConfigin classBaseResponse- Parameters:
cfg- aReportConfigobject
-