functionObjects: minor reformatting of output

This commit is contained in:
Henry Weller
2016-05-18 13:37:08 +01:00
parent 982ebe6f59
commit aa4b93068b
3 changed files with 5 additions and 5 deletions

View File

@ -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);

View File

@ -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();
} }

View File

@ -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
( (