streamLineBase Class Referenceabstract
Inheritance diagram for streamLineBase:
[legend]
Collaboration diagram for streamLineBase:
[legend]

Public Types

enum  trackDirType : char { FORWARD , BACKWARD , BIDIRECTIONAL }
 Enumeration defining the track direction. More...
 

Public Member Functions

 TypeName ("streamLineBase")
 Runtime type information. More...
 
 streamLineBase (const word &name, const Time &runTime, const dictionary &dict)
 Construct for given objectRegistry and dictionary. More...
 
 streamLineBase (const word &name, const Time &runTime, const dictionary &dict, const wordList &fieldNames)
 Construct from Time and dictionary and list of fields to sample. More...
 
virtual ~streamLineBase ()
 Destructor. More...
 
virtual bool read (const dictionary &)
 Read the field average data. More...
 
virtual bool execute ()
 Execute the averaging. More...
 
virtual bool write ()
 Track and write. More...
 
virtual void updateMesh (const mapPolyMesh &)
 Update for changes of mesh. More...
 
virtual void movePoints (const polyMesh &)
 Update for mesh point-motion. More...
 
- Public Member Functions inherited from fvMeshFunctionObject
 TypeName ("fvMeshFunctionObject")
 Runtime type information. More...
 
 fvMeshFunctionObject (const word &name, const Time &runTime, const dictionary &dict)
 Construct from Time and dictionary. More...
 
 fvMeshFunctionObject (const word &name, const objectRegistry &obr, const dictionary &dict)
 Construct from the region objectRegistry and dictionary. More...
 
virtual ~fvMeshFunctionObject ()=default
 Destructor. More...
 
- Public Member Functions inherited from regionFunctionObject
 TypeName ("regionFunctionObject")
 Runtime type information. More...
 
 regionFunctionObject (const word &name, const Time &runTime, const dictionary &dict)
 Construct from Time and dictionary. More...
 
 regionFunctionObject (const word &name, const objectRegistry &obr, const dictionary &dict)
 Construct from the region objectRegistry and dictionary. More...
 
virtual ~regionFunctionObject ()=default
 Destructor. More...
 
virtual bool read (const dictionary &dict)
 Read optional controls. More...
 
template<class ObjectType >
const ObjectType * lookupObjectPtr (const word &fieldName) const
 Deprecated(2018-10) More...
 
template<class ObjectType >
ObjectType * lookupObjectRefPtr (const word &fieldName) const
 Deprecated(2018-10) More...
 
- Public Member Functions inherited from stateFunctionObject
 stateFunctionObject (const word &name, const Time &runTime)
 Construct from components. More...
 
virtual ~stateFunctionObject ()=default
 Destructor. More...
 
dictionarypropertyDict ()
 Return access to the property dictionary. More...
 
bool foundProperty (const word &entryName) const
 Return true if the property exists. More...
 
void clearTrigger ()
 Remove the trigger index from the properties. More...
 
label getTrigger () const
 Get the current trigger index. More...
 
bool setTrigger (const label triggeri)
 Set new trigger index. More...
 
bool getDict (const word &entryName, dictionary &dict) const
 Set dictionary, return true if set. More...
 
bool getObjectDict (const word &objectName, const word &entryName, dictionary &dict) const
 Set dictionary from named object, return true if set. More...
 
template<class Type >
Type getProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const
 Retrieve generic property. More...
 
template<class Type >
bool getProperty (const word &entryName, Type &value) const
 Set generic property, return true if set. More...
 
template<class Type >
void setProperty (const word &entryName, const Type &value)
 Add generic property. More...
 
template<class Type >
Type getObjectProperty (const word &objectName, const word &entryName, const Type &defaultValue=Type(Zero)) const
 Retrieve generic property from named object. More...
 
template<class Type >
bool getObjectProperty (const word &objectName, const word &entryName, Type &value) const
 Set generic property from named object, return true if set. More...
 
