openfoam/tutorials/multiphase/interFoam/ras/damBreak/0/R
2009-07-23 12:22:48 +01:00

57 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volSymmTensorField;
location "0";
object R;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [ 0 2 -2 0 0 0 0 ];
internalField uniform ( 0 0 0 0 0 0 );
boundaryField
{
leftWall
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
rightWall
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
lowerWall
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
atmosphere
{
type inletOutlet;
inletValue uniform ( 0 0 0 0 0 0 );
value uniform ( 0 0 0 0 0 0 );
}
defaultFaces
{
type empty;
}
}
// ************************************************************************* //