mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cosmetics - output message
This commit is contained in:
@ -249,10 +249,10 @@ template<class ParcelType>
|
|||||||
void Foam::KinematicCloud<ParcelType>::info() const
|
void Foam::KinematicCloud<ParcelType>::info() const
|
||||||
{
|
{
|
||||||
Info<< "Cloud: " << this->name() << nl
|
Info<< "Cloud: " << this->name() << nl
|
||||||
<< " Parcels added during this run = "
|
<< " Total number of parcels added = "
|
||||||
<< returnReduce(this->injection().parcelsAddedTotal(), sumOp<label>())
|
<< returnReduce(this->injection().parcelsAddedTotal(), sumOp<label>())
|
||||||
<< nl
|
<< nl
|
||||||
<< " Mass introduced during this run = "
|
<< " Total mass introduced = "
|
||||||
<< returnReduce(this->injection().massInjected(), sumOp<scalar>())
|
<< returnReduce(this->injection().massInjected(), sumOp<scalar>())
|
||||||
<< nl
|
<< nl
|
||||||
<< " Current number of parcels = "
|
<< " Current number of parcels = "
|
||||||
|
|||||||
Reference in New Issue
Block a user