Class HydrocarbonDewPointAnalyser
java.lang.Object
neqsim.util.NamedBaseClass
neqsim.process.measurementdevice.MeasurementDeviceBaseClass
neqsim.process.measurementdevice.StreamMeasurementDeviceBaseClass
neqsim.process.measurementdevice.HydrocarbonDewPointAnalyser
- All Implemented Interfaces:
Serializable, MeasurementDeviceInterface, NamedInterface
WaterDewPointAnalyser class.
- Version:
- $Id: $Id
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static org.apache.logging.log4j.LoggerLogger object for class.private Stringprivate doubleprivate static final longSerialization version UID.Fields inherited from class StreamMeasurementDeviceBaseClass
streamFields inherited from class MeasurementDeviceBaseClass
unitFields inherited from class NamedBaseClass
name -
Constructor Summary
ConstructorsConstructorDescriptionHydrocarbonDewPointAnalyser(String name, StreamInterface stream) Constructor for WaterDewPointAnalyser.Constructor for WaterDewPointAnalyser. -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplayResult.doublegetMeasuredValue(String unit) Get Measured value in specified unit.Getter for the fieldmethod.doubleGetter for the fieldreferencePressure.voidSetter for the fieldmethod.voidsetReferencePressure(double referencePressure) Setter for the fieldreferencePressure.Methods inherited from class StreamMeasurementDeviceBaseClass
getStream, setStreamMethods inherited from class MeasurementDeviceBaseClass
acknowledgeAlarm, applySignalModifiers, doConditionAnalysis, evaluateAlarm, getAlarmConfig, getAlarmState, getConditionAnalysisMaxDeviation, getConditionAnalysisMessage, getDelaySteps, getMaximumValue, getMeasuredPercentValue, getMinimumValue, getNoiseStdDev, getOnlineMeasurementValue, getOnlineSignal, getUnit, isLogging, isOnlineSignal, runConditionAnalysis, setAlarmConfig, setConditionAnalysis, setConditionAnalysisMaxDeviation, setDelaySteps, setIsOnlineSignal, setLogging, setMaximumValue, setMinimumValue, setNoiseStdDev, setOnlineMeasurementValue, setOnlineSignal, setQualityCheckMessage, setRandomSeed, setUnitMethods inherited from class NamedBaseClass
getName, getTagName, setName, setTagNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MeasurementDeviceInterface
equals, getMeasuredValue, getOnlineValue, hashCodeMethods inherited from interface NamedInterface
getName, getTagName, setName, setTagName
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
logger
static org.apache.logging.log4j.Logger loggerLogger object for class. -
referencePressure
private double referencePressure -
method
-
-
Constructor Details
-
HydrocarbonDewPointAnalyser
Constructor for WaterDewPointAnalyser.
- Parameters:
stream- aStreamInterfaceobject
-
HydrocarbonDewPointAnalyser
Constructor for WaterDewPointAnalyser.
- Parameters:
name- Name of WaterDewPointAnalyserstream- aStreamInterfaceobject
-
-
Method Details
-
displayResult
public void displayResult()displayResult.
- Specified by:
displayResultin interfaceMeasurementDeviceInterface- Overrides:
displayResultin classMeasurementDeviceBaseClass
-
getMeasuredValue
Get Measured value in specified unit.
- Specified by:
getMeasuredValuein interfaceMeasurementDeviceInterface- Overrides:
getMeasuredValuein classMeasurementDeviceBaseClass- Parameters:
unit- aStringobject- Returns:
- a double
-
getReferencePressure
public double getReferencePressure()Getter for the field
referencePressure.- Returns:
- Reference pressure in bara
-
setReferencePressure
public void setReferencePressure(double referencePressure) Setter for the field
referencePressure.- Parameters:
referencePressure- Reference pressure to set in in bara
-
getMethod
-
setMethod
-