added prop headers for post-processing models

This commit is contained in:
andy
2009-05-22 13:54:08 +01:00
parent 7a157d7b9b
commit b01210e58b
10 changed files with 87 additions and 10 deletions

View File

@ -28,6 +28,12 @@ License
#include "IOstreams.H"
#include "IOPosition.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
template<class ParticleType>
Foam::string Foam::Particle<ParticleType>::propHeader = "(Px Py Pz) cellI";
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
// Construct from Istream