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