From 7724f8e3851abfb55c5154c8426f011fe4c260e4 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Fri, 19 Jul 2024 19:02:20 +0200 Subject: [PATCH 1/2] typo fixes --- mkdocs/docs/HPC/openFOAM.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs/docs/HPC/openFOAM.md b/mkdocs/docs/HPC/openFOAM.md index 09d04efe709..c03732a9bcc 100644 --- a/mkdocs/docs/HPC/openFOAM.md +++ b/mkdocs/docs/HPC/openFOAM.md @@ -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 @@ -285,7 +285,7 @@ specify in `system/controlDict` (see also - instruct OpenFOAM to write out results at a reasonable frequency, **certainly *not*** for every single time step}; you can control this using the `writeControl`, `writeInterval`, etc. keywords; -- consider only retaining results for the last couple of time steps, +- consider only retaining results for the last couple of steps, see the `purgeWrite` keyword; - consider writing results for only part of the domain (e.g., a line @@ -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 From 303d067b08667fdd039b30b139b851376f55610f Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Fri, 19 Jul 2024 19:06:01 +0200 Subject: [PATCH 2/2] re-add times --- mkdocs/docs/HPC/openFOAM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/openFOAM.md b/mkdocs/docs/HPC/openFOAM.md index c03732a9bcc..8f83201d6a4 100644 --- a/mkdocs/docs/HPC/openFOAM.md +++ b/mkdocs/docs/HPC/openFOAM.md @@ -285,7 +285,7 @@ specify in `system/controlDict` (see also - instruct OpenFOAM to write out results at a reasonable frequency, **certainly *not*** for every single time step}; you can control this using the `writeControl`, `writeInterval`, etc. keywords; -- consider only retaining results for the last couple of steps, +- consider only retaining results for the last couple of time steps, see the `purgeWrite` keyword; - consider writing results for only part of the domain (e.g., a line