template<class Type >
void setObjectProperty (const word &objectName, const word &entryName, const Type &value)
 Add generic property from named object. More...
 
template<class Type >
void setResult (const word &entryName, const Type &value)
 Add result. More...
 
template<class Type >
void setObjectResult (const word &objectName, const word &entryName, const Type &value)
 Add result from named object. More...
 
template<class Type >
Type getResult (const word &entryName, const Type &defaultValue=Type(Zero)) const
 Retrieve result. More...
 
template<class Type >
Type getObjectResult (const word &objectName, const word &entryName, const Type &defaultValue=Type(Zero)) const
 Retrieve result from named object. More...
 
template<class Type >
bool getObjectResult (const word &objectName, const word &entryName, Type &value) const
 Set result from named object, return true if set. More...
 
word resultType (const word &entryName) const
 Retrieve the result type. More...
 
word objectResultType (const word &objectName, const word &entryName) const
 Return the type of result. More...
 
wordList objectResultEntries () const
 Retrieve the result entries. More...
 
wordList objectResultEntries (const word &objectName) const
 Return result entries for named object. More...
 
void writeResultEntries (Ostream &os) const
 Write the results entries for all objects to stream. More...
 
void writeResultEntries (const word &objectName, Ostream &os) const
 Write the results entries for named object to stream. More...
 
void writeAllResultEntries (Ostream &os) const
 Write the results entries for all objects to stream. More...
 
- Public Member Functions inherited from timeFunctionObject
 timeFunctionObject (const word &name, const Time &runTime)
 Construct from Time. More...
 
virtual ~timeFunctionObject ()=default
 Destructor. More...
 
const Timetime () const
 Return time database. More...
 
objectRegistrystoredObjects ()
 
const objectRegistrystoredObjects () const
 
- Public Member Functions inherited from functionObject
 declareRunTimeSelectionTable (autoPtr, functionObject, dictionary,(const word &name, const Time &runTime, const dictionary &dict),(name, runTime, dict))
 
 functionObject (const word &name, const bool withNamePrefix=defaultUseNamePrefix)
 Construct from components. More...
 
autoPtr< functionObjectclone () const
 Return clone. More...
 
virtual ~functionObject ()=default
 Destructor. More...
 
virtual const wordtype () const =0
 Runtime type information. More...
 
const wordname () const noexcept
 Return the name of this functionObject. More...
 
bool useNamePrefix () const noexcept
 Return the flag for adding a scoping name prefix. More...
 
bool useNamePrefix (bool on) noexcept
 Modify the flag for adding a scoping name prefix. More...
 
virtual bool read (const dictionary &dict)
 Read and set the function object if its data have changed. More...
 
virtual bool execute ()=0
 Called at each ++ or += of the time-loop. More...
 
virtual bool execute (const label subIndex)
 Execute using the specified subIndex. More...
 
virtual bool write ()=0
 Called at each ++ or += of the time-loop. More...
 
virtual bool end ()
 Called when Time::run() determines that the time-loop exits. More...
 
virtual bool adjustTimeStep ()
 Called at the end of Time::adjustDeltaT() if adjustTime is true. More...
 
virtual bool filesModified () const
 Did any file get changed during execution? More...
 
virtual void updateMesh (const mapPolyMesh &mpm)
 Update for changes of mesh. More...
 
virtual void movePoints (const polyMesh &mesh)
 Update for changes of mesh. More...
 

Static Public Attributes

static const Enum< trackDirTypetrackDirTypeNames
 Names for the trackDir. More...
 
- Static Public Attributes inherited from functionObject
static int debug
 Flag to execute debug content. More...
 
static bool postProcess
 Global post-processing mode switch. More...
 
static bool defaultUseNamePrefix
 Global default for useNamePrefix. More...
 
static word outputPrefix
 Directory prefix. More...
 

Protected Member Functions

