Files
openfoam/tutorials/mesh/moveDynamicMesh/rotorDisk_inclined/constant/dynamicMeshDict

32 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2506 |
| \\ / 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;
}
// ************************************************************************* //