ENH: Function objects - notify when writing results

This commit is contained in:
andy
2013-08-14 11:10:27 +01:00
parent 00800bbc1d
commit 98cc307aec
14 changed files with 47 additions and 26 deletions

View File

@ -157,10 +157,11 @@ void Foam::Lambda2::write()
Lambda2 = -eigenValues(SSplusWW)().component(vector::Y);
Lambda2.write();
Info<< type() << " " << name_ << " output:" << nl
<< " writing field " << Lambda2.name() << nl
<< endl;
Info<< type() << " output:" << nl
<< " writing " << Lambda2.name() << " field" << nl << endl;
Lambda2.write();
}
}