LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
pyThermoDB/__init__.py
pyThermoDB/app.py
pyThermoDB/api/__init__.py
pyThermoDB/api/manage.py
pyThermoDB/config/__init__.py
pyThermoDB/config/constants.py
pyThermoDB/config/reference.yml
pyThermoDB/config/setting.py
pyThermoDB/config/symbols.yml
pyThermoDB/data/Antoine constants.csv
pyThermoDB/data/CO2 hydrogenation - General Data.csv
pyThermoDB/data/CO2 hydrogenation - The Molar Heat Capacities of Gases in the Ideal Gas (Zero-Pressure) State.csv
pyThermoDB/data/CO2 hydrogenation - Vapor Pressure.csv
pyThermoDB/data/Critical constants and acentric factors.csv
pyThermoDB/data/Section C Ideal Gas and Liquid Heat Capacities.csv
pyThermoDB/data/TABLE 2-141 Critical Constants and Acentric Factors of Inorganic and Organic Compounds.csv
pyThermoDB/data/TABLE 2-153 Heat Capacities of Inorganic and Organic Liquids.csv
pyThermoDB/data/TABLE 2-155 Heat Capacity at Constant Pressure of Inorganic and Organic Compounds in the Ideal Gas.csv
pyThermoDB/data/TABLE 2-179 Enthalpies and Gibbs Energies of Formation, Entropies, and Net Enthalpies of Combustion.csv
pyThermoDB/data/TABLE 2-32 Densities of Inorganic and Organic Liquids.csv
pyThermoDB/data/TABLE 2-8 Vapor Pressure of Inorganic and Organic Liquids.csv
pyThermoDB/data/Table A.1 General data for selected compounds.csv
pyThermoDB/data/Table A.2 Vapor pressure correlations for selected compounds.csv
pyThermoDB/data/Table A.3 Liquid density correlations for selected compounds.csv
pyThermoDB/data/Table A.4 Enthalpy of vaporization correlations for selected compounds.csv
pyThermoDB/data/Table A.5 Liquid heat capacity correlations for selected compounds.csv
pyThermoDB/data/Table A.II The Molar Heat Capacities of Gases in the Ideal Gas (Zero-Pressure) State.csv
pyThermoDB/data/Table A.IV Enthalpies and Gibbs Energies of Formation.csv
pyThermoDB/data/Table B.1 Characteristic Properties of Pure Species.csv
pyThermoDB/data/Table B.2 Constants for the Antoine Equation for Vapor Pressures of Pure Species.csv
pyThermoDB/data/__init__.py
pyThermoDB/data/ref.py
pyThermoDB/docs/__init__.py
pyThermoDB/docs/compbuilder.py
pyThermoDB/docs/compexporter.py
pyThermoDB/docs/customref.py
pyThermoDB/docs/managedata.py
pyThermoDB/docs/tabledata.py
pyThermoDB/docs/tableequation.py
pyThermoDB/docs/tablematrixdata.py
pyThermoDB/docs/tablematrixequation.py
pyThermoDB/docs/tableref.py
pyThermoDB/docs/thermo.py
pyThermoDB/docs/transdata.py
pyThermoDB/docs/transmatrixdata.py
pyThermoDB/handlers/__init__.py
pyThermoDB/handlers/errors.py
pyThermoDB/models/__init__.py
pyThermoDB/models/ref.py
pyThermoDB/models/references.py
pyThermoDB/references/__init__.py
pyThermoDB/references/builder.py
pyThermoDB/references/checker.py
pyThermoDB/references/config.py
pyThermoDB/references/content.py
pyThermoDB/references/databook.py
pyThermoDB/references/main.py
pyThermoDB/references/reference.py
pyThermoDB/references/symbols_controller.py
pyThermoDB/references/table.py
pyThermoDB/source/__init__.py
pyThermoDB/static/css/styles.css
pyThermoDB/static/css/styles2.css
pyThermoDB/static/img/logo-2.png
pyThermoDB/static/js/app.js
pyThermoDB/static/js/app2.js
pyThermoDB/templates/__init__.py
pyThermoDB/templates/index.html
pyThermoDB/templates/table_view.html
pyThermoDB/ui/__init__.py
pyThermoDB/ui/launch.py
pyThermoDB/ui/launcher.py
pyThermoDB/utils/__init__.py
pyThermoDB/utils/convertor.py
pyThermoDB/utils/logger.py
pyThermoDB/utils/result_generator.py
pyThermoDB/utils/utility.py
pyThermoDB/utils/validators.py