Files
OpenFOAM-12/etc/caseDicts/postProcessing/mesh/checkMesh

20 lines
770 B
C++

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