Adding floatingObject tutorial case.

This commit is contained in:
graham
2009-10-19 15:58:40 +01:00
parent f7becf36bc
commit f14d76738b
16 changed files with 656 additions and 0 deletions

View File

@ -0,0 +1,24 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object cellSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
name c0;
action invert;
topoSetSources ();
// ************************************************************************* //