.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
generate_span_wagner_tables.py
pyproject.toml
.github/dependabot.yml
.github/workflows/python-build-test.yml
.github/workflows/python-publish.yml
docs/adjusting_with_depth_and_pressure.md
docs/command_line_options.rst
docs/conf.py
docs/config_file_format.rst
docs/getting_started_with_the_config_file_format.md
docs/index.rst
docs/usage_as_a_library.rst
examples/carbon_dioxide_calibration.csv
examples/carbon_dioxide_example.csv
examples/carbon_dioxide_example.yaml
examples/example1.csv
examples/example1.yaml
examples/example1_calibration.csv
examples/example2.csv
examples/example2.yaml
examples/example2_calibration.csv
examples/example3.csv
examples/example3.yaml
examples/example3_calibration.csv
examples/example4.csv
examples/example4.yaml
examples/example4_calibration.csv
examples/friable_sand_calibration.csv
examples/friable_sand_example.yaml
examples/patchy_cement_calibration.csv
examples/patchy_cement_example.yaml
src/open_petro_elastic/__init__.py
src/open_petro_elastic/__main__.py
src/open_petro_elastic/float_vectorize.py
src/open_petro_elastic.egg-info/PKG-INFO
src/open_petro_elastic.egg-info/SOURCES.txt
src/open_petro_elastic.egg-info/dependency_links.txt
src/open_petro_elastic.egg-info/entry_points.txt
src/open_petro_elastic.egg-info/requires.txt
src/open_petro_elastic.egg-info/top_level.txt
src/open_petro_elastic/config/__init__.py
src/open_petro_elastic/config/coefficients.py
src/open_petro_elastic/config/constituent.py
src/open_petro_elastic/config/depth_trend.py
src/open_petro_elastic/config/dry_rock.py
src/open_petro_elastic/config/fluid_model_providers.py
src/open_petro_elastic/config/fluids.py
src/open_petro_elastic/config/input.py
src/open_petro_elastic/config/material_type.py
src/open_petro_elastic/config/minerals.py
src/open_petro_elastic/config/model.py
src/open_petro_elastic/config/pressure.py
src/open_petro_elastic/config/pressure_dependency.py
src/open_petro_elastic/config/pydantic_config.py
src/open_petro_elastic/config/vector_type.py
src/open_petro_elastic/material/__init__.py
src/open_petro_elastic/material/conversions.py
src/open_petro_elastic/material/fluid.py
src/open_petro_elastic/material/hashin_shtrikman.py
src/open_petro_elastic/material/material.py
src/open_petro_elastic/material/seismic_velocity.py
src/open_petro_elastic/material/batzle_wang/__init__.py
src/open_petro_elastic/material/batzle_wang/brine_properties.py
src/open_petro_elastic/material/batzle_wang/hydro_carbon_gas.py
src/open_petro_elastic/material/batzle_wang/ideal_gas.py
src/open_petro_elastic/material/batzle_wang/oil_properties.py
src/open_petro_elastic/material/batzle_wang/water_properties.py
src/open_petro_elastic/material/sandstone/__init__.py
src/open_petro_elastic/material/sandstone/constant_cement.py
src/open_petro_elastic/material/sandstone/contact_cement.py
src/open_petro_elastic/material/sandstone/friable_sand.py
src/open_petro_elastic/material/sandstone/hertz_mindlin.py
src/open_petro_elastic/material/sandstone/murphy_coordination_number.py
src/open_petro_elastic/material/sandstone/patchy_cement.py
src/open_petro_elastic/material/span_wagner/__init__.py
src/open_petro_elastic/material/span_wagner/carbon_dioxide.py
src/open_petro_elastic/material/span_wagner/coefficients.py
src/open_petro_elastic/material/span_wagner/equations.py
src/open_petro_elastic/material/span_wagner/tables/__init__.py
src/open_petro_elastic/material/span_wagner/tables/carbon_dioxide_density.npz
src/open_petro_elastic/material/span_wagner/tables/lookup_table.py
src/open_petro_elastic/tutorial_config/tutorial_config.yaml
src/open_petro_elastic/tutorial_config/tutorial_data.csv
tests/conftest.py
tests/test_batzle_wang.py
tests/test_coefficients.py
tests/test_config_fluids.py
tests/test_config_input.py
tests/test_config_model.py
tests/test_constant_cement.py
tests/test_constituent.py
tests/test_depth_trend.py
tests/test_dryrock.py
tests/test_dvorkin_nur.py
tests/test_fluid_mixing.py
tests/test_fluid_substitution.py
tests/test_friable_sand.py
tests/test_hashin_shtrikman.py
tests/test_hertz_mindlin.py
tests/test_main.py
tests/test_material.py
tests/test_minerals.py
tests/test_murphy_coordination_number.py
tests/test_patchy_cement.py
tests/test_pressure.py
tests/test_span_wagner.py
tests/__snapshots__/test_depth_trend.ambr
tests/__snapshots__/test_dryrock.ambr
tests/__snapshots__/test_fluid_substitution.ambr
tests/__snapshots__/test_murphy_coordination_number.ambr
tests/__snapshots__/test_pressure.ambr
tests/fixtures/__init__.py
tests/generators/__init__.py
tests/predicates/__init__.py
tutorial_config/example2.yaml
tutorial_config/tutorial_config.yaml
tutorial_config/tutorial_data.csv