Skip to content

Commit

Permalink
Merge pull request #656 from lbarraga/openfoam-typos
Browse files Browse the repository at this point in the history
Openfoam typos
  • Loading branch information
boegel authored Aug 2, 2024
2 parents 3796a09 + 303d067 commit ec13be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/openFOAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ it does not prevent that illegal operations (like a division by zero)
are being executed; if `NaN` values appear in your results, floating
point errors are occurring.

As such, **you should *not* use this in productions runs. Instead, you should track down the root cause of the floating
As such, **you should *not* use this in production runs. Instead, you should track down the root cause of the floating
point errors, and try to prevent them from occurring at all.

## OpenFOAM workflow
Expand Down Expand Up @@ -302,7 +302,7 @@ For modest OpenFOAM simulations where a single workernode suffices,
consider using the local disk of the workernode as working directory
(accessible via `$VSC_SCRATCH_NODE`), rather than the shared
`$VSC_SCRATCH` filesystem. **Certainly do not use a subdirectory in `$VSC_HOME` or `$VSC_DATA`, since these shared filesystems are too slow
for these type of workloads.
for these types of workloads.

{% if site == gent %}
For large parallel OpenFOAM simulations on the {{university}} Tier-2 clusters, consider
Expand Down

0 comments on commit ec13be8

Please sign in to comment.