OpenFOAM-4.x/tutorials/incompressible/shallowWaterFoam/squareBump/constant/gravitationalProperties
2016-06-28 11:59:45 +01:00

21 lines
982 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object gravitationalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
g g [0 1 -2 0 0 0 0] (0 0 -9.81);
rotating true;
Omega Omega [0 0 -1 0 0 0 0] (0 0 7.292e-5);
// ************************************************************************* //