{"id":19835596,"url":"https://github.com/equinor/neqsimnet","last_synced_at":"2025-04-14T01:09:04.311Z","repository":{"id":45385029,"uuid":"246685233","full_name":"equinor/neqsimNET","owner":"equinor","description":"NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. This project implements the .Net interface to NeqSim.","archived":false,"fork":false,"pushed_at":"2022-10-03T11:44:09.000Z","size":129062,"stargazers_count":7,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T01:08:36.772Z","etag":null,"topics":["fluid-properties","gas-production","phase-equilibrium","processing","pvt","thermodynamics"],"latest_commit_sha":null,"homepage":"https://equinor.github.io/neqsimhome/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/equinor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-11T21:39:24.000Z","updated_at":"2024-01-19T18:13:57.000Z","dependencies_parsed_at":"2022-09-03T02:10:20.266Z","dependency_job_id":null,"html_url":"https://github.com/equinor/neqsimNET","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2FneqsimNET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2FneqsimNET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2FneqsimNET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equinor%2FneqsimNET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equinor","download_url":"https://codeload.github.com/equinor/neqsimNET/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804803,"owners_count":21164134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluid-properties","gas-production","phase-equilibrium","processing","pvt","thermodynamics"],"created_at":"2024-11-12T12:08:35.379Z","updated_at":"2025-04-14T01:09:04.267Z","avatar_url":"https://github.com/equinor.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeqSim NET\nNeqSim .NET is part of the [NeqSim project](https://equinor.github.io/neqsimhome/). NeqSimNET is a .NET interface to the [NeqSim Java library](https://github.com/equinor/neqsim) for estimation of fluid behavior and process design for oil and gas production.\n\n# Documentation\nSee https://github.com/equinor/neqsim. NeqSim can be used via .Net using the same API as via Java. NeqSim is used in .NET by referencing the [NeqSim.dll](https://github.com/equinor/neqsimNET/tree/master/lib) library and the [IKVM libraries](https://github.com/equinor/neqsimNET/tree/master/ikvm-bin). The [IKVM tool](https://www.ikvm.net/) has been used to convert the [NeqSim Java library](https://github.com/equinor/neqsim) to a .NET dll using the ikmc compiler (ikvmc -target:library -out:\"NeqSim.dll\" NeqSim.jar).\n\nExamples of how to use NeqSim.NET is seen in the [example folder](https://github.com/equinor/neqsimNET/tree/master/examples).\n\n# Discussion forum\nQuestions related to neqsim can be posted in the [github discussion pages](https://github.com/equinor/neqsim/discussions).\n\n\n\n# Licence\nNeqSim is distributed under the [Apache-2.0](https://github.com/equinor/neqsimsource/blob/master/LICENSE) licence.\n\n# Acknowledgments\nA number of master and PhD students at NTNU have contributed to development of NeqSim. We greatly acknowledge their contributions.\n\n# Authors and contact persons\nEven Solbraa (esolbraa@gmail.com),  Marlene Louise Lund\n\n# NeqSim modules\nNeqSim is built upon six base modules:\n1. Thermodynamic Routines\n2. Physical Properties Routines\n3. Fluid Mechanic Routines\n4. Unit Operations\n5. Chemical Reactions Routines\n6. Parameter Fitting Routines\n7. Process simulation routines\n\n# File System\n\u003eneqsim/: main library with all modules \n\u003e\n\u003eneqsim/thermo/: Main path for thermodynamic routines\n\u003eneqsim/thermo/util/examples/: examples of use of Thermodynamic Models and Routines\n\u003e\n\u003eneqsim/thermodynamicOperation: Main path for flash routines (TPflash, phase envelopes, etc.)\n\u003eneqsim/thermodynamicOperation/util/example/: examples of use of thermodynamic operations (eg. flash calculations etc.)\n\u003e\n\u003eneqsim/physicalProperties: Main path for Physical Property methods\n\u003eneqsim/physicalProperties/util/examples/: Examples of use of physical properties calculations\n\u003e\n\u003eneqsim/physicalProperties: Main path for Physical Property methods\n\u003eneqsim/physicalProperties/util/examples/: Examples of use of physical properties calculations\n\u003e\n\u003eneqsim/processSimulation: Main path for Process Simulation Calculations\n\u003eneqsim/processSimulation/util/examples/: Examples of use of Process Simulation calculations\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequinor%2Fneqsimnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequinor%2Fneqsimnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequinor%2Fneqsimnet/lists"}