Skip to content
  • Andrew Heather's avatar
    ENH: Added new solidBodyFvGeometryScheme · 6a8ddbb2
    Andrew Heather authored and Andrew Heather's avatar Andrew Heather committed
    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