/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 12 \\/ M anipulation | ------------------------------------------------------------------------------- Description Executes primitiveMesh::checkMesh to check the distortion of moving meshes \*---------------------------------------------------------------------------*/ type checkMesh; libs ("libutilityFunctionObjects.so"); executeControl timeStep; executeInterval 1; // ************************************************************************* //