mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
changed info message
This commit is contained in:
@ -229,7 +229,7 @@ void Foam::KinematicCloud<ParcelType>::evolve()
|
|||||||
template<class ParcelType>
|
template<class ParcelType>
|
||||||
void Foam::KinematicCloud<ParcelType>::info() const
|
void Foam::KinematicCloud<ParcelType>::info() const
|
||||||
{
|
{
|
||||||
Info<< "Cloud name: " << this->name() << nl
|
Info<< "Cloud: " << this->name() << nl
|
||||||
<< " Parcels added during this run = "
|
<< " Parcels added during this run = "
|
||||||
<< returnReduce(this->injection().parcelsAddedTotal(), sumOp<label>())
|
<< returnReduce(this->injection().parcelsAddedTotal(), sumOp<label>())
|
||||||
<< nl
|
<< nl
|
||||||
|
|||||||
Reference in New Issue
Block a user