mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- redistributePar to have almost (complete) functionality of decomposePar+reconstructPar - low-level distributed Field mapping - support for mapping surfaceFields (including flipping faces) - support for decomposing/reconstructing refinement data
13 lines
307 B
Bash
Executable File
13 lines
307 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Source tutorial clean functions
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
# Restore default dictionaries
|
|
cp system/decomposeParDict-2 system/decomposeParDict
|
|
cp system/controlDict-startTime system/controlDict
|
|
|
|
cleanCase
|
|
rm -f constant/polyMesh/boundary
|
|
rm -f constant/polyMesh/procAddressing
|