Closed danieldouglas92 closed 1 week ago
I'm not sure why the dealii-master tests suite is failing, but this seems like something outside of the scope of this PR?
/rebuild
There is actually a test for this postprocessor in darcy_convection_step.prm
, but the reason this bug wasn't found in that test is that the solid velocity was 0! I could modify another test which uses the darcy field
advection method with a non zero solid velocity though?
I could modify another test
that would be great!
I decided it would be best to just update the existing test and make the solid velocity non-zero, there wasn't an existing test where it would be clear to see that the solid velocity was properly being taken into account in the post-processing.
/rebuild
Within the darcy velocity postprocessor, the multiplier which converts the units of the darcy velocity to years instead of seconds was not being multiplied by the solid velocity, this PR fixes this unit discrepancy.