.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/pypi_deployment.yml
.github/workflows/tests.yml
docs/.readthedocs.yaml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/pathsim_docs.mplstyle
docs/source/_autosummary/pathsim_chem.rst
docs/source/_static/custom.css
docs/source/examples/cstr_reaction.ipynb
docs/source/examples/equation_of_state.ipynb
docs/source/examples/flash_distillation.ipynb
docs/source/examples/heat_exchanger.ipynb
docs/source/examples/multicomponent_flash.ipynb
docs/source/examples/point_kinetics.ipynb
docs/source/examples/process_flowsheet.ipynb
docs/source/examples/valve_characteristics.ipynb
docs/source/examples/vapor_pressure_curves.ipynb
docs/source/examples/vle_calculation.ipynb
docs/source/logos/chem_logo.png
docs/source/logos/pathsim_icon.png
docs/source/logos/pathsim_logo.png
docs/source/modules/tritium.rst
src/pathsim_chem/__init__.py
src/pathsim_chem/_version.py
src/pathsim_chem.egg-info/PKG-INFO
src/pathsim_chem.egg-info/SOURCES.txt
src/pathsim_chem.egg-info/dependency_links.txt
src/pathsim_chem.egg-info/requires.txt
src/pathsim_chem.egg-info/top_level.txt
src/pathsim_chem/neutronics/__init__.py
src/pathsim_chem/neutronics/point_kinetics.py
src/pathsim_chem/process/__init__.py
src/pathsim_chem/process/cstr.py
src/pathsim_chem/process/distillation.py
src/pathsim_chem/process/flash_drum.py
src/pathsim_chem/process/heat_exchanger.py
src/pathsim_chem/process/heater.py
src/pathsim_chem/process/mixer.py
src/pathsim_chem/process/multicomponent_flash.py
src/pathsim_chem/process/pfr.py
src/pathsim_chem/process/valve.py
src/pathsim_chem/thermodynamics/__init__.py
src/pathsim_chem/thermodynamics/activity_coefficients.py
src/pathsim_chem/thermodynamics/averages.py
src/pathsim_chem/thermodynamics/corrections.py
src/pathsim_chem/thermodynamics/correlations.py
src/pathsim_chem/thermodynamics/enthalpy.py
src/pathsim_chem/thermodynamics/equations_of_state.py
src/pathsim_chem/thermodynamics/fugacity_coefficients.py
src/pathsim_chem/thermodynamics/reactions.py
src/pathsim_chem/tritium/README.md
src/pathsim_chem/tritium/__init__.py
src/pathsim_chem/tritium/bubbler.py
src/pathsim_chem/tritium/glc.py
src/pathsim_chem/tritium/residencetime.py
src/pathsim_chem/tritium/splitter.py
src/pathsim_chem/tritium/tcap.py
tests/neutronics/__init__.py
tests/neutronics/test_point_kinetics.py
tests/process/__init__.py
tests/process/test_cstr.py
tests/process/test_distillation.py
tests/process/test_flash_drum.py
tests/process/test_heat_exchanger.py
tests/process/test_heater.py
tests/process/test_mixer.py
tests/process/test_multicomponent_flash.py
tests/process/test_pfr.py
tests/process/test_valve.py
tests/thermodynamics/__init__.py
tests/thermodynamics/test_activity_coefficients.py
tests/thermodynamics/test_averages.py
tests/thermodynamics/test_corrections.py
tests/thermodynamics/test_correlations.py
tests/thermodynamics/test_enthalpy.py
tests/thermodynamics/test_equations_of_state.py
tests/thermodynamics/test_fugacity_coefficients.py
tests/thermodynamics/test_reactions.py
tests/tritium/__init__.py
tests/tritium/test_bubbler.py
tests/tritium/test_residencetime.py
tests/tritium/test_splitter.py