Go to the documentation of this file.
43 const bool loadFromFiles
53 if (isA<fvMesh>(obr_))
61 <<
"No fvMesh available, deactivating " << name_
79 log_.readIfPresent(
"log",
dict);
89 if (log_)
Info<<
type() <<
" " << name_ <<
" output:" <<
nl;
98 interpolateFields<scalar>(ssf_);
99 interpolateFields<vector>(svf_);
100 interpolateFields<sphericalTensor>(sSpheretf_);
101 interpolateFields<symmTensor>(sSymmtf_);
102 interpolateFields<tensor>(stf_);
126 <<
type() <<
" " << name_ <<
" output:" <<
nl
127 <<
" Writing interpolated surface fields to "
128 << obr_.time().timeName() <<
endl;
140 sSpheretf_[i].write();
virtual ~surfaceInterpolateFields()
Destructor.
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
bool read(const char *, int32_t &)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
virtual void execute()
Execute, currently does nothing.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Registry of regIOobjects.
virtual void write()
Write.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void read(const dictionary &)
Read the field min/max data.
surfaceInterpolateFields(const surfaceInterpolateFields &)
Disallow default bitwise copy construct.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
virtual void end()
Execute at the final time-loop, currently does nothing.
defineTypeNameAndDebug(combustionModel, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
word name(const complex &)
Return a string representation of a complex.