ndebuhr / thermo-state-solver

Solves for state parameters at various points in a simple thermodynamic model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thermo-state-solver

Solves for state parameters at various points in a simple thermodynamic model

Usage

To generate the known state parameters input form (with number of points in system being ##):

python statePointsGen.py -o OUTPUTFILE.csv -p ##

To generate an equations input form with the same number of points:

python stateEqnsGen.py -i INPUTFILE.csv -o OUTPUTFILE.csv

About

Solves for state parameters at various points in a simple thermodynamic model

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.5%