69 lines
1.8 KiB
C++
69 lines
1.8 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.7.1 |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class volScalarField;
|
|
location "0";
|
|
object k;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
dimensions [0 2 -2 0 0 0 0];
|
|
|
|
internalField uniform 0.00000001;
|
|
|
|
boundaryField
|
|
{
|
|
inlet
|
|
{
|
|
type inletOutlet;
|
|
inletValue uniform 0.00000001;
|
|
value uniform 0.00000001;
|
|
}
|
|
outlet
|
|
{
|
|
type inletOutlet;
|
|
inletValue uniform 0.00000001;
|
|
value uniform 0.00000001;
|
|
}
|
|
"wall."
|
|
{
|
|
type kqRWallFunction;
|
|
value uniform 0.00000001;
|
|
}
|
|
bathy
|
|
{
|
|
type kqRWallFunction;
|
|
value uniform 0.00000001;
|
|
}
|
|
bloc0
|
|
{
|
|
type kqRWallFunction;
|
|
value uniform 0.00000001;
|
|
}
|
|
bloc1
|
|
{
|
|
type kqRWallFunction;
|
|
value uniform 0.00000001;
|
|
}
|
|
defaultFaces
|
|
{
|
|
type empty;
|
|
}
|
|
atmosphere
|
|
{
|
|
type inletOutlet;
|
|
inletValue uniform 0.00000001;
|
|
value uniform 0.00000001;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|