openfoam/applications/utilities/postProcessing
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
..
dataConversion ENH: add optional agglomeration coefficent to random decomposition 2022-05-09 14:52:47 +02:00
lagrangian ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
lumped ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
miscellaneous ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
noise ENH: relocate graph writers to meshTools (not reqd by core OpenFOAM lib) 2022-02-21 19:53:21 +01:00
optimisation STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
postProcess ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00