openfoam/applications/utilities/postProcessing/dataConversion/foamToGMV
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 COMP: sampling: moved sampledSet writing to fileFormats 2012-11-16 13:13:39 +00:00
foamToGMV.C MRG: Integrated Foundation code to commit ba4dbed 2017-03-23 12:11:49 +00:00
gmvOutput.H ENH: Lagrangian - provided backwards compatibility for cases using the 2017-09-13 13:13:36 +01:00
gmvOutputHeader.H STYLE: use forAll macro in more places, avoid LF-CR endings 2010-04-23 18:35:55 +02:00
gmvOutputLagrangian.H ENH: Use const reference instead of const copy in loop 2010-04-13 09:57:33 +01:00
gmvOutputParcels.H STYLE: use forAllIter, forAllConstIter instead of long-hand version 2010-04-12 11:18:38 +02:00
gmvOutputSpray.H STYLE: use forAllIter, forAllConstIter instead of long-hand version 2010-04-12 11:18:38 +02:00
gmvOutputTail.H STYLE: use forAllIter, forAllConstIter instead of long-hand version 2010-04-12 11:18:38 +02:00
itoa.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
itoa.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
moveMesh.H ENH: make search of instances in IOobject::typeHeaderOk optional (issue #245) 2016-11-21 14:28:40 +01:00
readConversionProperties.H ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction 2010-06-02 09:48:07 +01:00