-
- Downloads
ENH: add fvPatch::offset() as pass-through to polyPatch::offset()
- 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.
Showing
- applications/solvers/compressible/rhoCentralFoam/BCs/T/smoluchowskiJumpTFvPatchScalarField.C 2 additions, 2 deletions...hoCentralFoam/BCs/T/smoluchowskiJumpTFvPatchScalarField.C
- src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C 3 additions, 3 deletions...fields/pointPatchFields/pointPatchField/pointPatchField.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H 18 additions, 2 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.txx 77 additions, 4 deletions...OAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.txx
- src/finiteArea/faMesh/faPatches/constraint/cyclic/cyclicFaPatch.C 2 additions, 2 deletions...teArea/faMesh/faPatches/constraint/cyclic/cyclicFaPatch.C
- src/finiteArea/faMesh/faPatches/constraint/processor/processorFaPatch.C 2 additions, 2 deletions.../faMesh/faPatches/constraint/processor/processorFaPatch.C
- src/finiteArea/faMesh/faPatches/faPatch/faPatchTemplates.C 3 additions, 2 deletionssrc/finiteArea/faMesh/faPatches/faPatch/faPatchTemplates.C
- src/finiteArea/fields/faPatchFields/faPatchField/faPatchField.C 11 additions, 3 deletions...niteArea/fields/faPatchFields/faPatchField/faPatchField.C
- src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C 11 additions, 3 deletions...teVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C
- src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C 2 additions, 2 deletions...Volume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C
- src/finiteVolume/fvMesh/fvPatches/constraint/cyclicACMI/cyclicACMIFvPatch.C 2 additions, 2 deletions...vMesh/fvPatches/constraint/cyclicACMI/cyclicACMIFvPatch.C
- src/finiteVolume/fvMesh/fvPatches/constraint/cyclicAMI/cyclicAMIFvPatch.C 2 additions, 2 deletions.../fvMesh/fvPatches/constraint/cyclicAMI/cyclicAMIFvPatch.C
- src/finiteVolume/fvMesh/fvPatches/constraint/processor/processorFvPatch.C 2 additions, 2 deletions.../fvMesh/fvPatches/constraint/processor/processorFvPatch.C
- src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H 7 additions, 1 deletionsrc/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H
- src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C 3 additions, 2 deletionssrc/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C
- src/overset/oversetPolyPatch/oversetFvPatch.C 2 additions, 2 deletionssrc/overset/oversetPolyPatch/oversetFvPatch.C
Loading
Please register or sign in to comment