Neqsim

Latest version: v3.0.24

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 18

3.0.18

What's Changed
* update flash by EvenSol in https://github.com/equinor/neqsim/pull/1288
* pump no flow by EvenSol in https://github.com/equinor/neqsim/pull/1289


**Full Changelog**: https://github.com/equinor/neqsim/compare/v3.0.17...v3.0.18

3.0.17

What's Changed
* Water-entrainment by EvenSol in https://github.com/equinor/neqsim/pull/1284
* Docfix by asmfstatoil in https://github.com/equinor/neqsim/pull/1280
* Cleanup by asmfstatoil in https://github.com/equinor/neqsim/pull/1285
* fix multiphase flash by EvenSol in https://github.com/equinor/neqsim/pull/1286


**Full Changelog**: https://github.com/equinor/neqsim/compare/v3.0.16...v3.0.17

3.0.16

What's Changed
* fix: stop calc Temp pipeBeggsAndBrills if dT < 0.5 C by Sviatose in https://github.com/equinor/neqsim/pull/1275
* fix: remove temperature neglection pipeBeggs by Sviatose in https://github.com/equinor/neqsim/pull/1277
* Deleted unnecessary print function by victorigi99 in https://github.com/equinor/neqsim/pull/1279
* Added Vega EOS modell(helmholtz free energy) for helium by victorigi99 in https://github.com/equinor/neqsim/pull/1278
* add eclipse with water by EvenSol in https://github.com/equinor/neqsim/pull/1281
* v3.0.16 by EvenSol in https://github.com/equinor/neqsim/pull/1282
* Bug-fix by EvenSol in https://github.com/equinor/neqsim/pull/1283


**Full Changelog**: https://github.com/equinor/neqsim/compare/v3.0.15...v3.0.16

3.0.15

What's Changed
* fix minor bug by EvenSol in https://github.com/equinor/neqsim/pull/1274
* feat: update pipeBeggsAndBrills by Sviatose in https://github.com/equinor/neqsim/pull/1273


**Full Changelog**: https://github.com/equinor/neqsim/compare/v3.0.14...v3.0.15

3.0.14

What's Changed
* doc: add boilerplate javadoc by asmfstatoil in https://github.com/equinor/neqsim/pull/1238
* double to Double by EvenSol in https://github.com/equinor/neqsim/pull/1239
* ref: rename classes by asmfstatoil in https://github.com/equinor/neqsim/pull/1240
* refact: rename phaseeos.getmixingrule() -> geteosmixingrule() by asmfstatoil in https://github.com/equinor/neqsim/pull/1241
* refact: mixingrule getMixingRules by asmfstatoil in https://github.com/equinor/neqsim/pull/1242
* refact: reorder code and add tests by asmfstatoil in https://github.com/equinor/neqsim/pull/1243
* refact: rename getCpamix -> getCpaMixingRule by asmfstatoil in https://github.com/equinor/neqsim/pull/1244
* feat: add EosMixingRuleType enum type and test by asmfstatoil in https://github.com/equinor/neqsim/pull/1237
* add hc dew point analyser by EvenSol in https://github.com/equinor/neqsim/pull/1245
* update by EvenSol in https://github.com/equinor/neqsim/pull/1246
* style: formatting by asmfstatoil in https://github.com/equinor/neqsim/pull/1247
* chore: remove unused imports by asmfstatoil in https://github.com/equinor/neqsim/pull/1249
* refact: replace numeric mixingrule with enum type by asmfstatoil in https://github.com/equinor/neqsim/pull/1248
* update tests by EvenSol in https://github.com/equinor/neqsim/pull/1251
* refact: replace PhaseType.byValue with PhaseType enum by asmfstatoil in https://github.com/equinor/neqsim/pull/1252
* refact: MixingRuleTypeInterface by asmfstatoil in https://github.com/equinor/neqsim/pull/1250
* feat: more robust setting of beta by asmfstatoil in https://github.com/equinor/neqsim/pull/1253
* refact: replace byValue with enums by asmfstatoil in https://github.com/equinor/neqsim/pull/1254
* updated TwoPhaseSeparator by EvenSol in https://github.com/equinor/neqsim/pull/1255
* add more pump chart lookup tables by EvenSol in https://github.com/equinor/neqsim/pull/1260
* first update of Cv calculation by EvenSol in https://github.com/equinor/neqsim/pull/1259
* start update by EvenSol in https://github.com/equinor/neqsim/pull/1170
* rename: MixingRules -> MixingRuleHandler by asmfstatoil in https://github.com/equinor/neqsim/pull/1262
* refact: reuse twoport methods by asmfstatoil in https://github.com/equinor/neqsim/pull/1265
* add pipe calcs by EvenSol in https://github.com/equinor/neqsim/pull/1264
* Bump gson by asmfstatoil in https://github.com/equinor/neqsim/pull/1269
* PFCT-bug-fix by akselrs in https://github.com/equinor/neqsim/pull/1271
* Added Leachman method by victorigi99 in https://github.com/equinor/neqsim/pull/1270
* added methods for field allocation by EvenSol in https://github.com/equinor/neqsim/pull/1272

New Contributors
* victorigi99 made their first contribution in https://github.com/equinor/neqsim/pull/1270

**Full Changelog**: https://github.com/equinor/neqsim/compare/v3.0.13...v3.0.14

3.0.13

What's Changed
* add nitric acid by EvenSol in https://github.com/equinor/neqsim/pull/1229
* add multi stream HX by EvenSol in https://github.com/equinor/neqsim/pull/1230
* specify UA for multi stream HX by EvenSol in https://github.com/equinor/neqsim/pull/1231
* doc: docfix by asmfstatoil in https://github.com/equinor/neqsim/pull/1233
* refact: reorder variable init to match order by asmfstatoil in https://github.com/equinor/neqsim/pull/1234
* fix mixer minimum pressure by EvenSol in https://github.com/equinor/neqsim/pull/1232
* v3.0.13 by EvenSol in https://github.com/equinor/neqsim/pull/1235


**Full Changelog**: https://github.com/equinor/neqsim/compare/v3.0.12...v3.0.13

Page 2 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.