MRG: Integrated foundation code

This commit is contained in:
Andrew Heather
2016-12-12 12:10:29 +00:00
509 changed files with 8350 additions and 1966 deletions

View File

@ -56,12 +56,11 @@ Usage
// Lookup U
const volVectorField& U = mesh().lookupObject<volVectorField>("U");
// Write
mag(U).write();
}
mag(U)().write();
#};"
}
\endverbatim
See also
Foam::functionObject
Foam::codedBase