openfoam/tutorials/verificationAndValidation/turbulentInflow
Mark Olesen e6dfb39c66 STYLE: remove unnecessary stdout, stderr /dev/null redirects
- no stderr redirect needed:
    * 'command -v'

- no stdout/stderr redirect needed:
    * 'rm -f'

STYLE: consistent spacing after redirects
2019-11-06 10:44:36 +01:00
..
0.orig TUT: generalize scripts for turbulentInflow 2019-06-24 12:29:19 +02:00
constant TUT: add new tutorial case for turbulent inflow BCs 2019-06-19 19:23:53 +01:00
system ENH: code simplification, improvements for reading dictionary variables 2019-10-08 18:43:38 +02:00
Allclean STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
Allrun STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
Allrun-parallel STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
createGraphs STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
README TUT: add new tutorial case for turbulent inflow BCs 2019-06-19 19:23:53 +01:00

Synthetic turbulence inflow tests
======================

The following three synthetic turbulence inflow boundary conditions are
examined through a single-cell-domain smooth-wall plane channel flow setup:

- turbulentDFSEMInlet
- turbulentDigitalFilterInlet variant=digitalFilter
- turbulentDigitalFilterInlet variant=reducedDigitalFilter

The input statistics are obtained from:

    Moser, Kim & Mansour
    "DNS of Turbulent Channel Flow up to Re_tau=590",
    Physics of Fluids (1999) vol 11, 943-945.
    doi.org/10.1063/1.869966

from which the input first-/second-order turbulence statistics data for the 
smooth-wall plane channel flow at Re=395 were used.

The data is available online from (Retrieved: 21-06-2019):

    http://turbulence.ices.utexas.edu/MKM_1999.html

Serial executing:

./Allrun

Parallel (decompositionMethod=scotch) executing:

./Allrunparallel

Both scripts run the test case, and collect the OpenFOAM samples, and plots into
the 'results' directory.