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

12 lines
205 B
Text
Raw Normal View History

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