.directory
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CHANGELOG.md
CITATION.cff
LICENSE.md
README.md
auxi-custom-google-docstring-template.mustache
google.mustache
pyproject.toml
.gitlab-ci-local/.gitignore
.vscode/launch.json
.vscode/settings.json
doc/.gitignore
doc/Makefile
doc/conf.py
doc/index.rst
doc/make.bat
doc/20-front-matter/disclaimer.rst
doc/20-front-matter/purpose.rst
doc/30-content/auxi-mpp/examples/ec-vs-sio2-cas-example.png
doc/30-content/auxi-mpp/examples/index.rst
doc/30-content/auxi-mpp/examples/multiphase/example_1.rst
doc/30-content/auxi-mpp/examples/multiphase/example_2.rst
doc/30-content/auxi-mpp/examples/multiphase/example_3.rst
doc/30-content/auxi-mpp/examples/multiphase/example_4.rst
doc/30-content/auxi-mpp/examples/multiphase/example_5.rst
doc/30-content/auxi-mpp/gas/index.rst
doc/30-content/auxi-mpp/gas/using-the-models/radiation-binary-multi-classes.rst
doc/30-content/auxi-mpp/gas/using-the-models/radiation-unary-class.rst
doc/30-content/auxi-mpp/gas/using-the-models/unary-binary-multi-class.rst
doc/30-content/auxi-mpp/liquid-alloy/index.rst
doc/30-content/auxi-mpp/liquid-alloy/using-the-models/binary-with-non-metallics-class.rst
doc/30-content/auxi-mpp/liquid-alloy/using-the-models/polynomial-class.rst
doc/30-content/auxi-mpp/liquid-alloy/using-the-models/property-commercial-class.rst
doc/30-content/auxi-mpp/liquid-alloy/using-the-models/unary-to-multi-classes.rst
doc/30-content/auxi-mpp/multiphase/index.rst
doc/30-content/auxi-mpp/multiphase/using-the-models/multiphase-models.rst
doc/30-content/auxi-mpp/multiphase/using-the-models/multiphase-tutorial.rst
doc/30-content/auxi-mpp/multiphase/using-the-models/phaseconfig-class.rst
doc/30-content/auxi-mpp/slag/index.rst
doc/30-content/auxi-mpp/slag/esf-example/building-the-function.rst
doc/30-content/auxi-mpp/slag/esf-example/equilibrium-calculation.rst
doc/30-content/auxi-mpp/slag/esf-example/extracting-bond-fractions.rst
doc/30-content/auxi-mpp/slag/esf-example/index.rst
doc/30-content/auxi-mpp/slag/using-the-models/binary-multi-classes.rst
doc/30-content/auxi-mpp/slag/using-the-models/unary-class.rst
doc/30-content/auxi-mpp/slag/using-the-models/unary-to-multi-classes.rst
doc/30-content/auxi-mpp/solid/index.rst
doc/30-content/auxi-mpp/solid/using-the-models/unary-classes.rst
doc/30-content/getting-started/index.rst
doc/30-content/getting-started/package-overview.rst
doc/30-content/getting-started/essentials/index.rst
doc/30-content/migration-guide/activity-parameter.rst
doc/30-content/migration-guide/esf-parameter.rst
doc/30-content/migration-guide/index.rst
doc/30-content/migration-guide/new-features.rst
doc/30-content/migration-guide/renamed-classes.rst
doc/30-content/theory-manual/index.rst
doc/50-back-matter/glossary.rst
doc/_static/auxi-icon-2.svg
doc/_static/auxi-icon.svg
doc/_static/auxi-mpp-theory-manual.pdf
doc/_static/ex-mente-logo.svg
doc/_static/ggs-logo.png
src/auxi/mpp/__init__.py
src/auxi/mpp/py.typed
src/auxi/mpp/core/__init__.py
src/auxi/mpp/core/_classproperty.py
src/auxi/mpp/core/_dataset.py
src/auxi/mpp/core/_dataset_template.csv
src/auxi/mpp/core/_gas_property_model.py
src/auxi/mpp/core/_gas_radiation_property_model.py
src/auxi/mpp/core/_liquid_alloy_property_model.py
src/auxi/mpp/core/_material_component_property_model.py
src/auxi/mpp/core/_material_property_model.py
src/auxi/mpp/core/_material_type.py
src/auxi/mpp/core/_references.py
src/auxi/mpp/core/_slag_property_model.py
src/auxi/mpp/core/_solid_property_model.py
src/auxi/mpp/core/_state_of_matter.py
src/auxi/mpp/core/py.typed
src/auxi/mpp/core/material_state/__init__.py
src/auxi/mpp/core/material_state/_material_state.py
src/auxi/mpp/core/material_state/_tpx_state.py
src/auxi/mpp/core/material_state/py.typed
src/auxi/mpp/core/multiphase/__init__.py
src/auxi/mpp/core/multiphase/_multiphase_density_mixin.py
src/auxi/mpp/core/multiphase/_multiphase_property_mixin.py
src/auxi/mpp/core/multiphase/_multiphase_property_model.py
src/auxi/mpp/core/multiphase/type_setting/__init__.py
src/auxi/mpp/core/multiphase/type_setting/_composition_dict.py
src/auxi/mpp/core/multiphase/type_setting/_density_and_property_config.py
src/auxi/mpp/core/multiphase/type_setting/_density_config.py
src/auxi/mpp/core/multiphase/type_setting/_fluid_calculable.py
src/auxi/mpp/core/multiphase/type_setting/_property_config.py
src/auxi/mpp/core/multiphase/type_setting/_solid_calculable.py
src/auxi/mpp/core/multiphase/type_setting/_solid_config.py
src/auxi/mpp/core/multiphase_config/__init__.py
src/auxi/mpp/core/multiphase_config/_density_config_mixin.py
src/auxi/mpp/core/multiphase_config/_phase_config.py
src/auxi/mpp/core/multiphase_config/_phase_input.py
src/auxi/mpp/core/multiphase_config/_property_config_mixin.py
src/auxi/mpp/core/multiphase_config/_pyro_phase.py
src/auxi/mpp/core/multiphase_config/_solid_phase_input.py
src/auxi/mpp/core/multiphase_config/phase_density_config/__init__.py
src/auxi/mpp/core/multiphase_config/phase_density_config/_gas_density_config.py
src/auxi/mpp/core/multiphase_config/phase_density_config/_liquid_alloy_density_config.py
src/auxi/mpp/core/multiphase_config/phase_density_config/_slag_density_config.py
src/auxi/mpp/core/multiphase_config/phase_density_config/_solid_density_config.py
src/auxi/mpp/core/multiphase_config/phase_thermal_conductivity_config/__init__.py
src/auxi/mpp/core/multiphase_config/phase_thermal_conductivity_config/_gas_thermal_conductivity_config.py
src/auxi/mpp/core/multiphase_config/phase_thermal_conductivity_config/_liquid_alloy_thermal_conductivity_config.py
src/auxi/mpp/core/multiphase_config/phase_thermal_conductivity_config/_slag_thermal_conductivity_config.py
src/auxi/mpp/core/multiphase_config/phase_thermal_conductivity_config/_solid_thermal_conductivity_config.py
src/auxi/mpp/data/references.bib
src/auxi/mpp/gas/__init__.py
src/auxi/mpp/gas/Cp/__init__.py
src/auxi/mpp/gas/Cp/_aly_unary.py
src/auxi/mpp/gas/Cp/_aly_unary.yaml
src/auxi/mpp/gas/Cp/_model.py
src/auxi/mpp/gas/D/__init__.py
src/auxi/mpp/gas/D/_burgess_unary.py
src/auxi/mpp/gas/D/_burgess_unary.yaml
src/auxi/mpp/gas/D/_hellmann_binary.py
src/auxi/mpp/gas/D/_hellmann_binary.yaml
src/auxi/mpp/gas/D/_model.py
src/auxi/mpp/gas/Vm/__init__.py
src/auxi/mpp/gas/Vm/_clapeyron.py
src/auxi/mpp/gas/Vm/_clapeyron.yaml
src/auxi/mpp/gas/Vm/_model.py
src/auxi/mpp/gas/state/__init__.py
src/auxi/mpp/gas/state/_gas_binary_tpx_pl_state.py
src/auxi/mpp/gas/state/_gas_binary_tpx_state.py
src/auxi/mpp/gas/state/_gas_tpx_pl_state.py
src/auxi/mpp/gas/state/_gas_tpx_state.py
src/auxi/mpp/gas/state/_gas_unary_tpx_pl_state.py
src/auxi/mpp/gas/state/_gas_unary_tpx_state.py
src/auxi/mpp/gas/ɛ/__init__.py
src/auxi/mpp/gas/ɛ/_edwards_felske_tien_unary.py
src/auxi/mpp/gas/ɛ/_edwards_felske_tien_unary.yaml
src/auxi/mpp/gas/ɛ/_edwards_leckner.py
src/auxi/mpp/gas/ɛ/_edwards_leckner_binary.py
src/auxi/mpp/gas/ɛ/_edwards_leckner_multi.py
src/auxi/mpp/gas/ɛ/_edwards_leckner_unary.py
src/auxi/mpp/gas/ɛ/_leckner_binary.py
src/auxi/mpp/gas/ɛ/_leckner_unary.py
src/auxi/mpp/gas/ɛ/_leckner_unary.yaml
src/auxi/mpp/gas/ɛ/_model.py
src/auxi/mpp/gas/κ/__init__.py
src/auxi/mpp/gas/κ/_assael_unary.py
src/auxi/mpp/gas/κ/_assael_unary.yaml
src/auxi/mpp/gas/κ/_chung_etal_unary.py
src/auxi/mpp/gas/κ/_chung_unary.py
src/auxi/mpp/gas/κ/_chung_unary.yaml
src/auxi/mpp/gas/κ/_huber_unary.py
src/auxi/mpp/gas/κ/_huber_unary.yaml
src/auxi/mpp/gas/κ/_lemmon_jacobsen_tc_unary.py
src/auxi/mpp/gas/κ/_lemmon_jacobsen_tc_unary.yaml
src/auxi/mpp/gas/κ/_mason_saxena_multi.py
src/auxi/mpp/gas/κ/_mason_saxena_multi.yaml
src/auxi/mpp/gas/κ/_model.py
src/auxi/mpp/gas/μ/__init__.py
src/auxi/mpp/gas/μ/_hellmann_vogel_unary.py
src/auxi/mpp/gas/μ/_hellmann_vogel_unary.yaml
src/auxi/mpp/gas/μ/_laesecke_muzny_unary.py
src/auxi/mpp/gas/μ/_laesecke_muzny_unary.yaml
src/auxi/mpp/gas/μ/_lemmon_etal_unary.py
src/auxi/mpp/gas/μ/_lemmon_jacobsen_unary.py
src/auxi/mpp/gas/μ/_lemmon_jacobsen_unary.yaml
src/auxi/mpp/gas/μ/_model.py
src/auxi/mpp/gas/μ/_muzny_unary.py
src/auxi/mpp/gas/μ/_muzny_unary.yaml
src/auxi/mpp/gas/μ/_wilke_binary.py
src/auxi/mpp/gas/ρ/__init__.py
src/auxi/mpp/gas/ρ/_clapeyron_density.py
src/auxi/mpp/gas/ρ/_model.py
src/auxi/mpp/liquid_alloy/__init__.py
src/auxi/mpp/liquid_alloy/Vm/__init__.py
src/auxi/mpp/liquid_alloy/Vm/_empirical.py
src/auxi/mpp/liquid_alloy/Vm/_empirical_binary.py
src/auxi/mpp/liquid_alloy/Vm/_empirical_multi.py
src/auxi/mpp/liquid_alloy/Vm/_empirical_non_metallic_binary.py
src/auxi/mpp/liquid_alloy/Vm/_empirical_unary.py
src/auxi/mpp/liquid_alloy/Vm/_mills_commercial.py
src/auxi/mpp/liquid_alloy/Vm/_model.py
src/auxi/mpp/liquid_alloy/state/__init__.py
src/auxi/mpp/liquid_alloy/state/_ferrous_liquid_alloy_binary_tpx_state.py
src/auxi/mpp/liquid_alloy/state/_ferrous_liquid_alloy_tpx_state.py
src/auxi/mpp/liquid_alloy/state/_liquid_alloy_binary_tpx_state.py
src/auxi/mpp/liquid_alloy/state/_liquid_alloy_tpx_state.py
src/auxi/mpp/liquid_alloy/state/_liquid_metal_tpx_state.py
src/auxi/mpp/liquid_alloy/state/py.typed
src/auxi/mpp/liquid_alloy/κ/__init__.py
src/auxi/mpp/liquid_alloy/κ/_wf_model.py
src/auxi/mpp/liquid_alloy/κ/_wiedemann_franz.py
src/auxi/mpp/liquid_alloy/κ/_wiedemann_franz_binary.py
src/auxi/mpp/liquid_alloy/κ/_wiedemann_franz_multi.py
src/auxi/mpp/liquid_alloy/κ/_wiedemann_franz_unary.py
src/auxi/mpp/liquid_alloy/μ/__init__.py
src/auxi/mpp/liquid_alloy/μ/_deng_multi.py
src/auxi/mpp/liquid_alloy/μ/_deng_multi.yaml
src/auxi/mpp/liquid_alloy/μ/_empirical_unary.py
src/auxi/mpp/liquid_alloy/μ/_empirical_unary.yaml
src/auxi/mpp/liquid_alloy/μ/_model.py
src/auxi/mpp/liquid_alloy/ρ/__init__.py
src/auxi/mpp/liquid_alloy/ρ/_empirical_density.py
src/auxi/mpp/liquid_alloy/ρ/_empirical_density_binary.py
src/auxi/mpp/liquid_alloy/ρ/_empirical_density_binary.yaml
src/auxi/mpp/liquid_alloy/ρ/_empirical_density_multi.py
src/auxi/mpp/liquid_alloy/ρ/_empirical_density_multi.yaml
src/auxi/mpp/liquid_alloy/ρ/_empirical_density_non_metallic_binary.py
src/auxi/mpp/liquid_alloy/ρ/_empirical_density_non_metallic_binary.yaml
src/auxi/mpp/liquid_alloy/ρ/_empirical_density_unary.py
src/auxi/mpp/liquid_alloy/ρ/_empirical_density_unary.yaml
src/auxi/mpp/liquid_alloy/ρ/_mills_density_commercial.py
src/auxi/mpp/liquid_alloy/ρ/_mills_density_commercial.yaml
src/auxi/mpp/liquid_alloy/ρ/_model.py
src/auxi/mpp/liquid_alloy/σ/__init__.py
src/auxi/mpp/liquid_alloy/σ/_model.py
src/auxi/mpp/liquid_alloy/σ/_polynomial.py
src/auxi/mpp/liquid_alloy/σ/_polynomial_binary.py
src/auxi/mpp/liquid_alloy/σ/_polynomial_binary.yaml
src/auxi/mpp/liquid_alloy/σ/_polynomial_multi.py
src/auxi/mpp/liquid_alloy/σ/_polynomial_multi.yaml
src/auxi/mpp/liquid_alloy/σ/_polynomial_unary.py
src/auxi/mpp/liquid_alloy/σ/_polynomial_unary.yaml
src/auxi/mpp/liquid_alloy/σ/py.typed
src/auxi/mpp/multiphase/__init__.py
src/auxi/mpp/multiphase/state/__init__.py
src/auxi/mpp/multiphase/state/_multiphase_tpmn_state.py
src/auxi/mpp/multiphase/κ/__init__.py
src/auxi/mpp/multiphase/κ/_model.py
src/auxi/mpp/multiphase/κ/_multiphase_thermal_conductivity.py
src/auxi/mpp/multiphase/ρ/__init__.py
src/auxi/mpp/multiphase/ρ/_model.py
src/auxi/mpp/multiphase/ρ/_multiphase_density.py
src/auxi/mpp/slag/__init__.py
src/auxi/mpp/slag/_slag_component_property_model.py
src/auxi/mpp/slag/py.typed
src/auxi/mpp/slag/D/__init__.py
src/auxi/mpp/slag/D/_model.py
src/auxi/mpp/slag/D/_thibodeau_id.py
src/auxi/mpp/slag/D/_thibodeau_id_multi.py
src/auxi/mpp/slag/D/_thibodeau_id_multi.yaml
src/auxi/mpp/slag/D/_thibodeau_id_unary.py
src/auxi/mpp/slag/D/_thibodeau_id_unary.yaml
src/auxi/mpp/slag/D/py.typed
src/auxi/mpp/slag/Vm/__init__.py
src/auxi/mpp/slag/Vm/_model.py
src/auxi/mpp/slag/Vm/_thibodeau.py
src/auxi/mpp/slag/Vm/_thibodeau_binary.py
src/auxi/mpp/slag/Vm/_thibodeau_binary.yaml
src/auxi/mpp/slag/Vm/_thibodeau_multi.py
src/auxi/mpp/slag/Vm/_thibodeau_multi.yaml
src/auxi/mpp/slag/Vm/_thibodeau_unary.py
src/auxi/mpp/slag/Vm/_thibodeau_unary.yaml
src/auxi/mpp/slag/Vm/py.typed
src/auxi/mpp/slag/state/__init__.py
src/auxi/mpp/slag/state/_silicate_slag_eq_tpx_binary_state.py
src/auxi/mpp/slag/state/_silicate_slag_eq_tpxa_state.py
src/auxi/mpp/slag/state/_slag_eq_tpx_binary_state.py
src/auxi/mpp/slag/state/_slag_eq_tpxa_state.py
src/auxi/mpp/slag/state/py.typed
src/auxi/mpp/slag/μ/__init__.py
src/auxi/mpp/slag/μ/_grundy_kim_brosh.py
src/auxi/mpp/slag/μ/_grundy_kim_brosh_binary.py
src/auxi/mpp/slag/μ/_grundy_kim_brosh_binary.yaml
src/auxi/mpp/slag/μ/_grundy_kim_brosh_multi.py
src/auxi/mpp/slag/μ/_grundy_kim_brosh_multi.yaml
src/auxi/mpp/slag/μ/_grundy_kim_brosh_unary.py
src/auxi/mpp/slag/μ/_grundy_kim_brosh_unary.yaml
src/auxi/mpp/slag/μ/_model.py
src/auxi/mpp/slag/μ/_zhang_multi.py
src/auxi/mpp/slag/μ/_zhang_multi.yaml
src/auxi/mpp/slag/μ/py.typed
src/auxi/mpp/slag/ρ/__init__.py
src/auxi/mpp/slag/ρ/_model.py
src/auxi/mpp/slag/ρ/_thibodeau_density.py
src/auxi/mpp/slag/ρ/_thibodeau_density.yaml
src/auxi/mpp/slag/ρ/_thibodeau_density_binary.py
src/auxi/mpp/slag/ρ/_thibodeau_density_multi.py
src/auxi/mpp/slag/ρ/_thibodeau_density_unary.py
src/auxi/mpp/slag/ρ/py.typed
src/auxi/mpp/slag/σ/__init__.py
src/auxi/mpp/slag/σ/_hundermark.py
src/auxi/mpp/slag/σ/_hundermark_multi.py
src/auxi/mpp/slag/σ/_hundermark_multi.yaml
src/auxi/mpp/slag/σ/_hundermark_unary.py
src/auxi/mpp/slag/σ/_hundermark_unary.yaml
src/auxi/mpp/slag/σ/_model.py
src/auxi/mpp/slag/σ/_thibodeau_ec.py
src/auxi/mpp/slag/σ/_thibodeau_ec_multi.py
src/auxi/mpp/slag/σ/_thibodeau_ec_multi.yaml
src/auxi/mpp/slag/σ/_thibodeau_ec_unary.py
src/auxi/mpp/slag/σ/_thibodeau_ec_unary.yaml
src/auxi/mpp/slag/σ/_zhang_ec_multi.py
src/auxi/mpp/slag/σ/_zhang_ec_multi.yaml
src/auxi/mpp/slag/σ/py.typed
src/auxi/mpp/solid/__init__.py
src/auxi/mpp/solid/Vm/__init__.py
src/auxi/mpp/solid/Vm/_model.py
src/auxi/mpp/solid/Vm/_semi_empirical.py
src/auxi/mpp/solid/Vm/_semi_empirical.yaml
src/auxi/mpp/solid/Vm/_zorzi.py
src/auxi/mpp/solid/Vm/_zorzi.yaml
src/auxi/mpp/solid/state/__init__.py
src/auxi/mpp/solid/state/_solid_tpph_state.py
src/auxi/mpp/solid/κ/__init__.py
src/auxi/mpp/solid/κ/_beygelzimer.py
src/auxi/mpp/solid/κ/_beygelzimer.yaml
src/auxi/mpp/solid/κ/_cahill.py
src/auxi/mpp/solid/κ/_cahill.yaml
src/auxi/mpp/solid/κ/_model.py
src/auxi/mpp/solid/κ/_polynomial.py
src/auxi/mpp/solid/κ/_polynomial.yaml
src/auxi/mpp/solid/κ/_slack_gheribi.py
src/auxi/mpp/solid/κ/_slack_gheribi.yaml
src/auxi/mpp/solid/ρ/__init__.py
src/auxi/mpp/solid/ρ/_model.py
src/auxi/mpp/solid/ρ/_semi_empirical_density.py
src/auxi/mpp/solid/ρ/_zorzi_density.py
src/auxi_mpp.egg-info/PKG-INFO
src/auxi_mpp.egg-info/SOURCES.txt
src/auxi_mpp.egg-info/dependency_links.txt
src/auxi_mpp.egg-info/requires.txt
src/auxi_mpp.egg-info/top_level.txt
tests/__init__.py
tests/core/__init__.py
tests/core/test_reference_manager.py
tests/gas/__init__.py
tests/gas/constant_pressure_heat_capacity/__init__.py
tests/gas/constant_pressure_heat_capacity/test_aly_unary.py
tests/gas/density/__init__.py
tests/gas/density/test_clapeyron_density.py
tests/gas/diffusivity/__init__.py
tests/gas/diffusivity/test_burgess_unary.py
tests/gas/diffusivity/test_hellmann_binary.py
tests/gas/diffusivity/test_parameters/__init__.py
tests/gas/diffusivity/test_parameters/_unary_testing_inputs.py
tests/gas/diffusivity/test_parameters/binary/__init__.py
tests/gas/diffusivity/test_parameters/binary/_binary_testing_inputs.py
tests/gas/diffusivity/test_parameters/binary/composition_parameters/__init__.py
tests/gas/diffusivity/test_parameters/binary/composition_parameters/_binary_systems.py
tests/gas/emissivity/__init__.py
tests/gas/emissivity/test_edwards_leckner.py
tests/gas/emissivity/test_edwards_leckner_binary.py
tests/gas/emissivity/test_edwards_leckner_multi.py
tests/gas/emissivity/test_edwards_leckner_unary.py
tests/gas/emissivity/test_edwards_leckner_vs_fragments.py
tests/gas/emissivity/test_parameters/__init__.py
tests/gas/emissivity/test_parameters/_pressure_length_inputs.py
tests/gas/emissivity/test_parameters/_unary_testing_inputs.py
tests/gas/emissivity/test_parameters/binary_multi/__init__.py
tests/gas/emissivity/test_parameters/binary_multi/_binary_testing_inputs.py
tests/gas/emissivity/test_parameters/binary_multi/_multi_testing_inputs.py
tests/gas/emissivity/test_parameters/binary_multi/composition_parameters/__init__.py
tests/gas/emissivity/test_parameters/binary_multi/composition_parameters/_binary_systems.py
tests/gas/emissivity/test_parameters/binary_multi/composition_parameters/_multi_systems.py
tests/gas/molar_volume/__init__.py
tests/gas/molar_volume/test_clapeyron.py
tests/gas/test_parameters/__init__.py
tests/gas/test_parameters/_unary_testing_inputs.py
tests/gas/test_parameters/binary_multi/__init__.py
tests/gas/test_parameters/binary_multi/_binary_testing_inputs.py
tests/gas/test_parameters/binary_multi/_multi_testing_inputs.py
tests/gas/test_parameters/binary_multi/composition_parameters/__init__.py
tests/gas/test_parameters/binary_multi/composition_parameters/_binary_systems.py
tests/gas/test_parameters/binary_multi/composition_parameters/_multi_systems.py
tests/gas/thermal_conductivity/__init__.py
tests/gas/thermal_conductivity/test_chung_etal_unary.py
tests/gas/thermal_conductivity/test_mason_saxena_multi.py
tests/gas/viscosity/__init__.py
tests/gas/viscosity/test_lemmon_etal_unary.py
tests/gas/viscosity/test_wilke_binary.py
tests/liquid_alloy/__init__.py
tests/liquid_alloy/density/__init__.py
tests/liquid_alloy/density/test_empirical_density.py
tests/liquid_alloy/density/test_empirical_density_binary.py
tests/liquid_alloy/density/test_empirical_density_multi.py
tests/liquid_alloy/density/test_empirical_density_non_metallic_binary.py
tests/liquid_alloy/density/test_empirical_density_unary.py
tests/liquid_alloy/density/test_empirical_density_vs_fragments.py
tests/liquid_alloy/density/test_mills_density_commercial.py
tests/liquid_alloy/electrical_conductivity/__init__.py
tests/liquid_alloy/electrical_conductivity/test_polynomial.py
tests/liquid_alloy/electrical_conductivity/test_polynomial_binary.py
tests/liquid_alloy/electrical_conductivity/test_polynomial_multi.py
tests/liquid_alloy/electrical_conductivity/test_polynomial_unary.py
tests/liquid_alloy/electrical_conductivity/test_polynomial_vs_fragments.py
tests/liquid_alloy/molar_volume/__init__.py
tests/liquid_alloy/molar_volume/test_empirical.py
tests/liquid_alloy/molar_volume/test_empirical_binary.py
tests/liquid_alloy/molar_volume/test_empirical_multi.py
tests/liquid_alloy/molar_volume/test_empirical_non_metallic_binary.py
tests/liquid_alloy/molar_volume/test_empirical_unary.py
tests/liquid_alloy/molar_volume/test_empirical_vs_fragments.py
tests/liquid_alloy/molar_volume/test_mills_commercial.py
tests/liquid_alloy/test_parameters/__init__.py
tests/liquid_alloy/test_parameters/_unary_testing_inputs.py
tests/liquid_alloy/test_parameters/binary_multi/__init__.py
tests/liquid_alloy/test_parameters/binary_multi/_binary_testing_inputs.py
tests/liquid_alloy/test_parameters/binary_multi/_multi_testing_inputs.py
tests/liquid_alloy/test_parameters/binary_multi/composition_parameters/__init__.py
tests/liquid_alloy/test_parameters/binary_multi/composition_parameters/_binary_systems.py
tests/liquid_alloy/test_parameters/binary_multi/composition_parameters/_multi_systems.py
tests/liquid_alloy/test_parameters/density/__init__.py
tests/liquid_alloy/test_parameters/density/_unary_testing_inputs.py
tests/liquid_alloy/test_parameters/density/binary_multi/__init__.py
tests/liquid_alloy/test_parameters/density/binary_multi/_binary_testing_inputs.py
tests/liquid_alloy/test_parameters/density/binary_multi/_binary_with_non_metallics_testing_inputs.py
tests/liquid_alloy/test_parameters/density/binary_multi/_commercial_testing_inputs.py
tests/liquid_alloy/test_parameters/density/binary_multi/_multi_testing_inputs.py
tests/liquid_alloy/test_parameters/density/binary_multi/composition_parameters/__init__.py
tests/liquid_alloy/test_parameters/density/binary_multi/composition_parameters/_binary_systems.py
tests/liquid_alloy/test_parameters/density/binary_multi/composition_parameters/_binary_with_non_metallics_systems.py
tests/liquid_alloy/test_parameters/density/binary_multi/composition_parameters/_commercial_systems.py
tests/liquid_alloy/test_parameters/density/binary_multi/composition_parameters/_multi_systems.py
tests/liquid_alloy/test_parameters/viscosity/_unary_testing_inputs.py
tests/liquid_alloy/test_parameters/viscosity/binary_multi/__init__.py
tests/liquid_alloy/test_parameters/viscosity/binary_multi/_binary_testing_inputs.py
tests/liquid_alloy/test_parameters/viscosity/binary_multi/_multi_testing_inputs.py
tests/liquid_alloy/test_parameters/viscosity/binary_multi/composition_parameters/__init__.py
tests/liquid_alloy/test_parameters/viscosity/binary_multi/composition_parameters/_binary_systems.py
tests/liquid_alloy/test_parameters/viscosity/binary_multi/composition_parameters/_multi_systems.py
tests/liquid_alloy/thermal_conductivity/__init__.py
tests/liquid_alloy/thermal_conductivity/test_wiedemann_franz.py
tests/liquid_alloy/thermal_conductivity/test_wiedemann_franz_binary.py
tests/liquid_alloy/thermal_conductivity/test_wiedemann_franz_multi.py
tests/liquid_alloy/thermal_conductivity/test_wiedemann_franz_unary.py
tests/liquid_alloy/thermal_conductivity/test_wiedemann_franz_vs_fragments.py
tests/liquid_alloy/viscosity/__init__.py
tests/liquid_alloy/viscosity/test_deng_multi.py
tests/liquid_alloy/viscosity/test_empirical_unary.py
tests/models/__init__.py
tests/models/test_references_integrity.py
tests/multiphase/test_mixing_rule_density.py
tests/multiphase/test_mixing_rule_thermal_conductivity.py
tests/multiphase/test_multiphase_property_model.py
tests/multiphase/test_phase_config.py
tests/slag/__init__.py
tests/slag/density/__init__.py
tests/slag/density/test_thibodeau_density.py
tests/slag/density/test_thibodeau_density_binary.py
tests/slag/density/test_thibodeau_density_multi.py
tests/slag/density/test_thibodeau_density_unary.py
tests/slag/density/test_thibodeau_density_vs_fragments.py
tests/slag/diffusivity/__init__.py
tests/slag/diffusivity/test_thibodeau_id.py
tests/slag/diffusivity/test_thibodeau_id_multi.py
tests/slag/diffusivity/test_thibodeau_id_unary.py
tests/slag/diffusivity/test_thibodeau_id_vs_fragments.py
tests/slag/electrical_conductivity/__init__.py
tests/slag/electrical_conductivity/test_hundermark.py
tests/slag/electrical_conductivity/test_hundermark_multi.py
tests/slag/electrical_conductivity/test_hundermark_unary.py
tests/slag/electrical_conductivity/test_hundermark_vs_fragments.py
tests/slag/electrical_conductivity/test_thibodeau_ec.py
tests/slag/electrical_conductivity/test_thibodeau_ec_multi.py
tests/slag/electrical_conductivity/test_thibodeau_ec_unary.py
tests/slag/electrical_conductivity/test_thibodeau_ec_vs_fragments.py
tests/slag/electrical_conductivity/test_zhang_ec_multi.py
tests/slag/molar_volume/__init__.py
tests/slag/molar_volume/test_thibodeau.py
tests/slag/molar_volume/test_thibodeau_binary.py
tests/slag/molar_volume/test_thibodeau_multi.py
tests/slag/molar_volume/test_thibodeau_unary.py
tests/slag/molar_volume/test_thibodeau_vs_fragments.py
tests/slag/test_parameters/__init__.py
tests/slag/test_parameters/_unary_testing_inputs.py
tests/slag/test_parameters/binary_multi/__init__.py
tests/slag/test_parameters/binary_multi/_binary_testing_inputs.py
tests/slag/test_parameters/binary_multi/_multi_testing_inputs.py
tests/slag/test_parameters/binary_multi/composition_parameters/__init__.py
tests/slag/test_parameters/binary_multi/composition_parameters/_binary_systems.py
tests/slag/test_parameters/binary_multi/composition_parameters/_multi_systems.py
tests/slag/test_parameters/binary_multi_esf_dependent/__init__.py
tests/slag/test_parameters/binary_multi_esf_dependent/_binary_testing_inputs.py
tests/slag/test_parameters/binary_multi_esf_dependent/_dummy_esf.py
tests/slag/test_parameters/binary_multi_esf_dependent/_multi_testing_inputs.py
tests/slag/test_parameters/binary_multi_esf_dependent/composition_parameters/__init__.py
tests/slag/test_parameters/binary_multi_esf_dependent/composition_parameters/_multi_systems.py
tests/slag/test_parameters/electrical_conductivity_zhang/binary_multi/__init__.py
tests/slag/test_parameters/electrical_conductivity_zhang/binary_multi/_binary_testing_inputs.py
tests/slag/test_parameters/electrical_conductivity_zhang/binary_multi/_multi_testing_inputs.py
tests/slag/test_parameters/electrical_conductivity_zhang/binary_multi/composition_parameters/__init__.py
tests/slag/test_parameters/electrical_conductivity_zhang/binary_multi/composition_parameters/_binary_systems.py
tests/slag/test_parameters/electrical_conductivity_zhang/binary_multi/composition_parameters/_multi_systems.py
tests/slag/test_parameters/viscosity_zhang/binary_multi/__init__.py
tests/slag/test_parameters/viscosity_zhang/binary_multi/_binary_testing_inputs.py
tests/slag/test_parameters/viscosity_zhang/binary_multi/_multi_testing_inputs.py
tests/slag/test_parameters/viscosity_zhang/binary_multi/composition_parameters/__init__.py
tests/slag/test_parameters/viscosity_zhang/binary_multi/composition_parameters/_binary_systems.py
tests/slag/test_parameters/viscosity_zhang/binary_multi/composition_parameters/_multi_systems.py
tests/slag/viscosity/__init__.py
tests/slag/viscosity/test_grundy_kim_brosh.py
tests/slag/viscosity/test_grundy_kim_brosh_binary.py
tests/slag/viscosity/test_grundy_kim_brosh_multi.py
tests/slag/viscosity/test_grundy_kim_brosh_unary.py
tests/slag/viscosity/test_grundy_kim_brosh_vs_fragments.py
tests/slag/viscosity/test_zhang_multi.py
tests/solid/__init__.py
tests/solid/density/__init__.py
tests/solid/density/test_semi_empirical_density.py
tests/solid/density/test_zorzi_density.py
tests/solid/density/test_parameters/__init__.py
tests/solid/density/test_parameters/_testing_inputs.py
tests/solid/molar_volume/__init__.py
tests/solid/molar_volume/test_semi_empirical.py
tests/solid/molar_volume/test_zorzi.py
tests/solid/molar_volume/test_parameters/__init__.py
tests/solid/molar_volume/test_parameters/_testing_inputs.py
tests/solid/thermal_conductivity/__init__.py
tests/solid/thermal_conductivity/test_beygelzimer.py
tests/solid/thermal_conductivity/test_cahill.py
tests/solid/thermal_conductivity/test_polynomial.py
tests/solid/thermal_conductivity/test_slack_gheribi.py
tests/solid/thermal_conductivity/test_parameters/__init__.py
tests/solid/thermal_conductivity/test_parameters/_beygelzimer_testing_inputs.py
tests/solid/thermal_conductivity/test_parameters/_cahill_testing_inputs.py
tests/solid/thermal_conductivity/test_parameters/_polynomial_testing_inputs.py
tests/solid/thermal_conductivity/test_parameters/_slack_gheribi_testing_inputs.py