This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/lagrangian/icoLagrangianFoam/channelParticles/customRegexp
2013-07-18 10:50:29 +02:00

12 lines
No EOL
223 B
Text

particleNum
{
theTitle "Number of particles";
expr "Current number of parcels + = (%f%)";
titles ( nr);
}
particlesAdded
{
theTitle "Particles added";
expr "Added (%f%) new parcels";
titles ( nr );
}