Adding pressure field measurement, internal and surface.

This commit is contained in:
graham
2009-07-15 15:28:04 +01:00
parent cadba3c278
commit 9321f7e1e5
2 changed files with 51 additions and 3 deletions

View File

@ -113,7 +113,16 @@ void Foam::calc(const argList& args, const Time& runTime, const fvMesh& mesh)
return;
}
wordList extensiveVVFNames(IStringStream ("(momentumMean)")());
wordList extensiveVVFNames
(
IStringStream
(
"( \
momentumMean \
fDMean \
)"
)()
);
PtrList<volVectorField> extensiveVVFs(extensiveVVFNames.size());