Go to the documentation of this file.
151 #ifndef functionObjects_streamLine_H
152 #define functionObjects_streamLine_H
161 class objectRegistry;
164 namespace functionObjects
173 public streamLineBase
194 const dictionary&
dict
211 virtual bool read(
const dictionary&);
214 virtual void track();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Generates streamline data by sampling a set of user-specified fields along a particle track,...
void operator=(const streamLine &)=delete
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
streamLine(const word &name, const Time &runTime, const dictionary &dict)
const word & name() const noexcept
virtual bool read(const dictionary &)
virtual ~streamLine()=default