This document provides an overview of the seven foundational modules that make up NeqSim. Each module resides under src/main/java/neqsim and works together to support fluid characterization and process design.
- Location:
thermoandthermodynamicoperations - Features: fluid phase equilibria, equation-of-state implementations, flash and phase envelope calculations.
- Location:
physicalproperties - Features: density, viscosity, heat capacity and other transport properties calculated from thermodynamic state.
- Location:
fluidmechanics - Features: models for steady-state and transient flow, pipeline hydraulics, and flow node/leg modelling.
- Location:
process/equipment - Features: library of process equipment including separators, heat exchangers, valves and other common unit operations.
- Location:
chemicalreactions - Features: equilibrium and kinetic reaction models with support for reaction mechanisms and kinetic rate expressions.
- Location:
statistics/parameterfitting - Features: tools for regression and parameter estimation using experimental data, including Monte Carlo simulations.
- Location:
process - Features: framework for assembling flowsheets and running dynamic or steady-state process simulations that couple unit operations and property packages.