repo.or.cz
/
OpenFOAM-1.6-ext.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git]
/
tutorials
/
lagrangian
/
icoLagrangianFoam
/
channelParticles
/
customRegexp
blob
61f6859173070a8e9276a569b97d583e4cb00dd9
1
particleNum
2
{
3
theTitle "Number of particles";
4
expr "Current number of parcels + = (%f%)";
5
titles ( nr);
6
}
7
particlesAdded
8
{
9
theTitle "Particles added";
10
expr "Added (%f%) new parcels";
11
titles ( nr );
12
}