const wordsampledSetAxis () const
 The axis of the sampledSet. Creates sampledSet if required. More...
 
const sampledSetsampledSetPoints () const
 Demand driven construction of the sampledSet. More...
 
autoPtr< indirectPrimitivePatchwallPatch () const
 Construct patch out of all wall patch faces. More...
 
void initInterpolations (const label nSeeds, label &UIndex, PtrList< volScalarField > &vsFlds, PtrList< interpolation< scalar > > &vsInterp, PtrList< volVectorField > &vvFlds, PtrList< interpolation< vector > > &vvInterp)
 Initialise fields, interpolators and track storage. More...
 
void storePoint (const label tracki, const scalar w, const label lefti, const label righti, DynamicList< point > &newTrack, DynamicList< List< scalar > > &newScalars, DynamicList< List< vector > > &newVectors) const
 Generate point and values by interpolating from existing values. More...
 
void trimToBox (const treeBoundBox &bb, const label tracki, PtrList< DynamicList< point > > &newTracks, PtrList< DynamicList< scalarList > > &newScalars, PtrList< DynamicList< vectorList > > &newVectors) const
 Trim and possibly split a track. More...
 
void trimToBox (const treeBoundBox &bb)
 Trim tracks to bounding box. More...
 
virtual void track ()=0
 Do the actual tracking to fill the track data. More...
 
virtual bool writeToFile ()
 Write tracks to file. More...
 
virtual void resetFieldNames (const word &newUName, const wordList &newFieldNames)
 Reset the field names. More...
 
- Protected Member Functions inherited from fvMeshFunctionObject
 fvMeshFunctionObject (const fvMeshFunctionObject &)=delete
 No copy construct. More...
 
void operator= (const fvMeshFunctionObject &)=delete
 No copy assignment. More...
 
- Protected Member Functions inherited from regionFunctionObject
virtual const objectRegistryobr () const
 The region or sub-region registry being used. More...
 
template<class ObjectType >
bool foundObject (const word &fieldName) const
 Find object (eg, a field) in the (sub) objectRegistry. More...
 
template<class ObjectType >
const ObjectType * cfindObject (const word &fieldName) const
 
template<class ObjectType >
const ObjectType * findObject (const word &fieldName) const
 
template<class ObjectType >
ObjectType * findObject (const word &fieldName)
 
template<class ObjectType >
ObjectType * getObjectPtr (const word &fieldName) const
 
template<class ObjectType >
const ObjectType & lookupObject (const word &fieldName) const
 Lookup and return object (eg, a field) from the (sub) objectRegistry. More...
 
template<class ObjectType >
ObjectType & lookupObjectRef (const word &fieldName) const
 Lookup and return object (eg, a field) from the (sub) objectRegistry. More...
 
template<class ObjectType >
bool store (word &fieldName, const tmp< ObjectType > &tfield, bool cacheable=false)
 Store the field in the (sub) objectRegistry under the given name. More...
 
template<class ObjectType >
bool storeInDb (const word &fieldName, const tmp< ObjectType > &tfield, const objectRegistry &obr)
 Store the field in an optional objectRegistry under the given name. More...
 
bool writeObject (const word &fieldName)
 Write field if present in the (sub) objectRegistry. More...
 
bool clearObject (const word &fieldName)
 Clear field from the (sub) objectRegistry if present. More...
 
void clearObjects (const wordList &objNames)
 Clear fields from the (sub) objectRegistry if present. More...
 
 regionFunctionObject (const regionFunctionObject &)=delete
 No copy construct. More...
 
void operator= (const regionFunctionObject &)=delete
 No copy assignment. More...
 
- Protected Member Functions inherited from stateFunctionObject
const functionObjects::propertiesstateDict () const
 Return a const reference to the state dictionary. More...
 
functionObjects::propertiesstateDict ()
 Return non-const access to the state dictionary. More...
 
 stateFunctionObject (const stateFunctionObject &)=delete
 No copy construct. More...
 
