Overview This folder contains files related to the pressure field and relative pressure jump error in the stationarydroplet test case. Below is a description of each file and its purpose. - 2D DATA: Results from 2D numerical simulations fort.610: These files contain the phase function C and pressure P profiles across the droplet; #Column1: Coordinate #Column2: C #Column3: P pp1d.gnu: A Gnuplot script used to visualize the pressure profiles. To plot the profiles using Gnuplot, run the following commands: gnuplot pp1d.gnu pdflatex *.tex - 3D DATA: Results from 3D numerical simulations deltap_3d.txt: #Column1: Grid resolution #Column2: P[rR] #Column4: P[r<0.5R] #Column5: P[r>1.5R] deltap.gnu: A Gnuplot script used to visualize the pressure jump errors. Run the following commands: gnuplot deltap.gnu pdflatex *.tex