31 lines
1.0 KiB
C++
31 lines
1.0 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v2012 |
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class volVectorField;
|
|
object U;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
inlet
|
|
{
|
|
type turbulentDigitalFilterInlet;
|
|
n ( 64 70 );
|
|
L
|
|
(
|
|
0.78035508 0.31085352 0.342261 0.1728125 0.171875
|
|
0.22459375 0.172787596 0.171889998 0.224578995
|
|
);
|
|
Ubulk 20.133;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|