mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Updated tutorials
This commit is contained in:
@ -1,22 +0,0 @@
|
||||
"E(k)"
|
||||
"k"
|
||||
"E(k)"
|
||||
(0 0 0)
|
||||
(0 0 0)
|
||||
1
|
||||
(
|
||||
|
||||
"E(k)"
|
||||
0
|
||||
8
|
||||
(
|
||||
(5.86431 0.000436377 0)
|
||||
(11.7286 3.48387e-06 0)
|
||||
(17.5929 6.63884e-14 0)
|
||||
(23.4572 4.68122e-28 0)
|
||||
(29.3215 6.81256e-37 0)
|
||||
(35.1858 4.37547e-35 0)
|
||||
(41.0501 1.40555e-36 0)
|
||||
(46.9145 1.95116e-34 0)
|
||||
)
|
||||
)
|
||||
@ -1,8 +0,0 @@
|
||||
1.02593 7.63421e-05
|
||||
0.00204766 6.08238e-10
|
||||
1.73423e-11 6.54427e-26
|
||||
6.87852e-26 1.3727e-54
|
||||
6.40659e-35 1.48851e-72
|
||||
2.85745e-33 3.55332e-69
|
||||
6.74385e-35 2.30909e-72
|
||||
7.16752e-33 2.98095e-68
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,57 +0,0 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "1";
|
||||
object enstrophy;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [ 0 0 -2 0 0 0 0 ];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
patch0_half0
|
||||
{
|
||||
type cyclic;
|
||||
value uniform 0;
|
||||
}
|
||||
patch1_half0
|
||||
{
|
||||
type cyclic;
|
||||
value uniform 0;
|
||||
}
|
||||
patch2_half0
|
||||
{
|
||||
type cyclic;
|
||||
value uniform 0;
|
||||
}
|
||||
patch2_half1
|
||||
{
|
||||
type cyclic;
|
||||
value uniform 0;
|
||||
}
|
||||
patch1_half1
|
||||
{
|
||||
type cyclic;
|
||||
value uniform 0;
|
||||
}
|
||||
patch0_half1
|
||||
{
|
||||
type cyclic;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user