mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- makes fvPatch consistent with faPatch etc and can simplify coding ENH: handle sizing within extrapolateInternal() patch field methods - reduces reliance on any sub-components ENH: extend polyBoundaryMesh patch selectors - indices_if() method with a predicate, or with a patch-type behaves similarly to findPatchIDs(), but returns a sorted labelList instead of a labelHashSet - nFaces_if() method with a predicate return the number of boundary faces for patches matching the given predicate.