Toolkit for estimating standard thermodynamic parameters for Gibbs minimization
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
titusquah befb10e90e
add outputs folder to examples
5 years ago
.idea add outputs folder to examples 5 years ago
data changed temp file to outputs/temp.xml 5 years ago
docs changed temp file to outputs/temp.xml 5 years ago
llepe flipped backslashes for package files 5 years ago
reeps/__pycache__ updated to LLEPE 5 years ago
tests updated to LLEPE 5 years ago
README.md Added r-squared printout to parity plot. Fixed default optimizer to detect number of dimensions and update bounds to match. 5 years ago
setup.py fixed setup file by changing LLEPE to llepe 5 years ago

README.md

REEPS

REEPS (Rare Earth Element Parameter Searcher) is a toolkit for estimating standard thermodynamic parameters for Gibbs minimization. Extend a methodology for estimating standard thermodynamic parameters for Gibbs minimization in multiphase, multicomponent separations systems

Installation

To install REEPS, clone the repository with the command

$ git clone https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git

Navigate into the parameter-estimation folder with

cd parameter-estimation

and run the command below in your terminal

$ pip install -e.

Dependencies

REEPS uses packages: cantera (https://cantera.org/), pandas, numpy, scipy, xml, seaborn, and matplotlib

Usage

Check out examples in docs/examples

from reeps import REEPS
searcher = REEPS(**REEPS_parameters_dictionary)
optimized_parameter_dictionary = searcher.fit()
searcher.update_xml(optimized_parameter_dictionary)
searcher.parity_plot()
print(seacher.r_squared())