openfoam/tutorials/verificationAndValidation/turbulentInflow/PCF
2020-06-29 17:27:54 +01:00
..
0.orig REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
constant REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
system REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
Allclean GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
Allrun GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
Allrun.pre GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
plot ENH: simplify turbulentDigitalFilterInlet BC 2020-06-11 13:30:30 +01:00
README GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00

#------------------------------------------------------------------------------

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

- turbulentDFSEMInlet (DFSEM)
- turbulentDigitalFilterInlet (DFM)
- turbulentDigitalFilterInlet with the forward-stepwise method (FSM)

The input statistics are obtained from:

    Moser, R. D., Kim, J., & Mansour, N. N. (1999).
    Direct numerical simulation of turbulent channel flow up to Reτ=590.
    Physics of fluids, 11(4), 943-945.
    DOI:10.1063/1.869966

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

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

    https://turbulence.oden.utexas.edu/data/MKM/chan395/

Executing:

./Allrun

The script will run the test case, and collect the plots and samples into
the 'results' directory.


#------------------------------------------------------------------------------