mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
- serves as a pre-processor for PDRblockMesh. Scans obstacles to determine an initial cell distribution for PDRblockMesh
12 lines
285 B
Bash
Executable File
12 lines
285 B
Bash
Executable File
#!/bin/sh
|
|
cd "${0%/*}" || exit # Run from this directory
|
|
#------------------------------------------------------------------------------
|
|
|
|
wclean libso pdrFields
|
|
|
|
wclean PDRfitMesh
|
|
|
|
wclean PDRsetFields
|
|
|
|
#------------------------------------------------------------------------------
|