mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvMeshFunctionObject: Improved log output
This commit is contained in:
@ -46,8 +46,8 @@ bool Foam::functionObjects::fvMeshFunctionObject::write(const word& fieldName)
|
|||||||
{
|
{
|
||||||
const regIOobject& field = mesh_.lookupObject<regIOobject>(fieldName);
|
const regIOobject& field = mesh_.lookupObject<regIOobject>(fieldName);
|
||||||
|
|
||||||
Info<< type() << " " << name() << " writing:" << nl
|
Info<< "functionObjects::" << type() << " " << name()
|
||||||
<< " field " << field.name() << nl << endl;
|
<< " writing field: " << field.name() << endl;
|
||||||
|
|
||||||
field.write();
|
field.write();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user