openfoam/applications/utilities
Mark Olesen 0e01e530a8 ENH: add optional agglomeration coefficent to random decomposition
- specifies the number of consecutive cells to assign to the same
  randomly chosen processor. Can be used to have a less extremely
  random distribution for testing possible breaking points.

Eg,
    method random;

    coeffs
    {
        agglom  4;
    }

- Add finiteArea cellID (actually face ids) / faceLabel and procID
  for foamToVTK with -write-ids. Useful when this type of information
  is needed.
2022-05-09 14:52:47 +02:00
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea ENH: additional decompose options 2021-11-09 15:44:54 +01:00
mesh COMP: missing linkage, unneeded linkage 2022-04-29 13:26:36 +02:00
miscellaneous ENH: bundle broadcasts (#2371) 2022-04-29 11:44:28 +02:00
parallelProcessing ENH: relocate/refactor fvMeshSubset 2022-04-29 11:44:29 +02:00
postProcessing ENH: add optional agglomeration coefficent to random decomposition 2022-05-09 14:52:47 +02:00
preProcessing ENH: add GeometricBoundaryField evaluateCoupled method (#2436) 2022-04-29 11:44:29 +02:00
surface BUG: cut/paste error in searchableExtrudedCircle 2022-04-29 11:43:58 +02:00
thermophysical ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00