/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2512                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
FoamFile
{
    version         2;
    format          ascii;
    class           dictionary;
    object          dynamicMeshDict;
}

dynamicFvMesh   staticFvMesh;

motionSolverLibs ( fvMotionSolvers );

motionSolver    displacementPointSmoothing;

displacementPointSmoothingCoeffs
{
    pointSmoother   geometricElementTransform;
    transformationParameter 0.667;
    nPointSmootherIter 10;
}


// ************************************************************************* //
