37namespace functionObjects
70 dict.readEntry(
"fields", fieldSet_);
80 interpolateFields<scalar>();
81 interpolateFields<vector>();
82 interpolateFields<sphericalTensor>();
83 interpolateFields<symmTensor>();
84 interpolateFields<tensor>();
94 Log <<
" functionObjects::" <<
type() <<
" " <<
name()
95 <<
" writing interpolated surface fields:" <<
nl;
99 const word& fieldName = fieldSet_[i].second();
105 Log <<
" " << fieldName <<
nl;
111 <<
"Unable to find field " << fieldName
112 <<
" in the mesh database" <<
endl;
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
virtual bool read()
Re-read model coefficients if they have changed.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base-class for Time/database function objects.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Linearly interpolates volume fields to generate surface fields.
virtual bool execute()
Calculate the interpolated fields.
virtual bool write()
Write the interpolated fields.
virtual bool read(const dictionary &)
Read the controls.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
virtual bool write(const bool valid=true) const
Write using setting from DB.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
#define WarningInFunction
Report a warning using Foam::Warning.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.
constexpr char nl
The newline '\n' character (0x0a)
#define forAll(list, i)
Loop across all elements in list.