openfoam/applications
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
..
solvers COMP: missing linkage, unneeded linkage 2022-04-29 13:26:36 +02:00
test ENH: make op names unambiguous 2022-04-29 11:44:28 +02:00
tools ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
utilities ENH: add optional agglomeration coefficent to random decomposition 2022-05-09 14:52:47 +02:00
Allwmake BUG: foamPackRelease detects wrong build information 2021-11-04 19:56:01 +01:00