Uses of Class
neqsim.integration.EOSComparison.EOSResult
Packages that use EOSComparison.EOSResult
-
Uses of EOSComparison.EOSResult in neqsim.integration
Fields in neqsim.integration with type parameters of type EOSComparison.EOSResultModifier and TypeFieldDescriptionprivate final List<EOSComparison.EOSResult> EOSComparison.ComparisonResult.resultsMethods in neqsim.integration that return EOSComparison.EOSResultModifier and TypeMethodDescriptionprivate EOSComparison.EOSResultEOSComparison.evaluateEOS(EOSComparison.EOSType type) Evaluates a single EOS type.EOSComparison.ComparisonResult.getResult(EOSComparison.EOSType type) Gets the result for a specific EOS type.Methods in neqsim.integration that return types with arguments of type EOSComparison.EOSResultModifier and TypeMethodDescriptionEOSComparison.ComparisonResult.getResults()Gets all EOS results.Methods in neqsim.integration with parameters of type EOSComparison.EOSResultModifier and TypeMethodDescriptionprivate doubleEOSComparison.ComparisonResult.getPropertyValue(EOSComparison.EOSResult r, String name) Gets a named property value from an EOS result.Constructor parameters in neqsim.integration with type arguments of type EOSComparison.EOSResultModifierConstructorDescription(package private)ComparisonResult(double temperature, double pressure, Map<String, Double> components, List<EOSComparison.EOSResult> results) Creates a comparison result.