repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Upgrade case file headers
[foam-extend-3.2.git]
/
tutorials
/
lagrangian
/
icoLagrangianFoam
/
channelParticles
/
customRegexp
blob
c318dd85ac5f6e57dcdbe3adba48f0b09a7fc4a4
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
}