40 #ifndef functionObjects_logFiles_H 41 #define functionObjects_logFiles_H 51 namespace functionObjects
123 virtual bool write();
logFiles(const objectRegistry &obr, const word &prefix)
Construct from objectRegistry and prefix.
virtual bool write()
Write function.
virtual void createFiles()
Create the output file.
wordList names_
File names.
virtual void writeFileHeader(const label i=0)=0
File header information.
PtrList< OFstream > & files()
Return access to the files.
A class for handling words, derived from string.
virtual void resetName(const word &name)
Reset the list of names to a single name entry.
const wordList & names() const
Return const access to the names.
word name(const complex &)
Return a string representation of a complex.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
void operator=(const logFiles &)=delete
Disallow default bitwise assignment.
OFstream & file()
Return access to the file (if only 1)
Registry of regIOobjects.
functionObject base class for writing single files
PtrList< OFstream > filePtrs_
File pointer.
virtual void resetNames(const wordList &names)
Reset the list of names from a wordList.
functionObject base class for creating, maintaining and writing log files e.g. integrated of averaged...
virtual ~logFiles()
Destructor.