openfoam/applications/utilities/postProcessing/dataConversion
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
..
foamDataToFluent GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamToEnsight ENH: bundle Pstream:: AllGather methods 2022-03-31 15:56:04 +02:00
foamToGMV COMP: remove includes of defunct locations (fixes #2143) 2021-06-29 13:43:44 +02:00
foamToTetDualMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
foamToVTK ENH: add optional agglomeration coefficent to random decomposition 2022-05-09 14:52:47 +02:00
smapToFoam ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00