The Open Flowsheet Modeling Library is a collection of C# libraries that can be used to simulate stationary chemical processes using mass- and energy balances. The library includes a basic implementation of the IKCAPE Thermodynamics and a handful of simple unit operations. The resulting equation system is solved simulatenously using a Newton-type solver using the L/U decomposition provided in CSPARSE.net.
Stars
15
Forks
4
Watchers
15
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
1
commits
Merge pull request #7 from Nukleon84/dependabot/nuget/source/JsonProjectStorage/JsonProjectStorage/Newtonsoft.Json-13.0.1
4a7e213View on GitHubBump Newtonsoft.Json in /source/JsonProjectStorage/JsonProjectStorage
dc840e1View on GitHubFixed a bug in the enthalpy calculation when reference was in gas phase
d0e4bccView on GitHubStarted to encapsulate enthalpy route in own class and did various performance improvements on NRTL
995e6e4View on GitHubAdded UNIQUAC and SRK import to ChemSepAdapter, modified some numerics
0ffd7a9View on GitHubMerge branch 'master' of https://github.com/Nukleon84/OpenFMSL
e947dd4View on GitHub