Go to the documentation of this file.
71 procField = procFields[proci];
92 if (!patchFields(curBPatch))
109 patchFields[curBPatch].rmap
126 fieldIoObject.
name(),
133 procFields[0].dimensions(),
158 Info<<
" Reconstructing " << fieldClassName <<
"s\n" <<
endl;
164 !selectedFields.
size()
165 || selectedFields.
found(fieldIter()->
name())
168 Info<<
" " << fieldIter()->name() <<
endl;
170 reconstructField<Type>(*fieldIter())().
write();
const pointMesh & mesh_
Reconstructed mesh reference.
const PtrList< labelIOList > & pointProcAddressing_
List of processor point addressing lists.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const pointBoundaryMesh & boundary() const
Return reference to boundary mesh.
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
Info<< "Creating field dpdt\n"<< endl;volScalarField dpdt(IOobject("dpdt", runTime.timeName(), mesh), mesh, dimensionedScalar("dpdt", p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\n"<< endl;volScalarField K("K", 0.5 *magSqr(U));volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);p_rgh=p - rho *gh;mesh.setFluxRequired(p_rgh.name());multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
Ostream & endl(Ostream &os)
Add newline and flush stream.
A HashTable with keys but without contents.
Abstract base class for point-mesh patch fields.
labelListListList patchPointAddressing_
Point patch addressing.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
bool set(const label) const
Is element set.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
InternalField & internalField()
Return internal field.
const word & name() const
Return name.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
void reconstructFields(const IOobjectList &objects, const HashSet< word > &selectedFields)
Reconstruct and write all fields.
label size() const
Return number of elements in table.
bool found(const Key &) const
Return true if hashedEntry is found in table.
IOobjectList lookupClass(const word &className) const
Return the list for all IOobjects of a given class.
List of IOobjects with searching and retrieving facilities.
conserve internalField()+
label size() const
Return number of points.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
label size() const
Return the number of elements in the PtrList.
Generic GeometricField class.
tmp< GeometricField< Type, pointPatchField, pointMesh > > reconstructField(const IOobject &fieldIoObject)
Reconstruct field.
const PtrList< pointMesh > & procMeshes_
List of processor meshes.
word name(const complex &)
Return a string representation of a complex.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const PtrList< labelIOList > & boundaryProcAddressing_
List of processor boundary addressing lists.