Files
OpenFOAM-12/etc/caseDicts/annotated/steadyParticleTracksDict
2024-07-06 16:02:47 +01:00

23 lines
796 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object steadyParticleTracksDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Name of the cloud for which to create tracks
cloudName cloud;
// Fields to write out with the tracks
fields (d U T);
// ************************************************************************* //