Part 5

This notebook was added later, used for validating the results.
Basically this notebook loads the postprocessed data from Part1 - Part4 and verifies some scaling relations.

First load some references

Check if Output should be generated

Only if the output directories were previously created via Part0_PrintingNip_Setup output is stored to the subdirectories.
Otherwise, datatables are stored directly to the working directory and plots displayed in the notebook.
The plots are not adjusted to look "nice" in the notebook.
This is not part of the ValidationTestRunner.

Load Datatables

Number of Rows in DataTables and number of sessions should be equal and not empty:
The Values set here to check the number of sessions depends on the settings in Part1_*_Run-Part4_*_Run.
The following is expected:

Part1 : Compute some slopes and assert the scaling

First compute the proportionality of some physical values $z \propto \varepsilon^\alpha$ for the simulations in Part1.
Namely the rounded values in Table 1 of https://doi.org/10.1063/5.0139000 to the first digit i.e. $\pm 0.05$

image.png

Case A - dp = 0, V = const, h variable

Case B - dp = const, V = 0, h variable

Part2 : Verify that the stagnation point remains constant and at the expected position

stagnation point is set to $x_s \approx 0.01 m$

Part3 & 4 not explicitly tested, but with the prior tests it is verified the simulations reproduce the expected results and are runnable