Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david-montiel-t authored May 14, 2024
1 parent b3d2dec commit 7b33899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postprocess_scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For each row, the first column corresponds to the frame number, the second to th

This script calculates the total area (or length, in a 2D system) of the interface between two phases defined by the field variable "n".

The numerical integral ![formula](https://render.githubusercontent.com/render/math?math=A_{int}=2\int_{\delta\Omega}nd^2r) is used to calculate the *area* of a 2D interface
The numerical integral $A_{int}=2\int_{\delta\Omega}nd^2r$ ![formula](https://render.githubusercontent.com/render/math?math=A_{int}=2\int_{\delta\Omega}nd^2r) is used to calculate the *area* of a 2D interface
in a 3D system, where ![formula](https://render.githubusercontent.com/render/math?math=\delta\Omega) is the contour surface at *n=0.5*.

The numerical integral ![formula](https://render.githubusercontent.com/render/math?math=L_{int}=2\int_{\delta%20l}ndr) is used to the *length* of the 1D
Expand Down Expand Up @@ -79,4 +79,4 @@ This script splits the output .vtu files into several files, allowing for parall

\$ python splitvtufiles.py <no. files>

where <no. files> is the number of files into which you want to split each solution\*.vtu file.
where <no. files> is the number of files into which you want to split each solution\*.vtu file.

0 comments on commit 7b33899

Please sign in to comment.