33 #ifndef MapLagrangianFields_H
34 #define MapLagrangianFields_H
65 Info<<
" mapping lagrangian field "
66 << fieldIter()->name() <<
endl;
89 fieldTarget[i] = fieldSource[addParticles[i]];
103 Info<<
" mapping lagrangian fieldField "
104 << fieldIter()->name() <<
endl;
128 fieldTarget[i] = fieldSource[addParticles[i]];
142 Info<<
" mapping lagrangian fieldField "
143 << fieldIter()->name() <<
endl;
166 fieldTarget[i] = fieldSource[addParticles[i]];
#define forAll(list, i)
Loop across all elements in list.
#define forAllIter(Container, container, iter)
Iterate across all elements in the container object of type.
A Field of objects of type <Type> with automated input and output using a compact storage....
Pre-declare SubField and related Field type.
A primitive field of type <Type> with automated input and output.
List of IOobjects with searching and retrieving facilities.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
void size(const label)
Override size to be inconsistent with allocated storage.
static const word prefix
The prefix to local: lagrangian.
const word & name() const
Return const reference to name.
Mesh data needed to do the Finite Volume discretisation.
const Time & time() const
Return the top-level database.
Serial mesh to mesh interpolation class.
const fvMesh & toMesh() const
virtual bool write(const bool write=true) const
Write using setting from DB.
Info<< "Calculating turbulent flame speed field St\n"<< endl;volScalarField St(IOobject("St", runTime.name(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), flameWrinkling->Xi() *Su);multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
void MapLagrangianFields(const string &cloudName, const IOobjectList &objects, const meshToMesh0 &meshToMesh0Interp, const labelList &addParticles)
Gets the indices of (source)particles that have been appended to the.
const word cloudName(propsDict.lookup("cloudName"))