openfoam/tutorials/lagrangian/reactingParcelFoam
Mark Olesen 1b76ff6001 BUG: vtkCloud suppresses output for empty clouds (closes #866)
- the original intention was to avoid vtp output when the clouds are
  empty anyhow. However, it is useful for post-processing to have
  clouds with zero parcels (eg, before the start of injection).

  Pruning of empty clouds is now an option in the vtkCloud dictionary
  controls, with the default being false (no pruning). This represents
  a non-breaking change in behaviour since it generates more output
  than previously.

  Example,
  {
      type    vtkCloud;
      //- Suppress writing of empty clouds (default: false)
      prune   true;
  }
2018-07-11 07:53:51 +02:00
..
counterFlowFlame2DLTS ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
cylinder ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
filter BUG: vtkCloud suppresses output for empty clouds (closes #866) 2018-07-11 07:53:51 +02:00
hotBoxes ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
parcelInBox ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
rivuletPanel ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
splashPanel ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
verticalChannel ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
verticalChannelLTS ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00