Supplementary information: "Development of thermodynamically-consistent machine-learning Equations of State: Application to the Mie fluid"
This repository is part of the supplementary information of the article "Development of thermodynamically-consistent machine-learning Equations of State: Application to the Mie fluid" by Gustavo Chaparro and Erich A. Müller. This article introduces an artificial neural network (ANN) based equation of state for the Mie fluid , FE-ANN EoS.
The Mie potential is described as follows:
Here,
The FE-ANN EoS models the Helmholtz free energy of the Mie fluid as follows:
Where,
This model has been trained using thermophysical properties of the Mie fluid that include first-order derivative properties such as the compressibility factor (
The saved model is located in the fe-ann-eos
folder. The model can be loaded using TensorFlow.
The following examples of using the FE-ANN EoS are provided in the examples
folder.
- Computing 1st and 2nd order derivative properties with the FE-ANN EoS.
- Computing fluid phase equilibria with the FE-ANN EoS.
- NumPy
- SciPy
- matplotlib
- TensorFlow (tested on version 2.4.1)
See LICENSE.md
for information on the terms & conditions for usage of this software and a DISCLAIMER OF ALL WARRANTIES.
Although not required by the license, if it is convenient for you, please cite this if used in your work. Please also consider contributing any changes you make back, and benefit the community.