1 gmvFile << "tracers " << particles.size() << nl;
4 Cloud<passiveParticle>::iterator elmnt = particles.begin();
5 elmnt != particles.end();
9 gmvFile << elmnt().position().x() << " ";
14 Cloud<passiveParticle>::iterator elmnt = particles.begin();
15 elmnt != particles.end();
19 gmvFile << elmnt().position().y() << " ";
24 Cloud<passiveParticles>::iterator elmnt = particles.begin();
25 elmnt != particles.end();
29 gmvFile << elmnt().position().z() << " ";
33 forAll(lagrangianScalarNames, i)
35 word name = lagrangianScalarNames[i];
52 gmvFile << name << nl;
54 for (label n = 0; n < s.size(); n++)
56 gmvFile << s[n] << token::SPACE;
65 gmvFile << "endtrace"<< nl;