Go to the documentation of this file.
45 fieldMap.
insert(fieldSet_[i].first(), fieldSet_[i].second());
53 const vfType&
fld = *iter();
58 const word& sName = fieldMap[
fld.name()];
60 if (obr_.found(sName))
63 <<
" surface field " << sName <<
" already exists"
68 label sz = sflds.size();
73 <<
" interpolated " <<
fld.name() <<
" to create "
74 << sflds[sz].name() <<
endl;
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
bool insert(const Key &, const T &newElmt)
Insert a new hashedEntry.
Ostream & endl(Ostream &os)
Add newline and flush stream.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void interpolateFields(PtrList< GeometricField< Type, fvsPatchField, surfaceMesh > > &) const
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< ' ';}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< ' ';}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< ' ';}gmvFile<< nl;forAll(lagrangianScalarNames, i){ const word &name=lagrangianScalarNames[i];IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
bool found(const Key &) const
Return true if hashedEntry is found in table.
An STL-conforming hash table.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > linearInterpolate(const GeometricField< Type, fvPatchField, volMesh > &vf)
Generic GeometricField class.