pmgbergen / porepy

Python Simulation Tool for Fractured and Deformable Porous Media
GNU General Public License v3.0
251 stars 88 forks source link

1156 test scaling #1173

Closed IngridKJ closed 5 months ago

IngridKJ commented 5 months ago

Proposed changes

This PR addresses #1156 and concerns testing of scaling in the model classes in PorePy (fluid mass balance, energy balance, momentum balance etc.). Specifically, the tests that are altered are the test_unit_conversion tests. They are now using nontrivial material parameter values. The values are stored in fluid_values.py and solid_values.py in the dictionaries "extended_X_values_for_testing", where X is either water or granite.

Types of changes

What types of changes does this PR introduce to PorePy?

Checklist