void operator= (const stateFunctionObject &)=delete
 No copy assignment. More...
 
- Protected Member Functions inherited from timeFunctionObject
void clearOutputObjects (const wordList &objNames)
 Remove specified items from "functionObjectObjects". More...
 
 timeFunctionObject (const timeFunctionObject &)=delete
 No copy construct. More...
 
void operator= (const timeFunctionObject &)=delete
 No copy assignment. More...
 
- Protected Member Functions inherited from functionObject
word scopedName (const word &name) const
 Return a scoped (prefixed) name. More...
 

Protected Attributes

autoPtr< sampledSetsampledSetPtr_
 Seed set engine. More...
 
word sampledSetAxis_
 Axis of the sampled points to output. More...
 
dictionary dict_
 Input dictionary. More...
 
wordList fields_
 List of fields to sample. More...
 
word UName_
 Field to transport particle with. More...
 
word interpolationScheme_
 Interpolation scheme to use. More...
 
trackDirType trackDir_
 Whether to use +u or -u or both. More...
 
label lifeTime_
 Maximum lifetime (= number of cells) of particle. More...
 
scalar trackLength_
 Track length. More...
 
boundBox bounds_
 Optional trimming of tracks. More...
 
word cloudName_
 Optional specified name of particles. More...
 
word seedSet_
 Type of seed. More...
 
wordList scalarNames_
 Names of scalar fields. More...
 
wordList vectorNames_
 Names of vector fields. More...
 
autoPtr< coordSetWritertrackWriterPtr_
 File writer for tracks data. More...
 
DynamicList< List< point > > allTracks_
 All tracks. Per track the points it passed through. More...
 
List< DynamicList< scalarList > > allScalars_
 Per scalarField, per track, the sampled values. More...
 
List< DynamicList< vectorList > > allVectors_
 Per vectorField, per track, the sampled values. More...
 
- Protected Attributes inherited from fvMeshFunctionObject
const fvMeshmesh_
 Reference to the fvMesh. More...
 
- Protected Attributes inherited from regionFunctionObject
word subRegistryName_
 Name for alternative object registry. More...
 
const objectRegistryobr_
 Reference to the region objectRegistry. More...
 
const objectRegistryobrPtr_
 Pointer to alternative (eg, sub-region) objectRegistry. More...
 
- Protected Attributes inherited from timeFunctionObject
const Timetime_
 Reference to the time database. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from functionObject
static autoPtr< functionObjectNew (const word &name, const Time &runTime, const dictionary &dict)
 Select from dictionary, based on its "type" entry. More...
 
- Public Attributes inherited from functionObject
bool log
 Flag to write log into Info. More...
 

Detailed Description

Member Enumeration Documentation

◆ trackDirType

enum trackDirType : char

Enumeration defining the track direction.

Enumerator
FORWARD 
BACKWARD 
BIDIRECTIONAL 

Definition at line 75 of file streamLineBase.H.

Constructor & Destructor Documentation

◆ streamLineBase() [1/2]

streamLineBase ( const word name,
const Time runTime,
const dictionary dict 
)

Construct for given objectRegistry and dictionary.

Allow the possibility to load fields from files

Definition at line 832 of file streamLineBase.C.

◆ streamLineBase() [2/2]

streamLineBase ( const word name,
const Time runTime,
const dictionary dict,
const wordList fieldNames 
)

Construct from Time and dictionary and list of fields to sample.

Definition at line 845 of file streamLineBase.C.

◆ ~streamLineBase()

~streamLineBase ( )
virtual

Destructor.

Definition at line 861 of file streamLineBase.C.

Member Function Documentation

◆ sampledSetAxis()

const Foam::word & sampledSetAxis ( ) const
protected

The axis of the sampledSet. Creates sampledSet if required.

Definition at line 67 of file streamLineBase.C.

