From 50989cb9bf16ecaa453087c5a8d7397f77ef4ab9 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 11 Oct 2024 16:31:24 +0200 Subject: [PATCH] FSI Task 3: Fix typo on path --- fsi-workflow/03_fluidMesh/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsi-workflow/03_fluidMesh/tasks.md b/fsi-workflow/03_fluidMesh/tasks.md index 77fd9e4..5f5569b 100644 --- a/fsi-workflow/03_fluidMesh/tasks.md +++ b/fsi-workflow/03_fluidMesh/tasks.md @@ -116,7 +116,7 @@ Now your `snappyHexMeshDict` is complete. As we want to perform this expensive o Open the `decomposeParDict` file in the `system` directory and substitute `ND` with `8` in `numberOfSubdomains`: this is the number of subdomains in which your case will be decomposed, and it should typically not exceed the number of cores of the system. This number needs to agree with the number of subdomains per direction, defined in `hierarchicalCoeffs` (in this case, 4x1x2). -Decompose the domain by running (in `Fluid/`): +Decompose the domain by running (in the case directory): ```shell decomposePar