changed info message
This commit is contained in:
parent
ad67ebcf57
commit
a41e845f97
@ -229,7 +229,7 @@ void Foam::KinematicCloud<ParcelType>::evolve()
|
||||
template<class ParcelType>
|
||||
void Foam::KinematicCloud<ParcelType>::info() const
|
||||
{
|
||||
Info<< "Cloud name: " << this->name() << nl
|
||||
Info<< "Cloud: " << this->name() << nl
|
||||
<< " Parcels added during this run = "
|
||||
<< returnReduce(this->injection().parcelsAddedTotal(), sumOp<label>())
|
||||
<< nl
|
||||
|
Loading…
Reference in New Issue
Block a user