.gitignore
LICENSE
README.md
conftest.py
doc_requirements.txt
requirements.txt
setup.cfg
setup.py
test_requirements.txt
.github/workflows/python-package.yml
.github/workflows/python-sphinx-doc.yml
.github/workflows/pythonpublish.yml
docs/command_line_options.rst
docs/conf.py
docs/config_file_format.md
docs/index.rst
docs/usage_as_a_library.rst
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/friable_sand_calibration.csv
examples/friable_sand_example.yaml
examples/patchy_cement_calibration.csv
examples/patchy_cement_example.yaml
fixtures/__init__.py
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/tutorial_config/tutorial_config.yaml
src/open_petro_elastic/tutorial_config/tutorial_data.csv
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/generators/__init__.py
tests/predicates/__init__.py
tests/snapshots/__init__.py
tests/snapshots/snap_test_config_fluids.py
tests/snapshots/snap_test_depth_trend.py
tests/snapshots/snap_test_dryrock.py
tests/snapshots/snap_test_fluid_substitution.py
tests/snapshots/snap_test_murphy_coordination_number.py
tests/snapshots/snap_test_pressure.py
tutorial_config/example2.yaml
tutorial_config/tutorial_config.yaml
tutorial_config/tutorial_data.csv