139#ifndef Foam_functionObjects_streamLine_H
140#define Foam_functionObjects_streamLine_H
162 public functionObjects::streamLineBase
203 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.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
streamLine(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual void track()
Do the actual tracking to fill the track data.
Registry of regIOobjects.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.