From feacb90392d84004088c1f42356272f07680a24c Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Mon, 11 Nov 2013 13:17:15 +0000 Subject: [PATCH] ENH: surfaceInterpolateFields function object - tidied output --- .../field/surfaceInterpolateFields/surfaceInterpolateFields.C | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.C b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.C index cf2d128a0ad..53e991d76bd 100644 --- a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.C +++ b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.C @@ -92,6 +92,8 @@ void Foam::surfaceInterpolateFields::execute() { if (active_) { + Info<< type() << " " << name_ << " output:" << nl; + // Clear out any previously loaded fields ssf_.clear(); svf_.clear(); @@ -104,6 +106,8 @@ void Foam::surfaceInterpolateFields::execute() interpolateFields<sphericalTensor>(sSpheretf_); interpolateFields<symmTensor>(sSymmtf_); interpolateFields<tensor>(stf_); + + Info<< endl; } } -- GitLab