Go to the documentation of this file.
127 #ifndef functionObjects_Curle_H
128 #define functionObjects_Curle_H
140 namespace functionObjects
149 public fvMeshFunctionObject,
158 static const Enum<modeType> modeTypeNames_;
170 List<point> observerPositions_;
176 PtrList<OFstream> rawFilePtrs_;
179 MeshedSurface<face> inputSurface_;
182 autoPtr<surfaceWriter> surfaceWriterPtr_;
198 const dictionary&
dict
209 virtual ~Curle() =
default;
215 virtual bool read(
const dictionary&);
219 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
A HashTable with keys but without contents that is similar to std::unordered_set.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Curle(const word &name, const Time &runTime, const dictionary &dict)
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
void operator=(const Curle &)=delete
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool read(const dictionary &)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Base class for writing single files from the function objects.
vector point
Point is a vector.
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys and label hasher.
Computes the acoustic pressure based on Curle's analogy.