58 int main(
int argc,
char *argv[])
74 processField<scalar>(
mesh,
objects, fieldName, processed);
75 processField<vector>(
mesh,
objects, fieldName, processed);
76 processField<sphericalTensor>(
mesh,
objects, fieldName, processed);
77 processField<symmTensor>(
mesh,
objects, fieldName, processed);
78 processField<tensor>(
mesh,
objects, fieldName, processed);
82 Info<<
"Field " << fieldName <<
" not found" <<
endl;
List of IOobjects with searching and retrieving facilities.
static SLList< string > validArgs
A list of valid (mandatory) arguments.
const word & name() const
Return const reference to name.
const Time & time() const
Return the top-level database.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
int main(int argc, char *argv[])
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Foam::argList args(argc, argv)