- enhance POSIX compliance - apply distinct colours and dash type for each line - standardize the frame size to 1200x627 - dynamically replace the title with <function-object-name>/<file-name> - address underscore character issues - introduce legend components for tensors - resolve a bug caused by parentheses in tensor files BUG: particleTrackProperties: correct the typo (fixes #3050)
26 lines
948 B
C++
26 lines
948 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v2306 |
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object particleTrackProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
cloud reactingCloud1;
|
|
|
|
sampleFrequency 1;
|
|
|
|
maxPositions 1000000;
|
|
|
|
setFormat vtk;
|
|
|
|
// ************************************************************************* //
|