mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Reference: Comte-Bellot, G., and Corrsin, S., "Simple Eulerian Time Correlation of Full- and Narrow-Band Velocity Signals in Grid-Generated, 'Isotropic' Turbulence," Journal of Fluid Mechanics, Vol. 48, No. 2, 1971, pp. 273–337.
14 lines
286 B
Bash
Executable File
14 lines
286 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
|
|
|
restore0Dir
|
|
|
|
runApplication -s createBlockMesh createBoxTurb -createBlockMesh
|
|
|
|
runApplication decomposePar
|
|
|
|
runParallel createBoxTurb
|
|
|
|
runParallel pimpleFoam
|