Uses of Class
neqsim.process.measurementdevice.vfm.UncertaintyBounds
Packages that use UncertaintyBounds
-
Uses of UncertaintyBounds in neqsim.process.measurementdevice.vfm
Fields in neqsim.process.measurementdevice.vfm declared as UncertaintyBoundsModifier and TypeFieldDescriptionprivate UncertaintyBoundsVFMResult.Builder.gasUncertaintyprivate final UncertaintyBoundsVFMResult.gasUncertaintyprivate UncertaintyBoundsVFMResult.Builder.oilUncertaintyprivate final UncertaintyBoundsVFMResult.oilUncertaintyprivate UncertaintyBoundsVFMResult.Builder.waterUncertaintyprivate final UncertaintyBoundsVFMResult.waterUncertaintyMethods in neqsim.process.measurementdevice.vfm that return UncertaintyBoundsModifier and TypeMethodDescriptionUncertaintyBounds.add(UncertaintyBounds other) Combines two independent uncertainty bounds using error propagation for addition.VFMResult.getGasUncertainty()Gets uncertainty bounds for gas flow rate.VFMResult.getOilUncertainty()Gets uncertainty bounds for oil flow rate.SoftSensor.getUncertaintyBounds(double pressureUncertainty, double temperatureUncertainty) Gets uncertainty bounds for the estimate.VirtualFlowMeter.getUncertaintyBounds()Gets uncertainty bounds for the current measurement.VFMResult.getWaterUncertainty()Gets uncertainty bounds for water flow rate.UncertaintyBounds.scale(double factor) Scales the uncertainty bounds by a constant factor.Methods in neqsim.process.measurementdevice.vfm with parameters of type UncertaintyBoundsModifier and TypeMethodDescriptionUncertaintyBounds.add(UncertaintyBounds other) Combines two independent uncertainty bounds using error propagation for addition. -
Uses of UncertaintyBounds in neqsim.process.util.uncertainty
Fields in neqsim.process.util.uncertainty with type parameters of type UncertaintyBoundsModifier and TypeFieldDescriptionprivate final Map<String, UncertaintyBounds> UncertaintyResult.outputUncertaintiesMethods in neqsim.process.util.uncertainty that return UncertaintyBoundsModifier and TypeMethodDescriptionUncertaintyResult.getUncertainty(String outputName) Gets uncertainty bounds for a specific output variable.Methods in neqsim.process.util.uncertainty that return types with arguments of type UncertaintyBoundsModifier and TypeMethodDescriptionUncertaintyResult.getAllUncertainties()Gets all output uncertainties.UncertaintyResult.getOutputsExceedingThreshold(double threshold) Gets outputs that exceed a relative uncertainty threshold.Constructor parameters in neqsim.process.util.uncertainty with type arguments of type UncertaintyBoundsModifierConstructorDescriptionUncertaintyResult(Map<String, UncertaintyBounds> outputUncertainties, int monteCarloSamples, double convergenceMetric) Creates an uncertainty result from Monte Carlo analysis.UncertaintyResult(Map<String, UncertaintyBounds> outputUncertainties, SensitivityMatrix sensitivityMatrix) Creates an uncertainty result from analytical propagation.