References streamLineBase::sampledSetAxis_, streamLineBase::sampledSetPoints(), and streamLineBase::sampledSetPtr_.

Here is the call graph for this function:

◆ sampledSetPoints()

const Foam::sampledSet & sampledSetPoints ( ) const
protected

Demand driven construction of the sampledSet.

Also updates sampledSetAxis_

Definition at line 79 of file streamLineBase.C.

References Time::New().

Referenced by streamLineBase::sampledSetAxis(), and streamLine::track().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ wallPatch()

Foam::autoPtr< Foam::indirectPrimitivePatch > wallPatch ( ) const
protected

Construct patch out of all wall patch faces.

Definition at line 99 of file streamLineBase.C.

References forAll, Time::New(), nFaces(), and patches.

Here is the call graph for this function:

◆ initInterpolations()

void initInterpolations ( const label  nSeeds,
label &  UIndex,
PtrList< volScalarField > &  vsFlds,
PtrList< interpolation< scalar > > &  vsInterp,
PtrList< volVectorField > &  vvFlds,
PtrList< interpolation< vector > > &  vvInterp 
)
protected

Initialise fields, interpolators and track storage.

Definition at line 142 of file streamLineBase.C.

References Foam::exit(), f(), Foam::FatalError, FatalErrorInFunction, Foam::flatOutput(), forAll, and Foam::nl.

Referenced by streamLine::track().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ storePoint()

void storePoint ( const label  tracki,
const scalar  w,
const label  lefti,
const label  righti,
DynamicList< point > &  newTrack,
DynamicList< List< scalar > > &  newScalars,
DynamicList< List< vector > > &  newVectors 
) const
protected

Generate point and values by interpolating from existing values.

Definition at line 262 of file streamLineBase.C.

References DynamicList< T, SizeMin >::append(), forAll, and UList< T >::size().

Here is the call graph for this function:

◆ trimToBox() [1/2]

void trimToBox ( const treeBoundBox bb,
const label  tracki,
PtrList< DynamicList< point > > &  newTracks,
PtrList< DynamicList< scalarList > > &  newScalars,
PtrList< DynamicList< vectorList > > &  newVectors 
) const
protected

Trim and possibly split a track.

Definition at line 308 of file streamLineBase.C.

References treeBoundBox::contains(), treeBoundBox::intersects(), UList< T >::last(), and UList< T >::size().

Here is the call graph for this function:

◆ trimToBox() [2/2]

void trimToBox ( const treeBoundBox bb)
protected

Trim tracks to bounding box.

Definition at line 464 of file streamLineBase.C.

References PtrList< T >::append(), forAll, DynamicList< T, SizeMin >::setSize(), List< T >::setSize(), UPtrList< T >::size(), and UList< T >::size().

Here is the call graph for this function:

◆ track()

virtual void track ( )
protectedpure virtual

Do the actual tracking to fill the track data.

Implemented in streamLine, and wallBoundedStreamLine.

◆ writeToFile()

◆ resetFieldNames()

void resetFieldNames ( const word newUName,
const wordList newFieldNames 
)
protectedvirtual

Reset the field names.

Definition at line 819 of file streamLineBase.C.

◆ TypeName()

TypeName ( "streamLineBase"  )

Runtime type information.

◆ read()

bool read ( const dictionary dict)
virtual

Read the field average data.

Reimplemented from regionFunctionObject.

Reimplemented in streamLine, and wallBoundedStreamLine.

Definition at line 867 of file streamLineBase.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, boundBox::invertedBox, Foam::name(), Time::New(), Foam::nl, kEpsilonLopesdaCosta< BasicTurbulenceModel >::read(), setFormat(), and Foam::type().

Here is the call graph for this function:

◆ execute()

bool execute ( )
virtual

Execute the averaging.

Implements functionObject.

Definition at line 966 of file streamLineBase.C.

◆ write()

bool write ( )
virtual

Track and write.

