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.
6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions
|
|
|
|
cleanCase0
|