You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I run the "paraFoam" command in the terminal, a segmentation fault (core dumped) error occurs.
Here is the exact cause of the vulnerability.
In the official example "cavity", the folder "cavity/0/" contains the initial values and boundary conditions of each field. I used the file mutator to mutate the "p" (pressure field) file in the folder and changed the file format as follows:
i.e. "dimensions" is mutated to "dimensions123".
After that run the following command:
blockMesh ### draw mesh ####
icoFoam ###Calculate using the icoFoam solver###
paraFoam ### view Foam using paraview###