150#ifndef functionObjects_streamLine_H
151#define functionObjects_streamLine_H
163namespace functionObjects
172 public streamLineBase
193 const dictionary&
dict
200 void operator=(
const streamLine&) =
delete;
210 virtual bool read(
const dictionary&);
213 virtual void track();
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,...
const word & name() const noexcept
Return the name of this functionObject.
Generates streamline data by sampling a set of user-specified fields along a particle track,...
void operator=(const streamLine &)=delete
No copy assignment.
streamLine(const streamLine &)=delete
No copy construct.
TypeName("streamLine")
Runtime type information.
virtual ~streamLine()=default
Destructor.
streamLine(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual void track()
Do the actual tracking to fill the track data.
virtual bool read(const dictionary &)
Read settings.
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.