Uses of Class
neqsim.mcp.model.ValueWithUnit
Packages that use ValueWithUnit
Package
Description
Typed model classes for NeqSim MCP (Model Context Protocol) integration.
-
Uses of ValueWithUnit in neqsim.mcp.model
Fields in neqsim.mcp.model declared as ValueWithUnitModifier and TypeFieldDescriptionprivate ValueWithUnitFlashRequest.enthalpyprivate ValueWithUnitFlashRequest.entropyprivate ValueWithUnitFlashRequest.pressureprivate ValueWithUnitFlashRequest.temperatureprivate ValueWithUnitFlashRequest.volumeMethods in neqsim.mcp.model that return ValueWithUnitModifier and TypeMethodDescriptionstatic ValueWithUnitParses a ValueWithUnit from a JSON element.FlashRequest.getEnthalpy()Gets the enthalpy specification (for PH flash).FlashRequest.getEntropy()Gets the entropy specification (for PS flash).FlashRequest.getPressure()Gets the pressure specification.FlashRequest.getTemperature()Gets the temperature specification.FlashRequest.getVolume()Gets the volume specification (for TV flash).Methods in neqsim.mcp.model with parameters of type ValueWithUnitModifier and TypeMethodDescriptionFlashRequest.setEnthalpy(ValueWithUnit enthalpy) Sets the enthalpy specification.FlashRequest.setEntropy(ValueWithUnit entropy) Sets the entropy specification.FlashRequest.setPressure(ValueWithUnit pressure) Sets the pressure specification.FlashRequest.setTemperature(ValueWithUnit temperature) Sets the temperature specification.FlashRequest.setVolume(ValueWithUnit volume) Sets the volume specification. -
Uses of ValueWithUnit in neqsim.mcp.runners
Methods in neqsim.mcp.runners with parameters of type ValueWithUnitModifier and TypeMethodDescription(package private) static doubleFlashRunner.convertPressureToBara(ValueWithUnit pres) Converts a pressure ValueWithUnit to bara.(package private) static doubleFlashRunner.convertTemperatureToKelvin(ValueWithUnit temp) Converts a temperature ValueWithUnit to Kelvin.