Releases: equinor/neqsim
NeqSim 2.3.0
neqsim-2.3.0.jar is a shaded jar including all libraries used by neqsim.
original-neqsim-2.3.0.jar is the a library only containing the neqsim library, other libraries will often be needed to run calculations.
What's Changed
- feat: upped l4j from 2.17.0 to 2.17.1 by @fannemel in #260
- Added javadoc template for all functions. by @fannemel in #261
- updates by @EvenSol in #262
- Delete SystemPrEoSTest.java by @EvenSol in #263
- Style: remove trailing blank lines by @fannemel in #264
- Revert mistakes in previous mass change by @fannemel in #265
- Test changes and cleanup by @fannemel in #267
- Cleanup by @fannemel in #266
- Cleanup by @fannemel in #268
- chore: removed unused variables by @fannemel in #270
- bugfix: get temperature by @fannemel in #272
- work by @fannemel in #271
- refact: use java.lang.Math.log10 by @fannemel in #273
- chore: exclude parameterfitting packages from test coverage report by @fannemel in #276
- refact: removed compiler warnings by @fannemel in #278
- chore: removed unused serialuid by @fannemel in #279
- refact: removed warnings by @fannemel in #280
- Create CODE_OF_CONDUCT.md by @EvenSol in #281
- Update issue templates by @EvenSol in #282
- GERG-2008 for compressors by @EvenSol in #284
- check native compilation by @EvenSol in #283
- fixed bug IOS6976 by @EvenSol in #285
- Removeunittest4 by @EvenSol in #286
- Add tests by @EvenSol in #275
- refact: typo atractive -> attractive by @fannemel in #290
- refact: fix typo numcompresorsteps -> numcompressorsteps by @fannemel in #289
- chore: commented out dead code by @fannemel in #291
- Typos by @fannemel in #292
- Moretests by @EvenSol in #287
- Docfix by @fannemel in #293
- refact: ProcessSystem add checks for duplicates by @fannemel in #296
- remove seldom used libraries from fatjar by @EvenSol in #294
Full Changelog: v2.2.3...v2.3.0
NeqSim 2.2.3
Updated to use log4j 2.17.0 in shaded jar
neqsim-2.2.3.jar is a shaded jar including all libraries used by neqsim.
original-neqsim-2.2.3.jar is the a library only containing the neqsim library, other libraries will often be needed to run calculations.
NeqSim 2.2.2
Updated to use log4j 2.17.0 in shaded jar (19/12/21)
neqsim-2.2.2.jar is a shaded jar including all libraries used by neqsim.
original-neqsim-2.2.2.jar is the a library only containing the neqsim library, other libraries will often be needed to run calculations.
NeqSim 2.2.1
A number of bugfixes and updates.
NeqSim 2.2.0
Version 2.2 (17/4/2020)
- Huron Vidal parameter oxygen-water updated
- CPA-binary interaction paramter kij updated for N2-water and o2-water
- Peneloux volume correction paramters water, MEG, TEG
- Volume correction parameters for water, MEG and TEG updated (temperature dependent volume correction)
- UMR-PRU model updated with parameters for c-C7 and c-C8, c-C9
- various bug fixes and new features for process calculations (changes for compressors, mixers, etc.)
- Short-cut class for creating new fluids implemented (neqsim.thermo.Fluid class)
NeqSim 2.0.1
Added new PVT lumping method. Added possibility to set composition of plus fluid.
NeqSim 2.0
Updates in NeqSim 2.0 are:
- Improved speed and stability of algorithms (TPflash, phase envelopes)
- Added GERG-2008 for calculation of gas density
- Various updates in process simulation models (compressors, recycle, mechanical design)
NeqSim 1.2
Added GERG 2008 reference EoS
NeqSim 1.1
Updates in release 1.1 (05/08/2019):
- improved stability of TP, PH and PS flash algorithms
- improved stability of phase envelope calculations
- pressure correction to viscosity model of aqueous phase (method of Lucas (1981)
- updates to pure component parameters/binary interaction parameters of some components
- a number of minor improvements to the code
API of NeqSim v1.1 is fully compatible with v1.0.
v1.1 release of NeqSim on Github. The NeqSim-1.1-shaded.jar includes NeqSim-1.1.jar as well as all third party libraries used by NeqSim.
By default NeqSim uses a fully functional embedded Derby parameter database. The neqsimthermodatabase.sql can be used to create a parameter database for neqsim. The database need to support JDBC (e.g MySQL, H2, Derby, MSAccess, etc.). See the Wiki for how to set up a new database.
NeqSim 1.0
Initial release of NeqSim on Github. The NeqSim-1.0-shaded.jar includes NeqSim-1.0.jar as well as all third party libraries used by NeqSim.
By default NeqSim uses an embedded Derby parameter database. The neqsimthermodatabase.sql can be used to create a parameter database for neqsim. The database need to support JDBC (e.g MySQL, H2, Derby, MSAccess, etc.). See the Wiki for how to set up a new database.