Foam::ensightOutput Namespace Reference

A collection of functions for writing ensight file content. More...

Namespaces

 Detail
 Implementation details and output backends that would not normally be called directly by a user.
 

Classes

class  writerCaching
 State information for writers with collated times. More...
 

Typedefs

typedef DynamicList< float > floatBufferType
 The list type used for component-wise buffering. More...
 

Functions

template<class Type >
bool writeAreaField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, faPatchField, areaMesh > &fld, const ensightFaMesh &ensMesh)
 Write finite-area field component-wise. More...
 
template<class Type >
bool writeAreaField (ensightFile &os, const GeometricField< Type, faPatchField, areaMesh > &fld, const ensightFaMesh &ensMesh)
 Write finite-area field component-wise. More...
 
template<class Type >
bool writeVolField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh)
 Write volume field component-wise. More...
 
template<class Type >
bool writeVolField (ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh)
 Write volume field component-wise. More...
 
template<class Type >
bool writeVolField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh, const bool nodeValues)
 Write volume field component-wise, optionally forcing interpolation. More...
 
template<class Type >
bool writeVolField (ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh, const bool nodeValues)
 Write volume field component-wise, optionally forcing interpolation. More...
 
template<class Type >
bool writePointField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, pointPatchField, pointMesh > &pf, const ensightMesh &ensMesh)
 Write point field component-wise. More...
 
template<class Type >
bool writePointField (ensightFile &os, const GeometricField< Type, pointPatchField, pointMesh > &pf, const ensightMesh &ensMesh)
 Write point field component-wise. More...
 
void writeFaceList (ensightGeoFile &os, const UList< face > &faces, const label pointOffset=0)
 Write list of faces. More...
 
void writeFaceList (ensightGeoFile &os, const UIndirectList< face > &faces, const label pointOffset=0)
 Write list of faces (indirect addressing) More...
 
void writeFaceList (ensightGeoFile &os, const CompactListList< label > &faces, const label pointOffset=0)
 Write list of faces (stored in compact form) More...
 
void writeCellShapes (ensightGeoFile &os, const UList< cellShape > &shapes, const label pointOffset=0)
 Write cell connectivity via cell shapes. More...
 
void writePolysPoints (ensightGeoFile &os, const cellUList &meshCells, const labelUList &addr, const faceUList &meshFaces, const labelUList &faceOwner)
 Write the point ids per poly element. More...
 
void writePolysPoints (ensightGeoFile &os, const polyMesh &mesh, const labelUList &addr, const labelList &pointMap)
 Write the point ids per poly element, with point renumbering. More...
 
void writeFaceConnectivity (ensightGeoFile &os, const ensightFaces::elemType etype, const label nTotal, const UIndirectList< face > &faces, bool parallel)
 Write the regular face connectivity for specified type and and specified faces. More...
 
void writeFaceConnectivity (ensightGeoFile &os, const ensightFaces::elemType etype, const label nTotal, const faceUList &faces, bool parallel)
 Write the regular face connectivity for specified type. More...
 
void writeFaceConnectivity (ensightGeoFile &os, const ensightFaces &part, const faceUList &faces, bool parallel)
 Write the face connectivity for the part. More...
 
void writeFaceConnectivityPresorted (ensightGeoFile &os, const ensightFaces &part, const faceUList &faces, bool parallel)
 Write the presorted face connectivity for the part. More...
 
template<class Type >
bool writeField (ensightOutput::floatBufferType &scratch, ensightFile &os, const Field< Type > &fld, const ensightCells &part, bool parallel)
 Write a field of cell values as an indirect list, using the cell ids from ensightCells. More...
 
template<class Type >
bool writeField (ensightOutput::floatBufferType &scratch, ensightFile &os, const Field< Type > &fld, const ensightFaces &part, bool parallel)
 Write a field of faces values as an indirect list, using the face ids from ensightFaces. More...
 
template<class Type >
bool writeField (ensightFile &os, const Field< Type > &fld, const ensightCells &part, bool parallel)
 Write a field of cell values as an indirect list, using the cell ids from ensightCells. More...
 
template<class Type >
bool writeField (ensightFile &os, const Field< Type > &fld, const ensightFaces &part, bool parallel)
 Write a field of faces values as an indirect list, using the face ids from ensightFaces. More...
 
bool writeCloudPositions (ensightFile &os, const fvMesh &mesh, const word &cloudName, bool exists)
 Write cloud positions. More...
 
template<class Type >
bool writeCloudField (ensightFile &os, const IOField< Type > &field)
 Write cloud field, returning true if the field is non-empty. More...
 
template<class Type >
bool readWriteCloudField (ensightFile &os, const IOobject &fieldObject, bool existsAny)
 Read cloud field from IOobject (if exists == true) and write, always returning true. More...
 

Variables

int debug
 Static debugging option. More...
 
int maxChunk_
 Upper limit on number of items for bundled off-processor field transfers. The component-wise transfer uses float (4 bytes). More...
 

Detailed Description

A collection of functions for writing ensight file content.

Source files

Typedef Documentation

◆ floatBufferType

typedef DynamicList<float> floatBufferType

The list type used for component-wise buffering.

Always has value_type = float (what ensight uses internally)

Definition at line 55 of file ensightOutputFwd.H.

Function Documentation

◆ writeAreaField() [1/2]

bool writeAreaField ( ensightOutput::floatBufferType scratch,
ensightFile os,
const GeometricField< Type, faPatchField, areaMesh > &  fld,
const ensightFaMesh ensMesh 
)

Write finite-area field component-wise.

Parameters
scratchComponent scratch buffer
osOutput file (must be valid on master)
fldThe field content to be written
ensMeshThe addressing into the field

Definition at line 29 of file ensightOutputAreaFieldTemplates.C.

References ensightFaMesh::areaPart(), fld, os(), and Foam::ensightOutput::Detail::writeFaceLocalField().

Referenced by writeAreaField().

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

◆ writeAreaField() [2/2]

bool Foam::ensightOutput::writeAreaField ( ensightFile os,
const GeometricField< Type, faPatchField, areaMesh > &  fld,
const ensightFaMesh ensMesh 
)

Write finite-area field component-wise.

Parameters
osOutput file (must be valid on master)
fldThe field content to be written
ensMeshThe addressing into the field

Definition at line 75 of file ensightOutputAreaField.H.

References fld, os(), and writeAreaField().

Here is the call graph for this function:

