Uses of Class
neqsim.mcp.model.FlashRequest
Packages that use FlashRequest
Package
Description
Typed model classes for NeqSim MCP (Model Context Protocol) integration.
-
Uses of FlashRequest in neqsim.mcp.model
Methods in neqsim.mcp.model that return FlashRequestModifier and TypeMethodDescriptionFlashRequest.addComponent(String name, double moleFraction) Adds a component with mole fraction.static FlashRequestFlashRequest.fromJson(com.google.gson.JsonObject root) Parses a FlashRequest from a parsed JsonObject.FlashRequest.setComponents(Map<String, Double> components) Sets the component map.FlashRequest.setEnthalpy(ValueWithUnit enthalpy) Sets the enthalpy specification.FlashRequest.setEntropy(ValueWithUnit entropy) Sets the entropy specification.FlashRequest.setFlashType(String flashType) Sets the flash type.FlashRequest.setMixingRule(String mixingRule) Sets the mixing rule.Sets the thermodynamic model name.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 FlashRequest in neqsim.mcp.runners
Methods in neqsim.mcp.runners with parameters of type FlashRequestModifier and TypeMethodDescriptionstatic ApiEnvelope<FlashResult> FlashRunner.runTyped(FlashRequest request) Runs a flash calculation from a typed request object.