NeqSim 3.14.0 #2292
Unanswered
EvenSol
asked this question in
develoment of NeqSim
NeqSim 3.14.0
#2292
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is NeqSim?
NeqSim is an open-source Java library for thermodynamic fluid properties, phase equilibrium, PVT calculations, and process simulation. It is used to model fluids and process equipment such as separators, compressors, heat exchangers, pipelines, wells, and complete flowsheets.
This release ships both the core NeqSim simulation engine and the MCP server distribution that lets MCP-compatible AI clients call governed NeqSim calculation tools.
What is included in this release
neqsim-3.14.0.jarneqsim-pythoncompatibility.neqsim-3.14.0-Java8.jarneqsim-pythoncompatibility.neqsim-mcp-server-3.14.0-runner.jarneqsim-mcp-server-3.14.0-runner.jar.sha256ghcr.io/equinor/neqsim-mcp-server:3.14.0Install the MCP server
The MCP server gives MCP-compatible LLM clients access to validated thermodynamic and process simulation tools through a governed tool interface.
Jar install (requires Java 21+)
Docker install
Claude Desktop example
{ "mcpServers": { "neqsim": { "command": "java", "args": ["-jar", "/path/to/neqsim-mcp-server-3.14.0-runner.jar"] } } }See the MCP Server README for VS Code Copilot, Cursor, Docker, Streamable HTTP, and deployment-profile configuration.
Use the core Java library
Use the release assets above when you need standalone jars. For Maven projects, use the published package dependency:
Release notes
GitHub-generated release notes are included with this release and list the commits and pull requests since the previous version.
What's Changed
Full Changelog: v3.13.0...v3.14.0
This discussion was created from the release NeqSim 3.14.0.
Beta Was this translation helpful? Give feedback.
All reactions