◆ writeVolField() [1/4]

◆ writeVolField() [2/4]

bool Foam::ensightOutput::writeVolField ( ensightFile os,
const GeometricField< Type, fvPatchField, volMesh > &  vf,
const ensightMesh ensMesh 
)

Write volume field component-wise.

Parameters
osOutput file (must be valid on master)
vfThe field content to be written
ensMeshThe addressing (element-wise) into the field

Definition at line 75 of file ensightOutputVolField.H.

References os().

Here is the call graph for this function:

◆ writeVolField() [3/4]

bool writeVolField ( ensightOutput::floatBufferType scratch,
ensightFile os,
const GeometricField< Type, fvPatchField, volMesh > &  vf,
const ensightMesh ensMesh,
const bool  nodeValues 
)

Write volume field component-wise, optionally forcing interpolation.

Parameters
scratchComponent scratch buffer
osOutput file (must be valid on master)
vfThe field content to be written
ensMeshThe addressing (element-wise) into the field
nodeValuesInterpolate values to points

Definition at line 363 of file ensightOutputVolFieldTemplates.C.

References Foam::fac::interpolate(), DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), Foam::New(), os(), and tmp< T >::ref().

Here is the call graph for this function:

◆ writeVolField() [4/4]

bool Foam::ensightOutput::writeVolField ( ensightFile os,
const GeometricField< Type, fvPatchField, volMesh > &  vf,
const ensightMesh ensMesh,
const bool  nodeValues 
)

Write volume field component-wise, optionally forcing interpolation.

Parameters
osOutput file (must be valid on master)
vfThe field content to be written
ensMeshThe addressing (element-wise) into the field
nodeValuesInterpolate values to points

Definition at line 117 of file ensightOutputVolField.H.

References os().

Here is the call graph for this function:

◆ writePointField() [1/2]

bool writePointField ( ensightOutput::floatBufferType scratch,
ensightFile os,
const GeometricField< Type, pointPatchField, pointMesh > &  pf,
const ensightMesh ensMesh 
)

◆ writePointField() [2/2]

bool Foam::ensightOutput::writePointField ( ensightFile os,
const GeometricField< Type, pointPatchField, pointMesh > &  pf,
const ensightMesh ensMesh 
)

Write point field component-wise.

Parameters
osOutput file (must be valid on master)
pfThe field content to be written
ensMeshThe addressing (element-wise) into the field

Definition at line 162 of file ensightOutputVolField.H.

References os().

Here is the call graph for this function:

◆ writeFaceList() [1/3]

void writeFaceList ( ensightGeoFile os,
const UList< face > &  faces,
const label  pointOffset = 0 
)

Write list of faces.

Parameters
pointOffsetAdditional point offset for each face

Definition at line 176 of file ensightOutput.C.

References os(), and Foam::ensightOutput::Detail::writeLabelListList().

Referenced by writeFaceConnectivity().

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

◆ writeFaceList() [2/3]

void writeFaceList ( ensightGeoFile os,
const UIndirectList< face > &  faces,
const label  pointOffset = 0 
)

Write list of faces (indirect addressing)

Parameters
pointOffsetAdditional point offset for each face

Definition at line 187 of file ensightOutput.C.

References os(), and Foam::ensightOutput::Detail::writeLabelListList().

Here is the call graph for this function:

◆ writeFaceList() [3/3]

void writeFaceList ( ensightGeoFile os,
const CompactListList< label > &  faces,
const label  pointOffset = 0 
)

Write list of faces (stored in compact form)

Parameters
pointOffsetAdditional point offset for each face

Definition at line 198 of file ensightOutput.C.

References os(), and Foam::ensightOutput::Detail::writeLabelListList().

Here is the call graph for this function:

◆ writeCellShapes()

void writeCellShapes ( ensightGeoFile os,
const UList< cellShape > &  shapes,
const label  pointOffset = 0 
)

Write cell connectivity via cell shapes.

Parameters
pointOffsetAdditional point offset

Definition at line 209 of file ensightOutput.C.

References os(), and Foam::ensightOutput::Detail::writeLabelListList().

Here is the call graph for this function:

◆ writePolysPoints() [1/2]

void writePolysPoints ( ensightGeoFile os,
const cellUList meshCells,
const labelUList addr,
const faceUList meshFaces,
const labelUList faceOwner 
)

Write the point ids per poly element.

Points have been already renumbered

Parameters
addrCell ids to write

Definition at line 342 of file ensightOutput.C.

References cellId, f(), faceId(), os(), and UList< T >::size().

Here is the call graph for this function:

◆ writePolysPoints() [2/2]

void writePolysPoints ( ensightGeoFile os,
const polyMesh mesh,
const labelUList addr,
const labelList pointMap 
)

Write the point ids per poly element, with point renumbering.

const cellList& meshCells = mesh.cells();

Parameters
addrCell ids to write
pointMapPoint map to use

Definition at line 296 of file ensightOutput.C.

References cellId, f(), faceId(), mesh, Foam::New(), os(), and UList< T >::size().

Here is the call graph for this function:

◆ writeFaceConnectivity() [1/3]

void writeFaceConnectivity ( ensightGeoFile os,
const ensightFaces::elemType  etype,
const label  nTotal,
const UIndirectList< face > &  faces,
bool  parallel 
)

Write the regular face connectivity for specified type and and specified faces.

Parameters
parallelPrefer collective write?

Definition at line 475 of file ensightOutput.C.

References Foam::ensightOutput::Detail::getFaceSizes(), Foam::glTF::key(), os(), and writeFaceList().

Referenced by ensightOutputSurface::write(), writeFaceConnectivity(), and writeFaceConnectivityPresorted().

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

◆ writeFaceConnectivity() [2/3]

void writeFaceConnectivity ( ensightGeoFile os,
const ensightFaces::elemType  etype,
const label  nTotal,
const faceUList faces,
bool  parallel 
)

Write the regular face connectivity for specified type.

Parameters
parallelPrefer collective write?

Definition at line 384 of file ensightOutput.C.

References Foam::ensightOutput::Detail::getFaceSizes(), Foam::glTF::key(), os(), and writeFaceList().

Here is the call graph for this function:

◆ writeFaceConnectivity() [3/3]

void writeFaceConnectivity ( ensightGeoFile os,
const ensightFaces part,
const faceUList faces,
bool  parallel 
)

Write the face connectivity for the part.

