Files
OpenFOAM-12/tutorials/resources/blockMesh/sloshingTank2D
2024-07-06 16:02:47 +01:00

25 lines
844 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
depth 1; // Depth of tank (x-direction)
xCells 1; // Number of cells in the depth
frontAndBackPatchType empty; // Type of the front and back patch
#include "sloshingTank"
// ************************************************************************* //