mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
functionObjects: minor reformatting of output
This commit is contained in:
@ -57,7 +57,7 @@ void Foam::functionObjects::histogram::writeGraph
|
|||||||
outputPath/formatterPtr_().getFileName(coords, fieldNames)
|
outputPath/formatterPtr_().getFileName(coords, fieldNames)
|
||||||
);
|
);
|
||||||
|
|
||||||
Info<< "Writing histogram of " << fieldName
|
Info<< " Writing histogram of " << fieldName
|
||||||
<< " to " << graphFile.name() << endl;
|
<< " to " << graphFile.name() << endl;
|
||||||
|
|
||||||
List<const scalarField*> yPtrs(1);
|
List<const scalarField*> yPtrs(1);
|
||||||
|
|||||||
@ -79,7 +79,7 @@ void Foam::functionObjects::regionSizeDistribution::writeGraph
|
|||||||
|
|
||||||
OFstream str(outputPath/formatterPtr_().getFileName(coords, valNames));
|
OFstream str(outputPath/formatterPtr_().getFileName(coords, valNames));
|
||||||
|
|
||||||
Info<< "Writing distribution of " << valueName << " to " << str.name()
|
Info<< " Writing distribution of " << valueName << " to " << str.name()
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|
||||||
List<const scalarField*> valPtrs(1);
|
List<const scalarField*> valPtrs(1);
|
||||||
@ -163,9 +163,9 @@ void Foam::functionObjects::regionSizeDistribution::writeAlphaFields
|
|||||||
<< fvc::domainIntegrate(backgroundAlpha).value()
|
<< fvc::domainIntegrate(backgroundAlpha).value()
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|
||||||
Info<< "Writing liquid-core field to " << liquidCore.name() << endl;
|
Info<< " Writing liquid-core field to " << liquidCore.name() << endl;
|
||||||
liquidCore.write();
|
liquidCore.write();
|
||||||
Info<< "Writing background field to " << backgroundAlpha.name() << endl;
|
Info<< " Writing background field to " << backgroundAlpha.name() << endl;
|
||||||
backgroundAlpha.write();
|
backgroundAlpha.write();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -781,7 +781,7 @@ bool Foam::functionObjects::wallBoundedStreamLine::write(const bool postProcess)
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
Info<< "Writing data to " << vtkFile.path() << endl;
|
Info<< " Writing data to " << vtkFile.path() << endl;
|
||||||
|
|
||||||
scalarFormatterPtr_().write
|
scalarFormatterPtr_().write
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user