Parameters
parallelPrefer collective write?

Definition at line 568 of file ensightOutput.C.

References ensightFaces::faceIds(), os(), ensightFaces::total(), and writeFaceConnectivity().

Here is the call graph for this function:

◆ writeFaceConnectivityPresorted()

void writeFaceConnectivityPresorted ( ensightGeoFile os,
const ensightFaces part,
const faceUList faces,
bool  parallel 
)

Write the presorted face connectivity for the part.

This is a special case when the list of faces is already in ensight sorted order

Parameters
parallelPrefer collective write?

Definition at line 592 of file ensightOutput.C.

References os(), ensightFaces::range(), ensightFaces::total(), and writeFaceConnectivity().

Referenced by ensightFaces::write().

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

◆ writeField() [1/4]

bool writeField ( ensightOutput::floatBufferType scratch,
ensightFile os,
const Field< Type > &  fld,
const ensightCells part,
bool  parallel 
)

Write a field of cell values as an indirect list, using the cell ids from ensightCells.

Parameters
scratchComponent scratch buffer
osOutput file (must be valid on master)
fldThe field content to be written
partThe addressing (element-wise) into the field
parallelPrefer collective write?

Definition at line 415 of file ensightOutputTemplates.C.

References ensightCells::cellIds(), fld, ensightPart::index(), Foam::glTF::key(), os(), Foam::returnReduceOr(), ensightCells::size(), ensightCells::total(), and Foam::ensightOutput::Detail::writeFieldComponents().

Referenced by rotorDiskSource::read(), exprResult::writeDict(), ensightOutputSurface::writeFaceData(), writeField(), and writeVolField().

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

◆ writeField() [2/4]

bool writeField ( ensightOutput::floatBufferType scratch,
ensightFile os,
const Field< Type > &  fld,
const ensightFaces part,
bool  parallel 
)

Write a field of faces values as an indirect list, using the face ids from ensightFaces.

Parameters
scratchComponent scratch buffer
osOutput file (must be valid on master)
fldThe field content to be written
partThe addressing (element-wise) into the field
parallelPrefer collective write?

Definition at line 468 of file ensightOutputTemplates.C.

References ensightFaces::faceIds(), fld, ensightPart::index(), Foam::glTF::key(), os(), Foam::returnReduceOr(), ensightFaces::size(), ensightFaces::total(), and Foam::ensightOutput::Detail::writeFieldComponents().

Here is the call graph for this function:

◆ writeField() [3/4]

bool Foam::ensightOutput::writeField ( ensightFile os,
const Field< Type > &  fld,
const ensightCells part,
bool  parallel 
)

Write a field of cell values as an indirect list, using the cell ids from ensightCells.

Parameters
osOutput file (must be valid on master)
fldThe field content to be written
partThe addressing (element-wise) into the field
parallelPrefer collective write?

Definition at line 311 of file ensightOutput.H.

References fld, os(), and writeField().

Here is the call graph for this function:

◆ writeField() [4/4]

bool Foam::ensightOutput::writeField ( ensightFile os,
const Field< Type > &  fld,
const ensightFaces part,
bool  parallel 
)

Write a field of faces values as an indirect list, using the face ids from ensightFaces.

Parameters
osOutput file (must be valid on master)
fldThe field content to be written
partThe addressing (element-wise) into the field
parallelPrefer collective write?

Definition at line 336 of file ensightOutput.H.

References fld, os(), and writeField().

Here is the call graph for this function:

◆ writeCloudPositions()

bool writeCloudPositions ( ensightFile os,
const fvMesh mesh,
const word cloudName,
bool  exists 
)

Write cloud positions.

Parameters
osOutput file (must be valid on master)
meshThe associated volume mesh
cloudNameThe name of the cloud
existsThe processor-local existence

Definition at line 77 of file ensightOutputCloud.C.

References cloudName(), Foam::exists(), mesh, Foam::narrowFloat(), os(), p, Foam::pos(), procAddr(), Foam::blockMeshTools::read(), DynamicList< T, SizeMin >::reserve(), autoPtr< T >::reset(), Foam::returnReduce(), Foam::vtk::write(), Foam::writeMeasured_ascii(), and Foam::writeMeasured_binary().

Referenced by if().

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

◆ writeCloudField()

bool writeCloudField ( ensightFile os,
const IOField< Type > &  field 
)

Write cloud field, returning true if the field is non-empty.

Parameters
osOutput file (must be valid on master)
fieldThe cloud field

Definition at line 64 of file ensightOutputCloudTemplates.C.

References Foam::BitOps::count(), field(), os(), procAddr(), Foam::blockMeshTools::read(), Foam::returnReduceAnd(), Foam::vtk::write(), and Foam::ensightOutput::Detail::writeCloudFieldContent().

Referenced by readWriteCloudField().

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

◆ readWriteCloudField()

bool readWriteCloudField ( ensightFile os,
const IOobject fieldObject,
bool  existsAny 
)

Read cloud field from IOobject (if exists == true) and write, always returning true.

Parameters
osOutput file (must be valid on master)
fieldObjectThe field object name/location for reading
existsAnyExists anywhere? May still be missing on a local processor

Definition at line 144 of file ensightOutputCloudTemplates.C.

References field(), io(), os(), and writeCloudField().

Here is the call graph for this function:

Variable Documentation

◆ debug

int debug

Static debugging option.

