openfoam/applications/utilities/postProcessing/dataConversion/foamToVTK
Andrew Heather 2defba00a9 ENH: Lagrangian - provided backwards compatibility for cases using the
old "positions" file form

The change to barycentric-based tracking changed the contents of the
cloud "positions" file to a new format comprising the barycentric
co-ordinates and other cell position-based info.  This broke
backwards compatibility, providing no option to restart old cases
(v1706 and earlier), and caused difficulties for dependent code, e.g.
for post-processing utilities that could only infer the contents only
after reading.

The barycentric position info is now written to a file called
"coordinates" with provision to restart old cases for which only the
"positions" file is available. Related utilities, e.g. for parallel
running and data conversion have been updated to be able to support both
file types.

To write the "positions" file by default, use set the following option
in the InfoSwitches section of the controlDict:

    writeLagrangianPositions 1;
2017-09-13 13:13:36 +01:00
..
Make ENH: replace foamToVTK routines with library-level equivalents 2017-05-22 16:13:53 +02:00
findClouds.H ENH: Lagrangian - provided backwards compatibility for cases using the 2017-09-13 13:13:36 +01:00
foamToVTK.C ENH: Lagrangian - provided backwards compatibility for cases using the 2017-09-13 13:13:36 +01:00
foamVtkLagrangianWriter.C COMP: writeVTK: label64 compilation 2017-06-15 12:31:37 +01:00
foamVtkLagrangianWriter.H ENH: consolidate vtk classes into 'Foam::vtk' namespace 2017-06-13 14:10:07 +02:00
foamVtkLagrangianWriterTemplates.C ENH: consolidate vtk classes into 'Foam::vtk' namespace 2017-06-13 14:10:07 +02:00
readFields.C ENH: lazier field loading in foamToVTK 2017-07-04 11:57:54 +02:00
readFields.H ENH: lazier field loading in foamToVTK 2017-07-04 11:57:54 +02:00