Implements functionObject.

Definition at line 972 of file streamLineBase.C.

References Log, Foam::name(), Foam::nl, and Foam::type().

Here is the call graph for this function:

◆ updateMesh()

void updateMesh ( const mapPolyMesh mpm)
virtual

Update for changes of mesh.

Reimplemented from functionObject.

Definition at line 985 of file streamLineBase.C.

References mapPolyMesh::mesh(), and Foam::read().

Here is the call graph for this function:

◆ movePoints()

void movePoints ( const polyMesh mpm)
virtual

Update for mesh point-motion.

Reimplemented from functionObject.

Definition at line 994 of file streamLineBase.C.

References Foam::read().

Here is the call graph for this function:

Member Data Documentation

◆ trackDirTypeNames

Names for the trackDir.

Definition at line 83 of file streamLineBase.H.

◆ sampledSetPtr_

autoPtr<sampledSet> sampledSetPtr_
mutableprotected

Seed set engine.

Definition at line 89 of file streamLineBase.H.

Referenced by streamLineBase::sampledSetAxis().

◆ sampledSetAxis_

word sampledSetAxis_
mutableprotected

Axis of the sampled points to output.

Definition at line 92 of file streamLineBase.H.

Referenced by streamLineBase::sampledSetAxis().

◆ dict_

dictionary dict_
protected

Input dictionary.

Definition at line 95 of file streamLineBase.H.

Referenced by streamLine::streamLine(), and wallBoundedStreamLine::wallBoundedStreamLine().

◆ fields_

wordList fields_
protected

List of fields to sample.

Definition at line 98 of file streamLineBase.H.

◆ UName_

word UName_
protected

Field to transport particle with.

Definition at line 101 of file streamLineBase.H.

◆ interpolationScheme_

word interpolationScheme_
protected

Interpolation scheme to use.

Definition at line 104 of file streamLineBase.H.

◆ trackDir_

trackDirType trackDir_
protected

Whether to use +u or -u or both.

Definition at line 107 of file streamLineBase.H.

Referenced by streamLine::track().

◆ lifeTime_

label lifeTime_
protected

Maximum lifetime (= number of cells) of particle.

Definition at line 110 of file streamLineBase.H.

Referenced by streamLine::track().

◆ trackLength_

scalar trackLength_
protected

Track length.

Definition at line 113 of file streamLineBase.H.

Referenced by streamLine::track().

◆ bounds_

boundBox bounds_
protected

Optional trimming of tracks.

Definition at line 116 of file streamLineBase.H.

◆ cloudName_

word cloudName_
protected

Optional specified name of particles.

Definition at line 119 of file streamLineBase.H.

Referenced by streamLine::track().

◆ seedSet_

word seedSet_
protected

Type of seed.

Definition at line 122 of file streamLineBase.H.

◆ scalarNames_

wordList scalarNames_
protected

Names of scalar fields.

Definition at line 125 of file streamLineBase.H.

◆ vectorNames_

wordList vectorNames_
protected

Names of vector fields.

Definition at line 128 of file streamLineBase.H.

◆ trackWriterPtr_

autoPtr<coordSetWriter> trackWriterPtr_
mutableprotected

File writer for tracks data.

Definition at line 134 of file streamLineBase.H.

◆ allTracks_

DynamicList<List<point> > allTracks_
protected

All tracks. Per track the points it passed through.

Definition at line 140 of file streamLineBase.H.

Referenced by streamLine::track().

◆ allScalars_

List<DynamicList<scalarList> > allScalars_
protected

Per scalarField, per track, the sampled values.

Definition at line 143 of file streamLineBase.H.

Referenced by streamLine::track().

◆ allVectors_

List<DynamicList<vectorList> > allVectors_
protected

Per vectorField, per track, the sampled values.

Definition at line 146 of file streamLineBase.H.

Referenced by streamLine::track().


The documentation for this class was generated from the following files: