Skip to content

Commit

Permalink
FSI Task 3: Fix typo on path
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Oct 11, 2024
1 parent 33939e8 commit 50989cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsi-workflow/03_fluidMesh/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50989cb

Please sign in to comment.