Referenced by preserveBaffles::add(), preserveFaceZones::add(), preservePatches::add(), singleProcessorFaceSets::add(), geometric::add(), refinementHistory::add(), cyclicAMIPolyPatch::addAMIFaces(), polyTopoChange::addFace(), edgeSurface::addIntersectionEdges(), snappyLayerDriver::addLayers(), snappyLayerDriver::addLayersSinglePass(), columnFvMeshInfo::addLocalPatches(), reactingOneDim::addMassSources(), boundaryMesh::addPatch(), volPointInterpolationAdjoint::addSeparated(), patchCellsSource::addSup(), jouleHeatingSource::addSup(), interRegionHeatTransferModel::addSup(), SemiImplicitSource< Type >::addSup(), solidificationMeltingSource::addSup(), fileMonitor::addWatch(), timeControl::adjustTimeStep(), eagerGAMGProcAgglomeration::agglomerate(), manualGAMGProcAgglomeration::agglomerate(), procFacesGAMGProcAgglomeration::agglomerate(), masterCoarsestGAMGProcAgglomeration::agglomerate(), pairPatchAgglomeration::agglomerate(), GAMGInterface::agglomerateCoeffs(), GAMGAgglomeration::agglomerateLduAddressing(), UPstream::allocateCommunicator(), AMIInterpolation::AMIInterpolation(), bitSet::andEq(), collatedFileOperation::appendObject(), preserveBaffles::apply(), preserveFaceZones::apply(), preservePatches::apply(), singleProcessorFaceSets::apply(), refinementHistory::apply(), arcEdge::arcEdge(), ash::ash(), attachPolyTopoChanger::attach(), attachOurBuffers(), averageNeighbourFvGeometryScheme::averageNeighbourFvGeometryScheme(), meshRefinement::baffleAndSplitMesh(), meshRefinement::balance(), meshRefinement::balanceAndRefine(), basicThermo::basicThermo(), meshRefinement::blockLeakFaces(), booleanSurface::booleanSurface(), boundaryDataSurfaceReader::boundaryDataSurfaceReader(), Foam::broadcastFile_recursive(), Foam::broadcastFile_single(), C::C(), objectRegistry::cacheTemporaryObject(), CaCO3::CaCO3(), mappedPatchBase::calcAMI(), volPointInterpolationAdjoint::calcBoundaryAddressing(), primitiveMesh::calcCellCentresAndVols(), curvatureSeparation::calcCosAngle(), cubeRootVolDelta::calcDelta(), enrichedPatch::calcEnrichedFaces(), addPatchCellLayer::calcExtrudeInfo(), primitiveMesh::calcFaceCentresAndAreas(), polyDualMesh::calcFeatures(), symmetryPlanePolyPatch::calcGeometry(), wedgePolyPatch::calcGeometry(), faceLimitedGrad< Type >::calcGrad(), faceAreaWeightAMI::calcInterArea(), curvatureSeparation::calcInvR1(), mappedPatchBase::calcMapping(), nutkRoughWallFunctionFvPatchScalarField::calcNut(), ThermoParcel< ParcelType >::calcSurfaceValues(), DarcyForchheimer::calcTransformModelData(), coupledPolyPatch::calcTransformTensors(), waveMethod::calculate(), LiquidEvaporation< CloudType >::calculate(), LiquidEvaporationBoil< CloudType >::calculate(), faceAreaWeightAMI2D::calculate(), nearestFaceAMI::calculate(), MUCSheterogeneousRate< CloudType >::calculate(), COxidationMurphyShaddix< CloudType >::calculate(), faceAreaWeightAMI::calculate(), viewFactor::calculate(), solarLoad::calculate(), correctedCellVolumeWeightMethod::calculateAddressing(), cellVolumeWeightMethod::calculateAddressing(), processorColour::cellColour(), cellCuts::cellCuts(), fvMotionSolver::cellMotionBoundaryTypes(), hexRef8::cellShapes(), OppositeFaceCellWave< Type, TrackingData >::cellToFace(), FaceCellWave< Foam::wallPointData< bool > >::cellToFace(), ReactingParcel< ParcelType >::cellValueSourceCorrection(), ThermoParcel< ParcelType >::cellValueSourceCorrection(), cellVolumeWeight::cellVolumeWeight(), centredCECCellToFaceStencilObject::centredCECCellToFaceStencilObject(), centredCFCCellToFaceStencilObject::centredCFCCellToFaceStencilObject(), centredCPCCellToFaceStencilObject::centredCPCCellToFaceStencilObject(), centredFECCellToFaceStencilObject::centredFECCellToFaceStencilObject(), coordinateSystems::cfind(), IOobjectList::cfindObject(), repatchPolyTopoChanger::changeAnchorPoint(), boundaryMesh::changeFaces(), polyTopoChange::changeMesh(), repatchPolyTopoChanger::changePatchID(), polyTopoChanger::changeTopology(), perfectInterface::changeTopology(), layerAdditionRemoval::changeTopology(), attachDetach::changeTopology(), slidingInterface::changeTopology(), GeometricBoundaryField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::check(), primitiveMesh::checkCellsZipUp(), primitiveMesh::checkCellVolumes(), primitiveMesh::checkClosedBoundary(), primitiveMesh::checkClosedCells(), primitiveMesh::checkConcaveCells(), SolverPerformance< Type >::checkConvergence(), faBoundaryMesh::checkDefinition(), polyBoundaryMesh::checkDefinition(), primitiveMesh::checkFaceAngles(), primitiveMesh::checkFaceAreas(), primitiveMesh::checkFaceFaces(), primitiveMesh::checkFaceFlatness(), primitiveMesh::checkFaceOrthogonality(), primitiveMesh::checkFacePyramids(), primitiveMesh::checkFaceSkewness(), primitiveMesh::checkFaceVertices(), primitiveMesh::checkGeometry(), fvMatrix< Type >::checkImplicit(), regIOobject::checkIn(), objectRegistry::checkIn(), dimensionSet::checking(), hexRef8::checkMesh(), primitiveMesh::checkMesh(), polyMesh::checkMeshMotion(), objectRegistry::checkOut(), faBoundaryMesh::checkParallelSync(), ZoneMesh< cellZone, polyMesh >::checkParallelSync(), polyBoundaryMesh::checkParallelSync(), advancingFrontAMI::checkPatches(), primitiveMesh::checkPoints(), hexRef8::checkRefinementLevels(), primitiveMesh::checkTopology(), primitiveMesh::checkUpperTriangular(), Foam::chMod(), meshObject::clear(), objectRegistry::clear(), primitiveMesh::clearAddressing(), primitiveMesh::clearCellGeom(), primitiveMesh::clearGeom(), meshObject::clearUpto(), regIOobject::close(), mappedPatchBase::collectSamples(), processorColour::colour(), columnFvMesh::columnFvMesh(), holeToFace::combine(), Pstream::combineGather(), commSchedule::commSchedule(), refinementHistory::compact(), betaMax::computeLength(), SQP::computeMeritFunction(), hexRef8::consistentRefinement(), hexRef8::consistentSlowRefinement(), hexRef8::consistentSlowRefinement2(), hexRef8::consistentUnrefinement(), optionList::constrain(), kinematicSingleLayer::constrainFilmField(), kinematicSingleLayer::continuityCheck(), exact::correct(), curvatureSeparation::correct(), pimpleControl::correct(), wallDistAddressing::correct(), thixotropicViscosity::correct(), diffusionMulticomponent< ReactionThermo, ThermoType >::correct(), optionList::correct(), kineticTheoryModel::correct(), directionalPressureGradientExplicitSource::correct(), limitedLnGrad< Type >::correction(), limitedSnGrad< Type >::correction(), nullSpace::correction(), solutionControl::correctNonOrthogonal(), cyclicPolyPatch::coupledEdges(), globalMeshData::coupledPatch(), cyclicPolyPatch::coupledPoints(), Foam::cp(), meshRefinement::createBaffles(), multiWorldConnections::createComms(), distanceSurface::createGeometry(), box::createMap(), Foam::createTree(), meshRefinement::createZoneBaffles(), simpleControl::criteriaSatisfied(), pimpleControl::criteriaSatisfied(), displacementComponentLaplacianFvMotionSolver::curPoints(), displacementInterpolationMotionSolver::curPoints(), solidBodyDisplacementLaplacianFvMotionSolver::curPoints(), displacementLaplacianFvMotionSolver::curPoints(), motionSmootherAlgo::curPoints(), hexCellLooper::cut(), geomCellLooper::cut(), cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField(), cyclicAMIFvPatchField< scalar >::cyclicAMIFvPatchField(), cyclicAMIGAMGInterface::cyclicAMIGAMGInterface(), cyclicAMIPolyPatch::cyclicAMIPolyPatch(), decompositionMethod::decompose(), metisLikeDecomp::decomposeGeneral(), MeshObject< fvMesh, TopologicalMeshObject, zoneCPCStencil >::Delete(), boundaryMesh::deletePatch(), basicFvGeometryScheme::deltaCoeffs(), snappySnapDriver::detectNearSurfaces(), meshRefinement::directionalRefineCandidates(), uncollatedFileOperation::dirPath(), masterUncollatedFileOperation::dirPath(), displacementLaplacianFvMotionSolver::displacementLaplacianFvMotionSolver(), fvMeshDistribute::distribute(), distributedTriSurfaceMesh::distribute(), hexRef8::distribute(), distributedDILUPreconditioner::distributedDILUPreconditioner(), distributedTriSurfaceMesh::distributedTriSurfaceMesh(), Foam::dlClose(), Foam::dlLoaded(), Foam::dlOpen(), Foam::dlSymFind(), meshRefinement::doRemovePoints(), meshRefinement::doRestorePoints(), snappySnapDriver::doSnap(), meshRefinement::doSplitFaces(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::dynamicIndexedOctree(), greyMeanAbsorptionEmission::ECont(), eddy::eddy(), primitiveMesh::edgeCells(), edgeCollapser::edgeCollapser(), primitiveMesh::edgeFaces(), edgeSurface::edgeSurface(), PatchEdgeFaceWave< PrimitivePatchType, Type, TrackingData >::edgeToFace(), triSurfaceMesh::edgeTree(), ensightSurfaceReader::ensightSurfaceReader(), edgeInterpolationScheme< scalar >::euclidianInterpolate(), DSMCCloud< ParcelType >::evolve(), kinematicThinFilm::evolveRegion(), syncObjects::execute(), limitFields::execute(), Foam::exists(), sampledDistanceSurface::expire(), sampledCuttingPlane::expire(), extendedFeatureEdgeMesh::extendedFeatureEdgeMesh(), faceCoupleInfo::faceCoupleInfo(), primitiveMesh::faceEdges(), OppositeFaceCellWave< Type, TrackingData >::faceToCell(), FaceCellWave< Foam::wallPointData< bool > >::faceToCell(), PatchEdgeFaceWave< PrimitivePatchType, Type, TrackingData >::faceToEdge(), featureEdgeMesh::featureEdgeMesh(), uncollatedFileOperation::filePath(), masterUncollatedFileOperation::filePath(), fileOperation::filePath(), Foam::fileSize(), distanceSurface::filterFaceProximity(), surfaceFieldValue::filterField(), distanceSurface::filterKeepLargestRegion(), distanceSurface::filterKeepNearestRegions(), distanceSurface::filterRegionProximity(), probes::findElements(), cellVolumeWeightMethod::findInitialSeeds(), mapNearestMethod::findInitialSeeds(), directMethod::findInitialSeeds(), masterUncollatedFileOperation::findInstance(), triSurfaceMesh::findLine(), indexedOctree< Foam::treeDataPrimitivePatch< PatchType > >::findLine(), triSurfaceMesh::findLineAll(), distributedTriSurfaceMesh::findLineAll(), triSurfaceMesh::findLineAny(), polyTopoChanger::findModifierID(), triSurfaceMesh::findNearest(), distributedTriSurfaceMesh::findNearest(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::findNode(), faBoundaryMesh::findPatchID(), polyBoundaryMesh::findPatchID(), mappedPatchBase::findSamples(), advancingFrontAMI::findTargetFace(), cellPointWeight::findTetrahedron(), masterUncollatedFileOperation::findTimes(), fileOperation::findTimes(), cellPointWeight::findTriangle(), collatedFileOperation::flush(), fileOperation::flush(), for(), fvExprDriver::foundField(), fieldExpression::foundObject(), UPstream::freeCommunicator(), Function1Expression< Type >::Function1Expression(), ddtScheme< Type >::fvcDdtPhiCoeff(), ddtScheme< Type >::fvcDdtPhiCoeffExperimental(), GAMGSolver::GAMGSolver(), Pstream::gatherList(), geometric::geometric(), parallelFvGeometryScheme::geometry(), objectRegistry::getEvent(), triSurfaceMesh::getField(), distributedTriSurfaceMesh::getField(), boundaryMesh::getNearest(), triSurfaceMesh::getNormal(), distributedTriSurfaceMesh::getNormal(), cellDistFuncs::getPointNeighbours(), triSurfaceMesh::getRegion(), distributedTriSurfaceMesh::getRegion(), hexRef8::getSplitPoints(), removePoints::getUnrefimentSet(), treeDataPrimitivePatch< PatchType >::getVolumeType(), triSurfaceMesh::getVolumeType(), treeDataFace::getVolumeType(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::getVolumeType(), distributedTriSurfaceMesh::getVolumeType(), indexedOctree< Foam::treeDataPrimitivePatch< PatchType > >::getVolumeType(), polyMesh::globalData(), globalIndexAndTransform::globalIndexAndTransform(), FaceCellWave< Foam::wallPointData< bool > >::handleCyclicPatches(), FaceCellWave< Foam::wallPointData< bool > >::handleProcPatches(), regIOobject::headerOk(), Foam::highResLastModified(), inverseDistance::holeExtrapolationStencil(), IFstream::IFstream(), indexedOctree< Foam::treeDataPrimitivePatch< PatchType > >::indexedOctree(), oversetFvPatchField< Type >::initEvaluate(), meshToMeshMethod::initialise(), viewFactor::initialise(), IntegralScaleBox< Type >::initialise(), extractEulerianParticles::initialiseBins(), fluxSummary::initialiseCellZoneAndDirection(), advancingFrontAMI::initialiseWalk(), processorFaPatchField< Type >::initInterfaceMatrixUpdate(), processorFvPatchField< Type >::initInterfaceMatrixUpdate(), processorPolyPatch::initOrder(), triangle2D::interArea(), cyclicAMIPolyPatch::interpolate(), tanhInterpolation::interpolate(), edgeInterpolationScheme< scalar >::interpolate(), surfaceInterpolationScheme< GType >::interpolate(), uniformInterpolationTable< scalar >::interpolate(), cellCellStencil::interpolate(), volPointInterpolation::interpolate(), volPointInterpolation::interpolateDimensionedInternalField(), volPointInterpolation::interpolateInternalField(), inverseDistance::inverseDistance(), IOobject::IOobject(), Foam::isDir(), fvExprDriver::isField(), Foam::isFile(), fvExprDriver::isGlobalVariable(), exprDriver::isLocalVariable(), isoSurfaceCell::isoSurfaceCell(), isoSurfacePoint::isoSurfacePoint(), isoSurfaceTopo::isoSurfaceTopo(), triSurfaceMesh::isSurfaceClosed(), PatchEdgeFaceWave< PrimitivePatchType, Type, TrackingData >::iterate(), PointEdgeWave< Type, TrackingData >::iterate(), FaceCellWave< Foam::wallPointData< bool > >::iterate(), diffusionGasEvaporation< Thermo, OtherThermo >::Kexp(), CompositionModel< Foam::ReactingCloud< Foam::DSMCCloud > >::L(), Foam::lastModified(), lduPrimitiveMesh::lduPrimitiveMesh(), nullSpace::lineSearch(), ISQP::lineSearch(), MMA::lineSearch(), triangle2D::lineSegmentIntersectionPoint(), Pstream::listCombineGather(), Foam::ln(), fileOperation::lookupAndCacheProcessorsPath(), IOobjectList::lookupClassImpl(), IOobjectList::lookupClassTypeImpl(), IOobjectList::lookupImpl(), pimpleControl::loop(), LUscalarMatrix::LUscalarMatrix(), highAspectRatioFvGeometryScheme::makeAverageCentres(), volPointInterpolationAdjoint::makeBoundaryWeights(), makeFaGradScheme(), makeFvGradScheme(), polyTopoChange::makeMesh(), volPointInterpolationAdjoint::makeWeights(), oversetFvPatchField< Type >::manipulateMatrix(), omegaWallFunctionFvPatchScalarField::manipulateMatrix(), epsilonWallFunctionFvPatchScalarField::manipulateMatrix(), Foam::mapClouds(), Pstream::mapCombineGather(), Pstream::mapCombineScatter(), Foam::MapDimensionedFields(), mapDistribute::mapDistribute(), mapDistributeBase::mapDistributeBase(), dynamicRefineFvMesh::mapFields(), Foam::MapGeometricFields(), Foam::MapLagrangianFields(), mapPolyMesh::mapPolyMesh(), meshToMeshMethod::maskCells(), masterUncollatedFileOperation::masterOp(), solutionControl::maxResidual(), edgeMesh::mergeEdges(), meshRefinement::mergeEdgesUndo(), meshRefinement::mergeFreeStandingBaffles(), meshRefinement::mergePatchFacesUndo(), meshToMeshMethod::meshToMeshMethod(), bitSet::minusEq(), Foam::mkDir(), Foam::mode(), polyTopoChange::modifyFace(), layerAdditionRemoval::modifyMotionPoints(), attachDetach::modifyMotionPoints(), motionSmootherAlgo::modifyMotionPoints(), slidingInterface::modifyMotionPoints(), streamLineParticle::move(), wallBoundedStreamLineParticle::move(), solidParticle::move(), cyclicACMIFvPatch::movePoints(), basicFvGeometryScheme::movePoints(), stabilisedFvGeometryScheme::movePoints(), highAspectRatioFvGeometryScheme::movePoints(), solidBodyFvGeometryScheme::movePoints(), surfaceInterpolation::movePoints(), pointMesh::movePoints(), parallelFvGeometryScheme::movePoints(), averageNeighbourFvGeometryScheme::movePoints(), meshObject::movePoints(), triSurfaceMesh::movePoints(), polyMesh::movePoints(), Foam::mv(), Foam::mvBak(), surfaceFeatures::nearestEdges(), surfaceFeatures::nearestSamples(), lnGradScheme< Type >::New(), gradScheme< Type >::New(), MeshObject< fvMesh, TopologicalMeshObject, zoneCPCStencil >::New(), edgeInterpolationScheme< scalar >::New(), convectionScheme< Type >::New(), divScheme< Type >::New(), surfaceInterpolationScheme< GType >::New(), faD2dt2Scheme< Type >::New(), d2dt2Scheme< Type >::New(), faDdtScheme< scalar >::New(), snGradScheme< Type >::New(), convectionScheme< scalar >::New(), multivariateSurfaceInterpolationScheme< scalar >::New(), limitedSurfaceInterpolationScheme< Type >::New(), laplacianScheme< Type >::New(), ddtScheme< Type >::New(), laplacianScheme< Type, GType >::New(), GAMGAgglomeration::New(), masterUncollatedFileOperation::NewIFstream(), noiseModel::noiseModel(), nonBlockingGaussSeidelSmoother::nonBlockingGaussSeidelSmoother(), basicFvGeometryScheme::nonOrthCorrectionVectors(), basicFvGeometryScheme::nonOrthDeltaCoeffs(), oversetFvMeshBase::normalisation(), distribution::normalised(), distribution::normalisedShifted(), objectiveForce::objectiveForce(), objectiveMoment::objectiveMoment(), OFstream::OFstream(), polyMesh::oldPoints(), GeometricField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::oldTime(), dlLibraryTable::open(), optionList::operator()(), lduMatrix::operator+=(), lduMatrix::operator-=(), Foam::operator<<(), oldCyclicPolyPatch::order(), processorPolyPatch::order(), cyclicPolyPatch::order(), bitSet::orEq(), triSurfaceMesh::outsideVolumeType(), Foam::oversetAdjustPhi(), PatchEdgeFaceWave< PrimitivePatchType, Type, TrackingData >::PatchEdgeFaceWave(), PatchExprField< Type >::PatchExprField(), boundaryMesh::patchify(), processorFaPatchField< Type >::patchNeighbourField(), processorFvPatchField< Type >::patchNeighbourField(), enthalpySorptionFvPatchScalarField::patchSource(), speciesSorptionFvPatchScalarField::patchSource(), pointConstraints::pointConstraints(), PointEdgeWave< Type, TrackingData >::PointEdgeWave(), primitiveMesh::pointFaces(), sampledSet::pointInCell(), pointMesh::pointMesh(), polyline::polyline(), Foam::polyMeshZipUpCells(), projectCurveEdge::position(), projectEdge::position(), KinematicCloud< Cloud< basicKinematicCollidingParcel > >::postEvolve(), liquidFilmBase::postEvolveRegion(), optionList::postProcessAuxSens(), optionList::postProcessSens(), preserveBaffles::preserveBaffles(), preserveFaceZones::preserveFaceZones(), preservePatches::preservePatches(), snappySnapDriver::preSmoothPatch(), indexedOctree< Foam::treeDataPrimitivePatch< PatchType > >::print(), meshRefinement::printMeshInfo(), processorFaPatchField< Type >::processorFaPatchField(), processorFvPatchField< Type >::processorFvPatchField(), faceAreaWeightAMI::processSourceFace(), projectFace::project(), noiseModel::PSDf(), pureUpwindCFCCellToFaceStencilObject::pureUpwindCFCCellToFaceStencilObject(), liquidProperties::pvInvert(), NASsurfaceFormat< Face >::read(), solutionControl::read(), syncObjects::read(), boundaryMesh::read(), wallBoundedStreamLine::read(), uncollatedFileOperation::read(), sampledSets::read(), masterUncollatedFileOperation::read(), sampledSurfaces::read(), rotorDiskSource::read(), surfaceFieldValue::read(), masterUncollatedFileOperation::readAndSend(), decomposedBlockData::readBlock(), decomposedBlockData::readBlocks(), ensightSurfaceReader::readCase(), RegisterDebugSwitch< Type >::readData(), exprDriver::readDict(), Foam::readDir(), ensightSurfaceReader::readField(), levelSetDesignVariables::readField(), ensightSurfaceReader::readGeometry(), uncollatedFileOperation::readHeader(), masterUncollatedFileOperation::readHeader(), IOobject::readHeader(), Foam::readLink(), objectRegistry::readModifiedObjects(), uncollatedFileOperation::readObjects(), masterUncollatedFileOperation::readObjects(), fileOperation::readObjects(), regIOobject::readStream(), masterUncollatedFileOperation::readStream(), polyMesh::readUpdate(), dynamicRefineFvMesh::refine(), meshRefinement::refineAndBalance(), refinementHistory::refinementHistory(), regionSplit::regionSplit(), fvMatrix< Type >::relax(), cloudSolution::relaxCoeff(), edgeIntersections::removeDegenerates(), topoSet::removeFiles(), refinementHistory::removeFiles(), hexRef8::removeFiles(), meshRefinement::removeFiles(), meshRefinement::removeLimitShells(), undoableMeshCutter::removeSplitFaces(), fileMonitor::removeWatch(), FilterField::reset(), primitiveMesh::reset(), cyclicACMIPolyPatch::resetAMI(), cyclicAMIPolyPatch::resetAMI(), primitiveMesh::resetGeometry(), ISQP::resFL(), refinementHistory::resize(), faceAreaWeightAMI::restartUncoveredSourceFace(), Foam::rm(), Foam::rmDir(), VollerPrakash::S(), sampledPlane::sampledPlane(), PCG::scalarSolve(), PBiCGStab::scalarSolve(), FPCG::scalarSolve(), PPCG::scalarSolveCG(), motionSmootherAlgo::scaleMesh(), snappySnapDriver::scaleMesh(), cyclicACMIPolyPatch::scalePatchFaceAreas(), Pstream::scatterList(), cloudSolution::semiImplicit(), sensitivitySurfacePoints::sensitivitySurfacePoints(), cyclicAMIPolyPatch::setAMIFaces(), ReactingParcel< ParcelType >::setCellValues(), ThermoParcel< ParcelType >::setCellValues(), KinematicParcel< ParcelType >::setCellValues(), exprFixedValueFvPatchField< Type >::setDebug(), exprMixedFvPatchField< Type >::setDebug(), motionSmootherAlgo::setDisplacement(), rotorDiskSource::setFaceArea(), repatchPolyTopoChanger::setFaceZone(), triSurfaceMesh::setField(), hexRef8::setInstance(), lumpedPointMovement::setInterpolator(), cellVolumeWeightMethod::setNextCells(), faceAreaWeightAMI::setNextFaces(), lumpedPointMovement::setPatchControl(), duplicatePoints::setRefinement(), refinementIterator::setRefinement(), perfectInterface::setRefinement(), boundaryCutter::setRefinement(), removePoints::setRefinement(), undoableMeshCutter::setRefinement(), combineFaces::setRefinement(), removeFaces::setRefinement(), layerAdditionRemoval::setRefinement(), meshCutAndRemove::setRefinement(), meshCutter::setRefinement(), addPatchCellLayer::setRefinement(), hexRef8::setRefinement(), masterUncollatedFileOperation::setTime(), removePoints::setUnrefinement(), hexRef8::setUnrefinement(), shortestPathSet::shortestPathSet(), singleProcessorFaceSets::singleProcessorFaceSets(), slidingInterface::slidingInterface(), snappySnapDriver::smoothDisplacement(), solidBodyDisplacementLaplacianFvMotionSolver::solidBodyDisplacementLaplacianFvMotionSolver(), faMatrix< Type >::solve(), PBiCG::solve(), smoothSolver::solve(), fvMatrix< Type >::fvSolver::solve(), pLaplacianMotionSolver::solve(), elasticityMotionSolver::solve(), adjointEikonalSolver::solve(), GAMGSolver::solve(), fvMatrix< Type >::solveCoupled(), KirchhoffShell::solveDisplacement(), thermalShell::solveEnergy(), oversetFvMeshBase::solveOverset(), fvMatrix< Type >::solver(), fvMatrix< Type >::solveSegregated(), fvMatrix< Type >::solveSegregatedOrCoupled(), ISQP::solveSubproblem(), ParSortableList< Type >::sort(), optionList::source(), KinematicCloud< Cloud< basicKinematicCollidingParcel > >::Srhok(), fvMesh::storeOldVol(), word::stripInvalid(), fileName::stripInvalid(), KinematicCloud< Cloud< basicKinematicCollidingParcel > >::SU(), refinementHistory::subset(), hexRef8::subset(), surfaceIntersection::surfaceIntersection(), masterUncollatedFileOperation::sync(), fileOperation::sync(), processorCyclicPolyPatch::tag(), polyMesh::tetBasePtIs(), cutFaceAdvect::timeIntegratedFaceFlux(), incompressibleAdjointSolver::topOSensMultiplier(), particle< Type >::trackToMovingTri(), particle< Type >::trackToStationaryTri(), KinematicSurfaceFilm< CloudType >::transferParcel(), kinematicSingleLayer::transferPrimaryRegionSourceFields(), triSurfaceMesh::triSurfaceMesh(), triSurface::triSurfInstance(), turbulentDFSEMInletFvPatchVectorField::turbulentDFSEMInletFvPatchVectorField(), turbulentDigitalFilterInletFvPatchField< Type >::turbulentDigitalFilterInletFvPatchField(), Foam::type(), UIPstream::UIPstream(), dynamicMotionSolverTopoFvMesh::update(), dynamicMotionSolverFvMeshAMI::update(), voxelMeshSearch::update(), lduPrimitiveMeshAssembly::update(), trackingInverseDistance::update(), marchingCells::update(), sampledCuttingSurface::update(), cellVolumeWeight::update(), sampledPlane::update(), sampledDistanceSurface::update(), sampledPatch::update(), inverseDistance::update(), sampledCuttingPlane::update(), oversetFvMeshBase::updateAddressing(), cyclicACMIFvPatch::updateAreas(), cyclicACMIPolyPatch::updateAreas(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::updateCoeffs(), exprValuePointPatchField< Type >::updateCoeffs(), greyDiffusiveViewFactorFixedValueFvPatchScalarField::updateCoeffs(), exprFixedValueFvPatchField< Type >::updateCoeffs(), mappedFlowRateFvPatchVectorField::updateCoeffs(), fixedIncidentRadiationFvPatchScalarField::updateCoeffs(), exprMixedFvPatchField< Type >::updateCoeffs(), mappedFixedValueFvPatchField< Type >::updateCoeffs(), lumpedMassWallTemperatureFvPatchScalarField::updateCoeffs(), timeVaryingMappedFixedValueFvPatchField< Type >::updateCoeffs(), fixedMultiPhaseHeatFluxFvPatchScalarField::updateCoeffs(), mappedMixedFvPatchField< Type >::updateCoeffs(), mappedMixedFieldFvPatchField< Type >::updateCoeffs(), mappedFieldFvPatchField< Type >::updateCoeffs(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs(), thermalBaffle1DFvPatchScalarField< solidType >::updateCoeffs(), timeVaryingMappedFixedValuePointPatchField< Type >::updateCoeffs(), turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs(), porousBafflePressureFvPatchField::updateCoeffs(), pressurePIDControlInletVelocityFvPatchVectorField::updateCoeffs(), enthalpySorptionFvPatchScalarField::updateCoeffs(), speciesSorptionFvPatchScalarField::updateCoeffs(), humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs(), turbulentDFSEMInletFvPatchVectorField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), surfaceInterpolation::updateGeom(), setUpdater::updateMesh(), removePoints::updateMesh(), surfaceInterpolation::updateMesh(), pointMesh::updateMesh(), meshObject::updateMesh(), layerAdditionRemoval::updateMesh(), meshCutAndRemove::updateMesh(), meshCutter::updateMesh(), refinementHistory::updateMesh(), slidingInterface::updateMesh(), hexRef8::updateMesh(), globalMeshData::updateMesh(), reactingOneDim::updatePhiGas(), prghPermeableAlphaTotalPressureFvPatchScalarField::updateSnGrad(), fileMonitor::updateStates(), UPstream_mpi_receive(), upwindCECCellToFaceStencilObject::upwindCECCellToFaceStencilObject(), upwindCFCCellToFaceStencilObject::upwindCFCCellToFaceStencilObject(), upwindCPCCellToFaceStencilObject::upwindCPCCellToFaceStencilObject(), upwindFECCellToFaceStencilObject::upwindFECCellToFaceStencilObject(), MappedFile< Type >::value(), voxelMeshSearch::voxelMeshSearch(), OFstreamCollator::waitAll(), dynamicCode::waitForFile(), cellCellStencil::walkFront(), wallLayerCells::wallLayerCells(), basicFvGeometryScheme::weights(), FacePostProcessing< CloudType >::write(), syncObjects::write(), exprValuePointPatchField< Type >::write(), exprFixedValueFvPatchField< Type >::write(), exprMixedFvPatchField< Type >::write(), OFstreamCollator::write(), ParticleCollector< CloudType >::write(), regionSizeDistribution::write(), decomposedBlockData::writeBlocks(), fvExprDriver::writeCommon(), RegisterDebugSwitch< Type >::writeData(), Foam::ensightOutput::Detail::writeFieldComponents(), topOVariablesBase::writeFluidSolidInterface(), collatedFileOperation::writeObject(), oversetFvMeshBase::writeObject(), regIOobject::writeObject(), distributedTriSurfaceMesh::writeObject(), masterUncollatedFileOperation::writeObject(), objectRegistry::writeObject(), bitSet::xorEq(), meshRefinement::zonify(), OFstreamCollator::~OFstreamCollator(), pointConstraints::~pointConstraints(), regIOobject::~regIOobject(), and UIPstreamBase::~UIPstreamBase().

◆ maxChunk_

int maxChunk_

Upper limit on number of items for bundled off-processor field transfers. The component-wise transfer uses float (4 bytes).

Eg, 5M for 50 ranks of 100k cells each

Referenced by Foam::ensightOutput::Detail::writeFieldComponents().