openfoam/src/dynamicMesh/polyMeshFilter
Mattijs Janssens 46dbfabd9d ENH: primitiveMesh: make geometry calculation runtime selectable
This adds a 'geometry' scheme section to the system/fvSchemes:

geometry
{
    type            highAspectRatio;
}

These 'fvGeometryMethod's are used to calculate
- deltaCoeffs
- nonOrthoCoeffs
etc and can even modify the basic face/cellCentres calculation.
2020-12-11 10:31:34 +00:00
..
polyMeshFilter.C ENH: primitiveMesh: make geometry calculation runtime selectable 2020-12-11 10:31:34 +00:00
polyMeshFilter.H ENH: use unique_ptr for resource handling in dynamicMesh 2020-05-14 02:16:58 +02:00
polyMeshFilterSettings.C ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
polyMeshFilterSettings.H STYLE: return Switch by value, not const-reference 2020-02-21 11:44:29 +01:00
polyMeshFilterSettingsI.H STYLE: return Switch by value, not const-reference 2020-02-21 11:44:29 +01:00
polyMeshFilterTemplates.C GIT: Header file updates 2019-10-31 14:48:44 +00:00