-
Geometry calculation scheme that performs geometry updates only in regions where the mesh has changed, identified by comparing current and old points. Example usage in fvSchemes: geometry { type solidBody; // Optional entries // If set to false, update the entire mesh partialUpdate yes; // Cache the motion addressing (changed points, faces, cells etc) cacheMotion yes; }
6a8ddbb2