stdFoam.H File Reference

Includes some standard C++ headers, defines global macros and templates used in multiple places by OpenFOAM. More...

Include dependency graph for stdFoam.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  identityOp
 A functor that returns its argument unchanged (cf. C++20 std::identity) Should never be specialized. More...
 
class  span< Type >
 Rudimentary functionality similar to std::span for holding memory view. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::Detail
 Implementation details for various OpenFOAM classes.
 
 Foam::Module
 Additional OpenFOAM modules.
 
 stdFoam
 Namespace for std templates that are are part of future C++ standards or that are in a state of change.
 

Macros

#define FOAM_DEPRECATED(since)
 
#define FOAM_DEPRECATED_FOR(since, replacement)
 
#define FOAM_DEPRECATED_STRICT(since, replacement)
 
#define FOAM_DEPRECATED_STRICT(since, replacement)
 
#define FOAM_NODISCARD
 
#define forAllIters(container, iter)
 Iterate across all elements in the container object. More...
 
#define forAllConstIters(container, iter)
 Iterate across all elements of the container object with const access. More...
 
#define forAllReverseIters(container, iter)
 Reverse iterate across elements in the container object of type. More...
 
#define forAllConstReverseIters(container, iter)
 Reverse iterate across elements of container object with const access. More...
 
#define forAll(list, i)   for (Foam::label i=0; i<(list).size(); ++i)
 Loop across all elements in list. More...
 
#define forAllReverse(list, i)   for (Foam::label i=(list).size()-1; i>=0; --i)
 Reverse loop across all elements in list. More...
 
#define forAllIter(Container, container, iter)
 Iterate across all elements in the container object. More...
 
#define forAllConstIter(Container, container, iter)
 Iterate across all elements in the container object. More...
 

Functions

template<class T >
void Swap (T &a, T &b)
 Swap non-array types as per std::swap, but in Foam namespace. More...
 
template<class T , size_t N>
void Swap (T(&a)[N], T(&b)[N])
 Swap array types as per std::swap example, but in Foam namespace. More...
 
template<class C >
constexpr auto begin (C &c) -> decltype(c.begin())
 Return iterator to the beginning of the container c. More...
 
template<class C >
constexpr auto begin (const C &c) -> decltype(c.begin())
 Return const_iterator to the beginning of the container c. More...
 
template<class C >
constexpr auto cbegin (const C &c) -> decltype(c.begin())
 Return const_iterator to the beginning of the container c. More...
 
template<class C >
constexpr auto end (C &c) -> decltype(c.end())
 Return iterator to the end of the container c. More...
 
template<class C >
constexpr auto end (const C &c) -> decltype(c.end())
 Return const_iterator to the end of the container c. More...
 
template<class C >
constexpr auto cend (const C &c) -> decltype(c.end())
 Return const_iterator to the end of the container c. More...
 
template<class C >
constexpr auto rbegin (C &c) -> decltype(c.rbegin())
 Return reverse_iterator to the reverse-begin of container c. More...
 
template<class C >
constexpr auto rbegin (const C &c) -> decltype(c.rbegin())
 Return const_reverse_iterator to the reverse-begin of container c. More...
 
template<class C >
constexpr auto crbegin (const C &c) -> decltype(c.rbegin())
 Return const_reverse_iterator to the reverse-begin of container c. More...
 
template<class C >
constexpr auto rend (C &c) -> decltype(c.rend())
 Return reverse_iterator to reverse-end of container c. More...
 
template<class C >
constexpr auto rend (const C &c) -> decltype(c.rend())
 Return const_reverse_iterator to reverse-end of container c. More...
 
template<class C >
constexpr auto crend (const C &c) -> decltype(c.rend())
 Return const_reverse_iterator to reverse-end of container c. More...
 
template<class T >
constexpr const Tmin (const T &a, const T &b)
 Return the lesser of the parameters. More...
 
template<class T >
constexpr const Tmax (const T &a, const T &b)
 Return the greater of the parameters. More...
 

Detailed Description

Includes some standard C++ headers, defines global macros and templates used in multiple places by OpenFOAM.

Original source file stdFoam.H

Definition in file stdFoam.H.

Macro Definition Documentation

◆ FOAM_DEPRECATED

#define FOAM_DEPRECATED (   since)

Definition at line 49 of file stdFoam.H.

◆ FOAM_DEPRECATED_FOR

#define FOAM_DEPRECATED_FOR (   since,
  replacement 
)

Definition at line 50 of file stdFoam.H.

◆ FOAM_DEPRECATED_STRICT [1/2]

#define FOAM_DEPRECATED_STRICT (   since,
  replacement 
)

Definition at line 55 of file stdFoam.H.

◆ FOAM_DEPRECATED_STRICT [2/2]

#define FOAM_DEPRECATED_STRICT (   since,
  replacement 
)

Definition at line 55 of file stdFoam.H.

◆ FOAM_NODISCARD

#define FOAM_NODISCARD

Definition at line 63 of file stdFoam.H.

◆ forAllIters

#define forAllIters (   container,
  iter 
)
Value:
for \
( \
auto iter = stdFoam::begin(container); \
iter != stdFoam::end(container); \
++iter \
)
constexpr auto end(C &c) -> decltype(c.end())
Return iterator to the end of the container c.
Definition: stdFoam.H:201
constexpr auto begin(C &c) -> decltype(c.begin())
Return iterator to the beginning of the container c.
Definition: stdFoam.H:168

Iterate across all elements in the container object.

Usage
forAllIters(container, iter)
{
statements;
}
See also
forAllConstIters, forAllIter, forAllConstIters

Definition at line 336 of file stdFoam.H.

Referenced by objectRegistry::checkCacheTemporaryObjects(), meshObject::clear(), meshObject::clearUpto(), fvExprDriver::clearVariables(), multiphaseInterSystem::correct(), multiphaseInterSystem::correctTurbulence(), fieldAverageItem::evolve(), Pstream::exchange(), mapDistributeBase::exchangeAddressing(), Foam::PstreamDetail::exchangeConsensus(), Foam::PstreamDetail::exchangeContainer(), namesList< solutionEntry >::find(), combineFaces::getMergeSets(), MassTransferPhaseSystem< BasePhaseSystem >::includeVolChange(), meshObject::movePoints(), multiphaseSystem::multiphaseSystem(), weightedPosition::operator()(), mapDistribute::transformPosition::operator()(), probes::prepare(), lumpedPointMovement::readDict(), regionSplit2D::regionSplit2D(), exprDriver::resetDb(), graph::setXRange(), UnsortedMeshedSurface< Face >::sortedZones(), Foam::transformList(), Raoult< Thermo, OtherThermo >::update(), meshObject::updateMesh(), fvExprDriver::updateSpecialVariables(), cuttingSurfaceBase::walkCellCuts(), regionSizeDistribution::write(), mappedPatchBase::writeDict(), CallbackRegistry< CallbackType >::~CallbackRegistry(), and undoableMeshCutter::~undoableMeshCutter().

◆ forAllConstIters

#define forAllConstIters (   container,
  iter 
)
Value:
for \
( \
auto iter = stdFoam::cbegin(container); \
iter != stdFoam::cend(container); \
++iter \
)
constexpr auto cend(const C &c) -> decltype(c.end())
Return const_iterator to the end of the container c.
Definition: stdFoam.H:223
constexpr auto cbegin(const C &c) -> decltype(c.begin())
Return const_iterator to the beginning of the container c.
Definition: stdFoam.H:190

Iterate across all elements of the container object with const access.

Usage
forAllConstIters(container, iter)
{
statements;
}
See also
forAllIters, forAllIter, forAllConstIter

Definition at line 357 of file stdFoam.H.

◆ forAllReverseIters

#define forAllReverseIters (   container,
  iter 
)
Value:
for \
( \
auto iter = stdFoam::rbegin(container); \
iter != stdFoam::rend(container); \
++iter \
)
constexpr auto rbegin(C &c) -> decltype(c.rbegin())
Return reverse_iterator to the reverse-begin of container c.
Definition: stdFoam.H:237
constexpr auto rend(C &c) -> decltype(c.rend())
Return reverse_iterator to reverse-end of container c.
Definition: stdFoam.H:270

Reverse iterate across elements in the container object of type.

Container.

Usage
forAllReverseIters(container, iter)
{
statements;
}
See also
forAllConstReverseIters

Definition at line 379 of file stdFoam.H.

◆ forAllConstReverseIters

#define forAllConstReverseIters (   container,
  iter 
)
Value:
for \
( \
auto iter = stdFoam::crbegin(container); \
iter != stdFoam::crend(container); \
++iter \
)
constexpr auto crend(const C &c) -> decltype(c.rend())
Return const_reverse_iterator to reverse-end of container c.
Definition: stdFoam.H:292
constexpr auto crbegin(const C &c) -> decltype(c.rbegin())
Return const_reverse_iterator to the reverse-begin of container c.
Definition: stdFoam.H:259

Reverse iterate across elements of container object with const access.

Usage
forAllReverseConstIters(container, iter)
{
statements;
}
See also
forAllReverseIters

Definition at line 400 of file stdFoam.H.

◆ forAll

#define forAll (   list,
 
)    for (Foam::label i=0; i<(list).size(); ++i)

Loop across all elements in list.

Usage
forAll(anyList, i)
{
statements;
}
See also
forAllReverse

Definition at line 421 of file stdFoam.H.

Referenced by AABBTree< Type >::AABBTree(), incompressibleAdjointSolver::accumulateGradDxDbMultiplier(), sensitivityMultiple::accumulateIntegrand(), extractEulerianParticles::accumulateParticleInfo(), multiBandZoneAbsorptionEmission::aCont(), greyMeanAbsorptionEmission::aCont(), wideBandAbsorptionEmission::aCont(), MRFZoneList::active(), porosityModelList::active(), MultiInteraction< CloudType >::active(), isoSurfacePoint::adaptPatchFields(), preserveBaffles::add(), preservePatches::add(), fvMeshAdder::add(), BinSum< IndexType, List, CombineOp >::add(), singleProcessorFaceSets::add(), labelRanges::add(), polyMeshAdder::add(), refinementHistory::add(), extendedEdgeMesh::add(), fvMeshPrimitiveLduAddressing::addAddressing(), cyclicAMIPolyPatch::addAMIFaces(), faMatrix< Type >::addBoundaryDiag(), fvMatrix< Type >::addBoundaryDiag(), topOVariablesBase::addBoundaryFacesToIsoline(), faMatrix< Type >::addBoundarySource(), fvMatrix< Type >::addBoundarySource(), cellTable::addCellZones(), surfaceZonesInfo::addCellZonesToMesh(), refinementParameters::addCellZonesToMesh(), faMatrix< Type >::addCmptAvBoundaryDiag(), fvMatrix< Type >::addCmptAvBoundaryDiag(), objectiveUniformityCellZone::addColumnValues(), objectiveUniformityPatch::addColumnValues(), MRFZone::addCoriolis(), topOVariablesBase::addCuttingFaceToIsoline(), object::addData(), addPatchCellLayer::addedCells(), mapPatchChange::addedPatches(), surfaceZonesInfo::addFaceZonesToMesh(), objectiveFlowRatePartition::addHeaderInfo(), radiativeIntensityRay::addIntensity(), distributedDILUPreconditioner::addInterface(), distributedDILUPreconditioner::addInterfaceDiag(), lduPrimitiveMesh::addInterfaces(), oversetFvMeshBase::addInterpolation(), edgeSurface::addIntersectionEdges(), snappyLayerDriver::addLayers(), snappyLayerDriver::addLayersSinglePass(), reactingOneDim::addMassSources(), polyTopoChange::addMesh(), fvMeshTools::addPatch(), boundaryMesh::addPatch(), meshRefinement::addPatch(), FIREMeshReader::addPatches(), porosityModelList::addResistance(), volPointInterpolationAdjoint::addSeparated(), faceZoneSet::addSet(), patchCellsSource::addSup(), heatExchangerSource::addSup(), solidificationMeltingSource::addSup(), LuoSvendsen::addToBinaryBreakupRate(), phaseChange::addToDriftRate(), SQPBase::addToFile(), lduCalculatedProcessorField< Type >::addToInternalField(), calculatedProcessorFvPatchField< Type >::addToInternalField(), faMatrix< Type >::addToInternalField(), lduInterfaceField::addToInternalField(), fvMatrix< Type >::addToInternalField(), forces::addToInternalField(), pointPatchField< vector >::addToInternalField(), wallBoiling::addToNucleationRate(), polyTopoChanger::addTopologyModifiers(), adjointkOmegaSST::addWallFunctionTerms(), regIOobject::addWatch(), surfMesh::addZones(), MeshedSurface< Foam::face >::addZones(), MeshedSurface< Foam::face >::addZonesToFaces(), cloudAbsorptionEmission::aDisp(), adjointkOmegaSST::adjointMeanFlowSource(), adjointSolverManager::adjointSolverManager(), adjointSolverManager::adjointSolversNames(), Foam::adjustPhi(), oversetFvPatchField< Type >::adjustPsi(), polyMeshTetDecomposition::adjustTetBasePtIs(), eagerGAMGProcAgglomeration::agglomerate(), pairGAMGAgglomeration::agglomerate(), manualGAMGProcAgglomeration::agglomerate(), masterCoarsestGAMGProcAgglomeration::agglomerate(), MGridGenGAMGAgglomeration::agglomerate(), AMIInterpolation::agglomerate(), GAMGInterface::agglomerateCoeffs(), GAMGAgglomeration::agglomerateLduAddressing(), fvDOM::alignClosestRayToSun(), zoneCellStencils::allCoupledFacesPatch(), cellToCellStencil::allCoupledFacesPatch(), cellToFaceStencil::allCoupledFacesPatch(), extendedEdgeMesh::allNearestFeatureEdges(), quasiNewton::allocateHessian(), UPstream::allocateInterHostCommunicator(), UPstream::allocateIntraHostCommunicator(), MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField(), AMIInterpolation::append(), equationMaxIterCondition::apply(), preservePatches::apply(), equationInitialResidualCondition::apply(), singleProcessorFaceSets::apply(), singleDirectionUniformBin::apply(), uniformBin::apply(), refinementHistory::apply(), levelSetDesignVariables::applyFixedPorosityValues(), topODesignVariables::applyFixedValues(), rigidBodyModel::applyRestraints(), solutionControl::applyToField(), patchInteractionDataList::applyToPatch(), faceZoneToFaceZone::applyToSet(), setToCellZone::applyToSet(), setToPointZone::applyToSet(), setAndNormalToFaceZone::applyToSet(), setToFaceZone::applyToSet(), searchableSurfaceToFaceZone::applyToSet(), normalToFace::applyToSet(), setsToFaceZone::applyToSet(), polyPatch::areaFraction(), face::areaInContact(), lumpedPointMovement::areas(), sensitivityMultiple::assembleSensitivities(), sensitivitySurface::assembleSensitivities(), sensitivitySurfacePoints::assembleSensitivities(), assemblyFaceAreaPairGAMGAgglomeration::assemblyFaceAreaPairGAMGAgglomeration(), attachPolyTopoChanger::attach(), nullSpace::ATv(), FreeStream< CloudType >::autoMap(), activePressureForceBaffleVelocityFvPatchVectorField::autoMap(), fvPatchField< vector >::autoMap(), extendedEdgeMesh::autoMap(), nullSpace::Av(), Foam::fac::average(), Foam::fvc::average(), averageNeighbourFvGeometryScheme::averageCentres(), averageNeighbourFvGeometryScheme::averageNeighbourCentres(), AveragingMethod< Foam::vector >::AveragingMethod(), motionSmootherAlgo::avg(), snappySnapDriver::avgCellCentres(), binaryTree< CompType, ThermoType >::balance(), meshRefinement::balance(), lduAddressing::band(), basicMultiComponentMixture::basicMultiComponentMixture(), uniformBin::binAddr(), binned::binned(), BinSum< IndexType, List, CombineOp >::BinSum(), blackBodyEmission::blackBodyEmission(), bladeModel::bladeModel(), Foam::blankElementMasks(), isoSurfaceBase::blockCells(), meshRefinement::blockLeakFaces(), booleanSurface::booleanSurface(), PrimitivePatch<::Foam::List< labelledTri >, pointField >::boundaryFaces(), primitiveMeshTools::boundaryFaceSkewness(), GeometricBoundaryField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::boundaryInternalField(), fvMatrix< Type >::boundaryManipulate(), volBSplinesBase::boundControlPointMovement(), NURBS3DVolume::boundControlPointMovement(), searchableBox::boundingSpheres(), searchableSurfaceCollection::boundingSpheres(), triSurfaceMesh::boundingSpheres(), box::box(), NURBS3DCurve::buildCurve(), Implicit< CloudType >::cacheFields(), ParticleForceList< KinematicCloud< Cloud< basicKinematicCollidingParcel > > >::cacheFields(), SurfaceFilmModel< Foam::KinematicCloud< Cloud< basicKinematicCollidingParcel > > >::cacheFilmFields(), ReactingHeterogeneousParcel< ParcelType >::calc(), ReactingParcel< ParcelType >::calc(), ReactingMultiphaseParcel< ParcelType >::calc(), binaryNode< CompType, ThermoType >::calcA(), nearWallFields::calcAddressing(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), energySpectrum::calcAndWriteSpectrum(), fieldAverage::calcAverages(), volPointInterpolationAdjoint::calcBoundaryAddressing(), Foam::meshTools::calcBoxPointNormals(), isoSurfaceBase::calcCellCuts(), cutCell::calcCellData(), primitiveMesh::calcCells(), holeToFace::calcClosure(), targetCoeffTrim::calcCoeffs(), mapDistributeBase::calcCompactAddressing(), curvatureSeparation::calcCosAngle(), ParticleForceList< KinematicCloud< Cloud< basicKinematicCollidingParcel > > >::calcCoupled(), maxDeltaxyz::calcDelta(), ReactingMultiphaseParcel< ParcelType >::calcDevolatilisation(), cellMatcher::calcEdgeAddressing(), Foam::calcEk(), Foam::calcElementMasks(), enrichedPatch::calcEnrichedFaces(), addPatchCellLayer::calcExtrudeInfo(), faceCoupleInfo::calcFaceCentres(), faceCoupleInfo::calcFacePointAverages(), cellToFaceStencil::calcFaceStencil(), coupledPolyPatch::calcFaceTol(), polyDualMesh::calcFeatures(), fieldExtents::calcFieldExtents(), CentredFitSnGradData< Polynomial >::calcFit(), FitData< CentredFitSnGradData< Polynomial >, extendedCentredCellToFaceStencil, Polynomial >::calcFit(), cutCell::calcGeomDataCutFace(), symmetryPlanePolyPatch::calcGeometry(), wedgePolyPatch::calcGeometry(), processorPolyPatch::calcGeometry(), processorFaPatch::calcGeometry(), faBoundaryMesh::calcGeometry(), faceLimitedGrad< Type >::calcGrad(), faceMDLimitedGrad< Type >::calcGrad(), cellMDLimitedGrad< Type >::calcGrad(), triSurfaceSearch::calcInside(), triSurfaceTools::calcInterpolationWeights(), curvatureSeparation::calcInvR1(), cellMatcher::calcLocalFaces(), mappedPatchBase::calcMapping(), fieldMinMax::calcMinMaxFieldType(), snappySnapDriver::calcNearestSurface(), ParticleForceList< KinematicCloud< Cloud< basicKinematicCollidingParcel > > >::calcNonCoupled(), Foam::calcNormalDistance_filtered(), Foam::calcNormalDistance_nonzero(), Foam::calcNormalDistance_zero(), nutkWallFunctionFvPatchScalarField::calcNut(), nutUWallFunctionFvPatchScalarField::calcNut(), nutkRoughWallFunctionFvPatchScalarField::calcNut(), atmNutUWallFunctionFvPatchScalarField::calcNut(), nutUSpaldingWallFunctionFvPatchScalarField::calcNut(), atmNutkWallFunctionFvPatchScalarField::calcNut(), atmNutWallFunctionFvPatchScalarField::calcNut(), ReactingParcel< ParcelType >::calcPhaseChange(), faPatch::calcPointEdges(), cellMatcher::calcPointFaceIndex(), primitiveMesh::calcPointOrder(), createShellMesh::calcPointRegions(), snappySnapDriver::calcSnapDistance(), cutFacePLIC::calcSubFace(), cutFaceIso::calcSubFace(), cutFaceAdvect::calcSubFace(), fixedCoeff::calcTransformModelData(), DarcyForchheimer::calcTransformModelData(), cyclicPolyPatch::calcTransforms(), cyclicAMIPolyPatch::calcTransforms(), coupledFaPatch::calcTransformTensors(), coupledPolyPatch::calcTransformTensors(), waveMethod::calculate(), ConstantRateDevolatilisation< CloudType >::calculate(), LiquidEvaporation< CloudType >::calculate(), atmOmegaWallFunctionFvPatchScalarField::calculate(), P1::calculate(), atmEpsilonWallFunctionFvPatchScalarField::calculate(), LiquidEvaporationBoil< CloudType >::calculate(), pointNoise::calculate(), nearestFaceAMI::calculate(), faceAreaWeightAMI2D::calculate(), omegaWallFunctionFvPatchScalarField::calculate(), epsilonWallFunctionFvPatchScalarField::calculate(), valueAverageBase::calculate(), faceAreaWeightAMI::calculate(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::calculate(), SingleKineticRateDevolatilisation< CloudType >::calculate(), StandardChemistryModel< CompType, ThermoType >::calculate(), viewFactor::calculate(), fvDOM::calculate(), surfaceNoise::calculate(), solarLoad::calculate(), rotorDiskSource::calculate(), correctedCellVolumeWeightMethod::calculateAddressing(), cellVolumeWeightMethod::calculateAddressing(), mapNearestMethod::calculateAddressing(), directMethod::calculateAddressing(), extractEulerianParticles::calculateAddressing(), correlationFunction< Type >::calculateCorrelationFunction(), calculatedProcessorGAMGInterface::calculatedProcessorGAMGInterface(), meshRefinement::calculateEdgeWeights(), tabulatedHeatTransfer::calculateHtc(), tabulatedNTUHeatTransfer::calculateHtc(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::calculateMassFractions(), singleStepReactingMixture< ThermoType >::calculateMaxProducts(), singleStepReactingMixture< ThermoType >::calculateqFuel(), GAMGAgglomeration::calculateRegionMaster(), StandardChemistryModel< CompType, ThermoType >::calculateRR(), sensitivityMultiple::calculateSensitivities(), omegaWallFunctionFvPatchScalarField::calculateTurbulenceFields(), epsilonWallFunctionFvPatchScalarField::calculateTurbulenceFields(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::calculateVolumeFractions(), nutUTabulatedWallFunctionFvPatchScalarField::calcUPlus(), nutkFilmWallFunctionFvPatchScalarField::calcUTau(), nutUBlendedWallFunctionFvPatchScalarField::calcUTau(), nutUSpaldingWallFunctionFvPatchScalarField::calcUTau(), pointMVCWeight::calcWeights(), LiquidEvaporation< CloudType >::calcXc(), LiquidEvaporationBoil< CloudType >::calcXc(), LiquidEvapFuchsKnudsen< CloudType >::calcXc(), nutUWallFunctionFvPatchScalarField::calcYPlus(), SLGThermo::carrierId(), deltaBoundary::cellCenters_d(), primitiveMeshTools::cellClosedness(), processorColour::cellColour(), primitiveMeshTools::cellDeterminant(), cellFeatures::cellFeatures(), cellMapper::cellMapper(), fvMotionSolver::cellMotionBoundaryTypes(), hexRef8::cellShapes(), OppositeFaceCellWave< Type, TrackingData >::cellToFace(), dynamicRefineFvMesh::cellToPoint(), ReactingParcel< ParcelType >::cellValueSourceCorrection(), multiComponentMixture< ThermoType >::cellVolMixture(), cellVolumeWeight::cellVolumeWeight(), cellModel::centre(), ReynoldsAnalogy::Cf(), repatchPolyTopoChanger::changeAnchorPoint(), boundaryMesh::changeFaces(), polyTopoChange::changeMesh(), boundaryMesh::changePatchType(), polyTopoChanger::changeTopology(), layerAdditionRemoval::changeTopology(), option::checkApplied(), edgeCollapser::checkBadFaces(), primitiveMeshGeometry::checkCellDeterminant(), primitiveMesh::checkCellsZipUp(), primitiveMesh::checkCellVolumes(), searchableSurfaces::checkClosed(), primitiveMesh::checkClosedCells(), primitiveMesh::checkCommonOrder(), primitiveMesh::checkConcaveCells(), oversetFvMeshBase::checkCoupledBC(), meshRefinement::checkCoupledFaceZones(), FaceCellWave< Foam::wallPointData< bool > >::checkCyclic(), meshRefinement::checkData(), faBoundaryMesh::checkDefinition(), polyBoundaryMesh::checkDefinition(), polyMeshGeometry::checkEdgeLength(), primitiveMesh::checkEdgeLength(), triSurface::checkEdges(), dynamicRefineFvMesh::checkEightAnchorPoints(), primitiveMeshGeometry::checkFaceAngles(), polyMeshGeometry::checkFaceAngles(), primitiveMesh::checkFaceAngles(), primitiveMesh::checkFaceAreas(), primitiveMeshGeometry::checkFaceDotProduct(), primitiveMesh::checkFaceFaces(), polyMeshGeometry::checkFaceFlatness(), primitiveMesh::checkFaceFlatness(), primitiveMesh::checkFaceOrthogonality(), primitiveMesh::checkFacePyramids(), MeshedSurface< Foam::face >::checkFaces(), primitiveMesh::checkFaceSkewness(), polyMeshTetDecomposition::checkFaceTets(), primitiveMeshGeometry::checkFaceTwist(), polyMeshGeometry::checkFaceTwist(), primitiveMesh::checkFaceVertices(), Foam::checkFireEdges(), surfaceFeatures::checkFlatRegionEdge(), fvMatrix< Type >::checkImplicit(), searchableSurfaces::checkIntersection(), hexRef8::checkMesh(), searchableSurfaces::checkNormalOrientation(), PatchTools::checkOrientation(), CollisionRecordList< vector, vector >::checkPairRecord(), pointZone::checkParallelSync(), faBoundaryMesh::checkParallelSync(), faceZone::checkParallelSync(), polyBoundaryMesh::checkParallelSync(), PrimitivePatch<::Foam::List< labelledTri >, pointField >::checkPointManifold(), primitiveMesh::checkPoints(), searchableSurfaces::checkQuality(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::checkRealizabilityConditions(), hexRef8::checkRefinementLevels(), GAMGAgglomeration::checkRestriction(), refinementFeatures::checkSizes(), searchableSurfaces::checkSizes(), turbulentDFSEMInletFvPatchVectorField::checkStresses(), enrichedPatch::checkSupport(), AMIInterpolation::checkSymmetricWeights(), PrimitivePatch<::Foam::List< labelledTri >, pointField >::checkTopology(), triSurface::checkTriangles(), polyMeshGeometry::checkTriangleTwist(), lduPrimitiveMesh::checkUpperTriangular(), primitiveMesh::checkUpperTriangular(), CollisionRecordList< vector, vector >::checkWallRecord(), SprayParcel< ParcelType >::chi(), extendedEdgeMesh::classifyFeaturePoint(), sensitivityMultiple::clearSensitivities(), averageNeighbourFvGeometryScheme::clipFaceTet(), refinementHistory::clone(), dlLibraryTable::close(), adjointkOmegaSST::coeffsDifferentiation(), triSurfaceTools::collapseEdges(), extendedCellToFaceStencil::collectData(), extendedFaceToCellStencil::collectData(), mappedPatchBase::collectSamples(), ORourkeCollision< CloudType >::collide(), CollisionRecordList< vector, vector >::CollisionRecordList(), processorColour::colour(), holeToFace::combine(), GAMGInterface::combine(), refinementHistory::combineCells(), cellVolumeWeight::combineCellTypes(), GAMGAgglomeration::combineLevels(), commSchedule::commSchedule(), UPstream::commsStruct::commsStruct(), extendedCentredCellToFaceStencil::compact(), extendedCentredFaceToCellStencil::compact(), extendedCentredCellToCellStencil::compact(), refinementHistory::compact(), ABAQUSCore::readHelper::compact_nodes(), removeFaces::compatibleRemoves(), BezierDesignVariables::computeBoundaryDisplacement(), volBSplinesBase::computeBoundaryDisplacement(), NURBS3DVolume::computeControlPointSensitivities(), conjugateGradient::computeCorrection(), constraintProjection::computeCorrection(), multiDimPolyFitter< T >::computeInverse(), betaMax::computeLength(), multiDimPolyFitter< T >::computeMatrixSource(), volBSplinesBase::computeMaxBoundaryDisplacement(), nullSpace::computeMeritFunction(), sigmoidalHeaviside::computeNearBandWidth(), NURBS3DVolume::computeNewPoints(), ISQP::computeNewtonDirection(), nullSpace::computeNewtonDirection(), MMA::computeNewtonDirection(), NURBS3DVolume::computeParametricCoordinates(), isotropic::computeRadius(), sensitivitySurface::computeRadius(), regularisationPDE::computeRadius(), nullSpace::computeResiduals(), ISQP::computeRHSForDeltaX(), optimisationManager::computeSensitivities(), ConeInjection< CloudType >::ConeInjection(), NURBS3DVolume::confineInertControlPoints(), profileModelList::connectBlades(), adjointSpalartAllmaras::conservativeMomentumSource(), edgeCollapser::consistentCollapse(), hexRef8::consistentSlowRefinement(), hexRef8::consistentSlowRefinement2(), hexRef8::consistentUnrefinement(), molecule::constantProperties::constantProperties(), ConstantRateDevolatilisation< CloudType >::ConstantRateDevolatilisation(), pointConstraints::constrainCorners(), Foam::meshTools::constrainDirection(), kinematicSingleLayer::constrainFilmField(), Foam::constrainHbyA(), Foam::meshTools::constrainToMeshCentre(), nullSpace::constraintRelatedUpdate(), rotorDiskSource::constructGeometry(), sensitivitySurfacePoints::constructGlobalPointNormalsAndAreas(), mapDistributeBase::constructMapSizes(), reconstructedDistanceFunction::constructRDF(), ShapeSensitivitiesBase::constructVolSensitivtyField(), NURBS3DVolume::continuityRealatedConfinement(), volumetricBSplinesDesignVariables::controlPointMovement(), adjointkOmegaSST::convectionMeanFlowSource(), MMA::converged(), searchableBox::coordinates(), searchableSurfaceCollection::coordinates(), NURBS3DVolume::coordinates(), forceList::correct(), constantDrift::correct(), wallBoiling::correct(), inverseFaceDistanceDiffusivity::correct(), nearWallDistNoSearch::correct(), inversePointDistanceDiffusivity::correct(), nearWallDist::correct(), transferModelList::correct(), patchPatchDist::correct(), phaseChange::correct(), injectionModelList::correct(), patchInjection::correct(), PaSR< ReactionThermo >::correct(), pointPatchDist::correct(), daughterSizeDistributionModel::correct(), strainRateFunction::correct(), drippingInjection::correct(), exact::correct(), wallDistData< TransferType >::correct(), meshWave::correct(), directionalMeshWave::correct(), MultiInteraction< CloudType >::correct(), IATE::correct(), curvatureSeparation::correct(), patchDataWave< TransferType, TrackingData >::correct(), radiativeIntensityRay::correct(), limitTurbulenceViscosity::correct(), EDC< ReactionThermo >::correct(), wallDistAddressing::correct(), limitTemperature::correct(), BrunDrippingInjection::correct(), SSG< BasicTurbulenceModel >::correct(), LRR< BasicTurbulenceModel >::correct(), diffusionMulticomponent< ReactionThermo, ThermoType >::correct(), meanVelocityForce::correct(), contactAngleForce::correct(), ensightMesh::correct(), RecycleInteraction< CloudType >::correct(), waveModel::correct(), directionalPressureGradientExplicitSource::correct(), thermoSingleLayer::correctAlpha(), gaussGrad< Type >::correctBoundaryConditions(), oversetFvMeshBase::correctBoundaryConditions(), cellCellStencil::correctBoundaryConditions(), cellDistFuncs::correctBoundaryFaceCells(), MRFZoneList::correctBoundaryFlux(), cellDistFuncs::correctBoundaryPointCells(), MRFZone::correctBoundaryVelocity(), oversetFvMeshBase::correctCoupledBoundaryConditions(), blockDescriptor::correctFacePoints(), thermoSingleLayer::correctHsForMappedT(), phaseModel::correctInflowOutflow(), mixtureKEpsilon< BasicTurbulenceModel >::correctInletOutlet(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), cubic< Type >::correction(), pointLinear< Type >::correction(), linearUpwind< Type >::correction(), linearUpwindV< Type >::correction(), linearUpwindNormal< Type >::correction(), outletStabilised< Type >::correction(), standardPhaseChange::correctModel(), waxSolventEvaporation::correctModel(), solidification::correctModel(), Foam::CorrectPhi(), rigidBodySolver::correctQuaternionJoints(), ReactingParcel< ParcelType >::correctSurfaceValues(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::correctThermo(), liquidFilmModel::correctThermoFields(), Foam::correctUphiBCs(), interfaceTrackingFvMesh::correctUsBoundaryConditions(), ReynoldsStress< RASModel< BasicTurbulenceModel > >::correctWallShearStress(), cellCellStencil::count(), fvMeshDistribute::countCells(), meshRefinement::countEdgeFaces(), meshRefinement::countFaceDirs(), meshRefinement::countHits(), removePoints::countPointUsage(), cyclicPolyPatch::coupledEdges(), globalMeshData::coupledPatch(), globalMeshData::coupledPatchMeshEdgeMap(), cyclicPolyPatch::coupledPoints(), kinematicSingleLayer::CourantNumber(), solidMixtureProperties::Cp(), liquidFilmThermo::Cp(), liquidMixtureProperties::Cp(), heThermo< BasicSolidThermo, MixtureType >::Cp(), CompositionModel< Foam::ReactingCloud< Foam::DSMCCloud > >::Cp(), heThermo< BasicSolidThermo, MixtureType >::CpByCpv(), heThermo< BasicSolidThermo, MixtureType >::Cpv(), omegaWallFunctionFvPatchScalarField::createAveragingWeights(), epsilonWallFunctionFvPatchScalarField::createAveragingWeights(), meshRefinement::createBaffles(), rotorDiskSource::createCoordinateSystem(), cellCellStencil::createField(), logFiles::createFiles(), distanceSurface::createGeometry(), box::createMap(), Foam::createReconstructMap(), inverseDistance::createStencil(), Foam::createZeroBoundaryPointFieldPtr(), Foam::createZeroBoundaryPtr(), meshRefinement::createZoneBaffles(), STARCDMeshReader::cullPoints(), Distribution< Type >::cumulativeNormalised(), Distribution< Type >::cumulativeRaw(), multiSolidBodyMotionSolver::curPoints(), volumetricBSplinesMotionSolver::curPoints(), displacementComponentLaplacianFvMotionSolver::curPoints(), displacementInterpolationMotionSolver::curPoints(), solidBodyDisplacementLaplacianFvMotionSolver::curPoints(), displacementLaplacianFvMotionSolver::curPoints(), motionSmootherAlgo::curPoints(), triSurfaceTools::curvatures(), curvatureSeparation::curvatureSeparation(), NURBS3DCurve::curveDerivativeCP(), NURBS3DCurve::curveDerivativeU(), NURBS3DCurve::curveDerivativeUU(), NURBS3DCurve::curveDerivativeWeight(), NURBS3DCurve::curvePoint(), hexCellLooper::cut(), geomCellLooper::cut(), extendedEdgeMesh::cut(), Foam::meshTools::cutDirToEdge(), cutFaceAdvect::cutPoints(), heThermo< BasicSolidThermo, MixtureType >::Cv(), cyclicACMIGAMGInterface::cyclicACMIGAMGInterface(), cyclicAMIGAMGInterface::cyclicAMIGAMGInterface(), cyclicGAMGInterface::cyclicGAMGInterface(), InterfaceCompositionModel< Thermo, OtherThermo >::D(), liquidMixtureProperties::D(), DAC< CompType, ThermoType >::DAC(), fvMatrix< Type >::DD(), MomentumTransferPhaseSystem< BasePhaseSystem >::ddtCorrByAs(), globalIndexAndTransform::decodeTransformIndex(), structuredDecomp::decompose(), decompositionMethod::decompose(), pointFieldDecomposer::decomposeField(), faFieldDecomposer::decomposeField(), fvFieldDecomposer::decomposeField(), faFieldDecomposer::decomposeFields(), faMeshDecomposition::decomposeMesh(), metisDecomp::decomposeSerial(), kahipDecomp::decomposeSerial(), scotchDecomp::decomposeSerial(), triSurfaceTools::delaunay2D(), surfaceFeatures::deleteBox(), mapPatchChange::deletedPatches(), boundaryMesh::deletePatch(), cyclicFvPatch::delta(), cyclicACMIFvPatch::delta(), cyclicAMIFvPatch::delta(), fvMesh::delta(), basicFvGeometryScheme::deltaCoeffs(), blackBodyEmission::deltaLambdaT(), StandardChemistryModel< CompType, ThermoType >::derivatives(), snappySnapDriver::detectNearSurfaces(), NURBS3DVolume::determineActiveDesignVariablesAndPoints(), InterfaceCompositionModel< Thermo, OtherThermo >::Dfrom(), ISQP::diagPreconditioner(), solarCalculator::diffuseSolarRad(), adjointkOmegaSST::diffusionNutMeanFlowMult(), dimensionSets::dimensionSets(), meshRefinement::directionalRefine(), meshRefinement::directionalRefineCandidates(), shellSurfaces::directionalSelectLevel(), directions::directions(), adjointSpalartAllmaras::distanceSensitivities(), faMeshDistributor::distribute(), searchableSurfaceCollection::distribute(), refinementHistory::distribute(), fvMeshDistribute::distribute(), distributedTriSurfaceMesh::distribute(), meshRefinement::distribute(), distributedDILUPreconditioner::distributedDILUPreconditioner(), distributedTriSurfaceMesh::distributedTriSurfaceMesh(), faMeshDistributor::distributeField(), faMeshBoundaryHalo::distributeSparse(), adjointkOmegaSST::divUMeanFlowSource(), Bezier::dndbBasedSensitivities(), NURBS3DVolume::dndbBasedSensitivities(), adjointkOmegaSST::dNutdbMult(), snappyLayerDriver::doLayers(), snappyVoxelMeshDriver::doRefine(), snappyRefineDriver::doRefine(), box::doRefineBoxes(), meshRefinement::doRestorePoints(), snappySnapDriver::doSnap(), meshRefinement::doSplitFaces(), adjointkOmegaSST::dR_dF1(), adjointkOmegaSST::dR_dnut(), multiphaseMangrovesSource::dragCoeff(), multiphaseSystem::dragCoeffs(), Foam::drawHitProblem(), DSMCCloud< ParcelType >::DSMCCloud(), InterfaceCompositionModel< Thermo, OtherThermo >::Dto(), Dual< Type >::Dual(), meshRefinement::dumpIntersections(), meshRefinement::dumpRefinementLevel(), meshRefinement::dupNonManifoldBoundaryPoints(), Bezier::dxdbFace(), blackBodyEmission::EbDeltaLambdaT(), multiBandZoneAbsorptionEmission::eCont(), eddy::eddy(), faBoundaryMesh::edgeFaces(), Foam::fac::edgeIntegrate(), faBoundaryMesh::edgeLabels(), faMesh::edgeLengthCorrection(), PatchTools::edgeNormals(), extendedEdgeMesh::edgeNormals(), PatchTools::edgeOwner(), cell::edges(), cellModel::edges(), Foam::fac::edgeSum(), edgeSurface::edgeSurface(), PointEdgeWave< Type, TrackingData >::edgeToPoint(), extendedEdgeMesh::edgeTreesByType(), cloudAbsorptionEmission::EDisp(), EFA< CompType, ThermoType >::EFA(), Foam::eigenValues(), Foam::eigenVector(), electrostaticDepositionFvPatchScalarField::electrostaticDepositionFvPatchScalarField(), globalIndexAndTransform::encodeTransformIndex(), effectivenessTable::energyDensity(), pairPotential::energyTable(), energyTransport::energyTransport(), engineMesh::engineMesh(), mixtureKEpsilon< BasicTurbulenceModel >::epsilonBoundaryTypes(), multiphaseMangrovesTurbulenceModel::epsilonCoeff(), dynamicRefineFvMesh::error(), edgeInterpolationScheme< scalar >::euclidianInterpolate(), FilterField::evaluate(), Foam::evaluateConstraintTypes(), seriesProfile::evaluateDrag(), seriesProfile::evaluateLift(), WallSpringSliderDashpot< CloudType >::evaluateWall(), WallLocalSpringSliderDashpot< CloudType >::evaluateWall(), coalCloudList::evolve(), pyrolysisModelCollection::evolve(), pyrolysisModelCollection::evolveRegion(), Pstream::exchange(), mapDistributeBase::exchangeAddressing(), Foam::PstreamDetail::exchangeChunkedBuf(), Foam::PstreamDetail::exchangeContainer(), mapDistributeBase::exchangeMasks(), Pstream::exchangeSizes(), surfaceFeatures::excludeOpen(), runTimeControl::execute(), surfaceDistance::execute(), yPlus::execute(), Curle::execute(), setFlow::execute(), extendedCellToCellStencil::extendedCellToCellStencil(), extendedCellToFaceStencil::extendedCellToFaceStencil(), extendedEdgeMesh::extendedEdgeMesh(), extendedFaceToCellStencil::extendedFaceToCellStencil(), extendedFeatureEdgeMesh::extendedFeatureEdgeMesh(), extendedUpwindCellToFaceStencil::extendedUpwindCellToFaceStencil(), Foam::extract(), wallDistAddressing::extract(), Foam::extractData(), valuePointPatchField< vector >::extrapolateInternal(), extrudePatchMesh::extrudePatchMesh(), faBoundaryMesh::faBoundaryMesh(), faBoundaryMeshMapper::faBoundaryMeshMapper(), polyPatch::faceCellCentres(), fvBoundaryMesh::faceCells(), polyBoundaryMesh::faceCells(), primitiveMeshTools::faceConcavity(), primitiveMesh::faceEdges(), primitiveMeshTools::faceFlatness(), PatchToPatchInterpolation< FromPatch, ToPatch >::faceInterpolate(), faceCoupleInfo::faceLabels(), faceMapper::faceMapper(), cellQuality::faceNonOrthogonality(), polyMeshTools::faceOrthogonality(), primitiveMeshTools::faceOrthogonality(), mappedPatchBase::facePoints(), Bezier::facePoints_d(), FacePostProcessing< CloudType >::FacePostProcessing(), primitiveMeshTools::facePyramidVolume(), cellModel::faces(), polyMeshTools::faceSkewness(), cellQuality::faceSkewness(), primitiveMeshTools::faceSkewness(), PatchEdgeFaceWave< PrimitivePatchType, Type, TrackingData >::faceToEdge(), PrimitivePatchInterpolation< Foam::PrimitivePatch >::faceToPointInterpolate(), polyMeshTools::faceWeights(), boundaryRadiationProperties::faceZoneIds(), faMatrix< Type >::faMatrix(), gaussConvectionScheme< Type >::famDiv(), faMeshMapper::faMeshMapper(), gaussLaplacianScheme< Type >::famLaplacian(), extendedEdgeMesh::featurePointNormals(), Foam::edgeMeshTools::featureProximity(), searchablePlateFeatures::features(), fft::fftRenumber(), parseDriver::field_cellSelection(), parseDriver::field_faceSelection(), FieldActivatedInjection< CloudType >::FieldActivatedInjection(), FieldField< Foam::Field, LUType >::FieldField(), phaseSystem::fillFields(), cellClassification::fillHangingCells(), cellClassification::fillRegionEdges(), polyMeshFilter::filter(), distanceSurface::filterFaceProximity(), surfaceFieldValue::filterField(), distanceSurface::filterKeepLargestRegion(), distanceSurface::filterKeepNearestRegions(), distanceSurface::filterPrepareRegionSplit(), distanceSurface::filterRegionProximity(), pointNoise::filterTimeData(), sensitivitySurfacePoints::finalisePointSensitivities(), searchableSurfacesQueries::findAllIntersections(), refinementSurfaces::findAllIntersections(), searchableSurfacesQueries::findAnyIntersection(), polyMeshTetDecomposition::findBasePoint(), refinementParameters::findCells(), NURBS3DCurve::findClosestCurvePoint(), NURBS3DSurface::findClosestSurfacePoint(), shellSurfaces::findDirectionalLevel(), localPointRegion::findDuplicateFacePairs(), localPointRegion::findDuplicateFaces(), Foam::meshTools::findEdge(), patchProbes::findElements(), probes::findElements(), shellSurfaces::findHigherGapLevel(), refinementSurfaces::findHigherIntersection(), refinementFeatures::findHigherLevel(), shellSurfaces::findHigherLevel(), cellVolumeWeight::findHoles(), inverseDistance::findHoles(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::findInside(), refinementSurfaces::findInside(), indexedOctree< Foam::treeDataPrimitivePatch< PatchType > >::findInside(), shellSurfaces::findLevel(), triSurfaceSearch::findLine(), searchablePlane::findLine(), searchablePlate::findLine(), searchableDisk::findLine(), searchableCylinder::findLine(), searchableSurfaceWithGaps::findLine(), searchableSurfaceCollection::findLine(), searchableRotatedBox::findLine(), searchableBox::findLine(), searchableCone::findLine(), searchableSphere::findLine(), triSurfaceSearch::findLineAll(), searchablePlane::findLineAll(), searchablePlate::findLineAll(), searchableDisk::findLineAll(), searchableCylinder::findLineAll(), searchableSurfaceWithGaps::findLineAll(), searchableSurfaceCollection::findLineAll(), searchableRotatedBox::findLineAll(), searchableBox::findLineAll(), searchableCone::findLineAll(), searchableSphere::findLineAll(), distributedTriSurfaceMesh::findLineAll(), triSurfaceSearch::findLineAny(), searchableCylinder::findLineAny(), searchableRotatedBox::findLineAny(), searchableBox::findLineAny(), searchableCone::findLineAny(), searchableSphere::findLineAny(), mappedPatchBase::findLocalSamples(), polyTopoChanger::findModifierID(), lduPrimitiveMeshAssembly::findNbrMeshId(), searchableSurfacesQueries::findNearest(), triSurfaceRegionSearch::findNearest(), triSurfaceSearch::findNearest(), searchablePlane::findNearest(), searchableExtrudedCircle::findNearest(), searchablePlate::findNearest(), searchableDisk::findNearest(), searchableCylinder::findNearest(), searchableRotatedBox::findNearest(), searchableBox::findNearest(), searchableCone::findNearest(), searchableSphere::findNearest(), distributedTriSurfaceMesh::findNearest(), refinementSurfaces::findNearest(), refinementFeatures::findNearestEdge(), searchableSurfacesQueries::findNearestIntersection(), refinementSurfaces::findNearestIntersection(), refinementFeatures::findNearestPoint(), refinementSurfaces::findNearestRegion(), refinementFeatures::findNearestRegionEdge(), sampledSet::findNearFace(), searchableExtrudedCircle::findParametricNearest(), boundaryMesh::findPatchID(), polyBoundaryMesh::findPatchIDs(), NURBS3DVolume::findPointsInBox(), meshRefinement::findRegions(), mappedPatchBase::findSamples(), polyMeshTetDecomposition::findSharedBasePoint(), polyMeshAdder::findSharedPoints(), cellPointWeight::findTetrahedron(), cellPointWeight::findTriangle(), masterUncollatedFileOperation::findWatch(), fileOperation::findWatch(), PstreamBuffers::finishedSends(), adjointSpalartAllmaras::FISensitivityTerm(), multiDimPolyFitter< T >::fitData(), volPointInterpolationAdjoint::flatBoundaryField(), volPointInterpolation::flatBoundaryField(), faMeshTools::flattenEdgeField(), kOmegaSSTLM< BasicTurbulenceModel >::Flength(), extendedEdgeMesh::flipNormals(), faMatrix< Type >::flux(), fvMatrix< Type >::flux(), for(), forceList::forceList(), lumpedPointMovement::forcesAndMoments(), pairPotential::forceTable(), FreeStream< CloudType >::FreeStream(), noiseFFT::frequencies(), singleStepReactingMixture< ThermoType >::fresCorrect(), oversetFvPatchField< Type >::fringeFlux(), faceCorrectedSnGrad< Type >::fullGradCorrection(), skewCorrectedSnGrad< Type >::fullGradCorrection(), fvBoundaryMeshMapper::fvBoundaryMeshMapper(), ddtScheme< Type >::fvcDdtPhiCoeff(), ddtScheme< Type >::fvcDdtPhiCoeffExperimental(), fvFieldReconstructor::fvFieldReconstructor(), fvMatrix< Type >::fvMatrix(), gaussConvectionScheme< Type >::fvmDiv(), gaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), GAMGSolver::GAMGSolver(), heThermo< BasicSolidThermo, MixtureType >::gamma(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::gasHs(), lduPrimitiveMesh::gather(), decomposedBlockData::gather(), externalCoupled::gatherAndCombine(), Pstream::gatherList(), meshRefinement::gAverage(), MMA::gConstr(), NURBS3DSurface::genEquidistant(), general::general(), isoSurfacePoint::generateFaceTriPoints(), phaseSystem::generatePairsAndSubModels(), fvMeshDistribute::generateTestField(), GeometricBoundaryField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::GeometricBoundaryField(), get_edge_list(), get_num_edges_list(), surfaceZonesInfo::getAllClosedNamedSurfaces(), volBSplinesBase::getAllControlPoints(), coupledPolyPatch::getAnchorPoints(), Foam::getBoundedColours(), surfaceZonesInfo::getClosedNamedSurfaces(), Foam::getData(), NURBS3DVolume::getDxCellsDb(), Foam::meshTools::getEdgeFaces(), removeCells::getExposedFaces(), snappySnapDriver::getFacePoints(), searchableSurfaceCollection::getField(), triSurfaceMesh::getField(), distributedTriSurfaceMesh::getField(), zoneDistribute::getFields(), cellLooper::getFirstVertEdge(), ATCstandard::getFISensitivityTerm(), externalDisplacementMeshMover::getFixedValueBCs(), surfaceSets::getHangingCells(), Foam::getHostGroupIds(), surfaceZonesInfo::getInsidePointNamedSurfaces(), syncTools::getMasterEdges(), meshRefinement::getMasterEdges(), syncTools::getMasterPoints(), meshRefinement::getMasterPoints(), combineFaces::getMergeSets(), decompositionConstraint::getMinBoundaryValue(), cellLooper::getMisAlignedEdge(), surfaceZonesInfo::getNamedSurfaces(), boundaryMesh::getNearest(), searchableExtrudedCircle::getNormal(), searchablePlate::getNormal(), searchableCylinder::getNormal(), searchableSurfaceCollection::getNormal(), searchableBox::getNormal(), triSurfaceMesh::getNormal(), searchableCone::getNormal(), searchableSphere::getNormal(), distributedTriSurfaceMesh::getNormal(), externalDisplacementMeshMover::getPatch(), cellDistFuncs::getPatchIDs(), cellDistFuncs::getPointNeighbours(), weightedPosition::getPoints(), searchableSurfaceCollection::getRegion(), triSurfaceMesh::getRegion(), distributedTriSurfaceMesh::getRegion(), coupledPolyPatch::getRotation(), Foam::meshTools::getSharedEdge(), Foam::meshTools::getSharedFace(), hexRef8::getSplitPoints(), surfaceZonesInfo::getStandaloneNamedSurfaces(), volBSplinesBase::getStartCpID(), surfaceSets::getSurfaceSets(), volBSplinesBase::getTotalControlPointsNumber(), surfaceZonesInfo::getUnclosedNamedSurfaces(), surfaceZonesInfo::getUnnamedSurfaces(), removePoints::getUnrefimentSet(), wallDistAddressing::getValues(), cellLooper::getVertEdgesNonFace(), cellLooper::getVertFacesNonEdge(), treeDataPrimitivePatch< PatchType >::getVolumeType(), searchableCylinder::getVolumeType(), searchableBox::getVolumeType(), triSurfaceMesh::getVolumeType(), searchableCone::getVolumeType(), treeDataFace::getVolumeType(), searchableSphere::getVolumeType(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::getVolumeType(), distributedTriSurfaceMesh::getVolumeType(), indexedOctree< Foam::treeDataPrimitivePatch< PatchType > >::getVolumeType(), meshRefinement::getZoneFaces(), topOZones::getZoneIDs(), meshRefinement::getZones(), GAMGProcAgglomeration::globalCellCells(), cellCellStencil::globalCellCells(), lduPrimitiveMesh::globalCellCells(), addPatchCellLayer::globalEdgeFaces(), globalIndexAndTransform::globalIndexAndTransform(), adjointkOmegaSST::GMeanFlowSource(), leastSquareGrad< T >::grad(), PDRblock::gridControl::grading(), triSurfaceTools::greenRefine(), chemPointISAT< CompType, ThermoType >::grow(), meshRefinement::growSet(), cellClassification::growSurface(), CompositionModel< Foam::ReactingCloud< Foam::DSMCCloud > >::H(), fvMatrix< Type >::H1(), FaceCellWave< Foam::wallPointData< bool > >::handleAMICyclicPatches(), Hanning::Hanning(), PstreamBuffers::hasRecvData(), heThermo< BasicSolidThermo, MixtureType >::hc(), CompositionModel< Foam::ReactingCloud< Foam::DSMCCloud > >::Hc(), heThermo< BasicSolidThermo, MixtureType >::he(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), basicThermo::heBoundaryBaseTypes(), heThermo< BasicSolidThermo, MixtureType >::heBoundaryCorrection(), basicThermo::heBoundaryTypes(), heheuPsiThermo< BasicPsiThermo, MixtureType >::heheuPsiThermo(), LBFGS::HessianVectorProduct(), heheuPsiThermo< BasicPsiThermo, MixtureType >::heu(), psiuReactionThermo::heuBoundaryCorrection(), psiuReactionThermo::heuBoundaryTypes(), hexRef8Data::hexRef8Data(), liquidMixtureProperties::hl(), inverseDistance::holeExtrapolationStencil(), CompositionModel< Foam::ReactingCloud< Foam::DSMCCloud > >::Hs(), coalCloudList::hsTrans(), humidityTemperatureCoupledMixedFvPatchScalarField::humidityTemperatureCoupledMixedFvPatchScalarField(), if(), ignition::ignited(), ignition::igniting(), Distribution< Type >::index(), face::inertia(), multiphaseMangrovesSource::inertiaCoeff(), InflationInjection< CloudType >::InflationInjection(), FreeStream< CloudType >::inflow(), pyrolysisModelCollection::info(), injectionModelList::info(), transferModelList::info(), LocalInteraction< CloudType >::info(), StandardWallInteraction< CloudType >::info(), thermalBaffle::info(), RecycleInteraction< CloudType >::info(), MPPICCloud< Foam::DSMCCloud >::info(), InjectedParticleDistributionInjection< CloudType >::info(), KinematicCloud< Cloud< basicKinematicCollidingParcel > >::info(), dynamicRefineFvMesh::init(), calculatedProcessorFvPatchField< Type >::initEvaluate(), oversetFvPatchField< Type >::initEvaluate(), marchingCells::initialise(), InjectedParticleInjection< CloudType >::initialise(), InjectedParticleDistributionInjection< CloudType >::initialise(), heatExchangerModel::initialise(), surfaceNoise::initialise(), viewFactor::initialise(), fluxSummary::initialiseCellZoneAndDirection(), fluxSummary::initialiseFaceZone(), fluxSummary::initialiseFaceZoneAndDirection(), waveModel::initialiseGeometry(), waveMakerPointPatchVectorField::initialiseGeometry(), fluxSummary::initialiseSurfaceAndDirection(), advancingFrontAMI::initialiseWalk(), topODesignVariables::initialize(), optimisationManager::initialize(), MMA::initializeRho(), lduCalculatedProcessorField< Type >::initInterfaceMatrixUpdate(), calculatedProcessorFvPatchField< Type >::initInterfaceMatrixUpdate(), processorFvPatchField< Type >::initInterfaceMatrixUpdate(), streamLineBase::initInterpolations(), LduMatrix< Type, DType, LUType >::initMatrixInterfaces(), lduMatrix::initMatrixInterfaces(), processorPolyPatch::initOrder(), SurfaceFilmModel< Foam::KinematicCloud< Cloud< basicKinematicCollidingParcel > > >::inject(), InjectedParticleDistributionInjection< CloudType >::InjectedParticleDistributionInjection(), SurfaceFilmModel< Foam::KinematicCloud< Cloud< basicKinematicCollidingParcel > > >::injectParticles(), cellToCellStencil::insertFaceCells(), cellToFaceStencil::insertFaceCells(), viewFactor::insertMatrixElements(), Polynomial< 8 >::integral(), Polynomial< Type >::integrate(), FieldFunction1< Function1Type >::integrate(), linearInterpolationWeights::integrationWeights(), GAMGInterface::interfaceInternalField(), lduPrimitiveProcessorInterface::interfaceInternalField(), fvBoundaryMesh::interfaces(), faBoundaryMesh::interfaces(), GeometricBoundaryField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::interfaces(), AssemblyFvPatch< CyclicType >::internalFieldTransfer(), cyclicAMIGAMGInterface::internalFieldTransfer(), cyclicACMIGAMGInterface::internalFieldTransfer(), cyclicGAMGInterface::internalFieldTransfer(), pointToPointPlanarInterpolation::interpolate(), cyclicAMIPolyPatch::interpolate(), leastSquaresEdgeInterpolation< Type >::interpolate(), patchTransformedInterpolation::interpolate(), localMin< Type >::interpolate(), localMax< Type >::interpolate(), edgeInterpolationScheme< scalar >::interpolate(), pointMVCWeight::interpolate(), pointVolInterpolation::interpolate(), surfaceInterpolationScheme< GType >::interpolate(), weightedFlux< Type >::interpolate(), singleCellFvMesh::interpolate(), cellCellStencil::interpolate(), meshToMesh0::interpolate(), isoSurfacePoint::interpolate(), propellerInfo::interpolate(), volPointInterpolationAdjoint::interpolateBoundaryField(), volPointInterpolation::interpolateBoundaryField(), volPointInterpolation::interpolateDimensionedInternalField(), meshToMesh0::interpolateField(), wallBoundedStreamLineParticle::interpolateFields(), volPointInterpolation::interpolateInternalField(), cellVolumeWeight::interpolatePatchTypes(), Foam::interpolatePointToCell(), volPointInterpolationAdjoint::interpolateSensitivitiesField(), isoSurfaceTopo::interpolateTemplate(), interpolationTable< scalar >::interpolateValues(), Foam::interpolateXY(), TableBase< Type >::interpolator(), triangleFuncs::intersectAxesBundle(), meshRefinement::intersectedFaces(), meshRefinement::intersectedPoints(), intersectedSurface::intersectedSurface(), face::intersection(), gradingDescriptors::inv(), inverseDistance::inverseDistance(), Foam::invertManyToMany(), ISQP::invHFL(), Foam::invTransform(), cellFeatures::isFeatureVertex(), isoSurfaceCell::isoSurfaceCell(), isoSurfacePoint::isoSurfacePoint(), isoSurfaceTopo::isoSurfaceTopo(), triSurfaceMesh::isSurfaceClosed(), wallBoundedParticle::isTriAlongTrack(), objectiveFlowRatePartition::J(), objectiveFlowRate::J(), objectivePtLosses::J(), objectiveUniformityPatch::J(), TDACChemistryModel< CompType, ThermoType >::jacobian(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::jacobian(), StandardChemistryModel< CompType, ThermoType >::jacobian(), adjointkOmegaSST::kaEqnSourceFromCDkOmega(), heSolidThermo< BasicSolidThermo, MixtureType >::Kappa(), liquidFilmThermo::kappa(), liquidMixtureProperties::kappa(), turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::kappa(), multiphaseMangrovesTurbulenceModel::kCoeff(), interfaceOxideRate< Thermo, OtherThermo >::Kexp(), KinematicLookupTableInjection< CloudType >::KinematicLookupTableInjection(), Kmesh::Kmesh(), Foam::kShellMean(), InterfaceCompositionModel< Thermo, OtherThermo >::L(), CompositionModel< Foam::ReactingCloud< Foam::DSMCCloud > >::L(), LangmuirHinshelwoodReactionRate::LangmuirHinshelwoodReactionRate(), layerParameters::layerParameters(), lduPrimitiveMesh::lduPrimitiveMesh(), lduPrimitiveMeshAssembly::lduPrimitiveMeshAssembly(), updateMethod::leftMult(), NURBS3DCurve::length(), NURBS3DCurve::lengthDerivativeU(), NURBS3DSurface::lengthDerivativeU(), NURBS3DSurface::lengthDerivativeV(), NURBS3DSurface::lengthU(), NURBS3DSurface::lengthV(), Foam::levelSetFraction(), Foam::MULES::limit(), Foam::MULES::limiter(), PhiScheme< Type, PhiLimiter >::limiter(), Foam::MULES::limiterCorr(), Foam::MULES::limitSum(), lineDivide::lineDivide(), nullSpace::lineSearch(), LiquidEvaporation< CloudType >::LiquidEvaporation(), LiquidEvaporationBoil< CloudType >::LiquidEvaporationBoil(), SLGThermo::liquidId(), liquidMixtureProperties::liquidMixtureProperties(), BiIndirectList< T >::list(), Pstream::listCombineGather(), lnGradScheme< Type >::lnGrad(), triSurfaceLoader::load(), dlLibraryTable::loaded(), LocalInteraction< CloudType >::LocalInteraction(), localPointRegion::localPointRegion(), distributedTriSurfaceMesh::localQueries(), cellCellStencil::localStencil(), lookupProfile::lookupProfile(), cellCuts::loopPoints(), LUscalarMatrix::LUscalarMatrix(), thirdBodyEfficiencies::M(), cellModel::mag(), meanVelocityForce::magUbarAve(), MRFZone::makeAbsolute(), highAspectRatioFvGeometryScheme::makeAverageCentres(), volPointInterpolationAdjoint::makeBoundaryWeights(), deltaBoundary::makeCellCentres_d(), primitiveMeshTools::makeCellCentresAndVols(), meshRefinement::makeDisplacementField(), NURBS3DSurface::makeEquidistant(), stabilisedFvGeometryScheme::makeFaceCentresAndAreas(), primitiveMeshTools::makeFaceCentresAndAreas(), makeFaGradScheme(), makeFvGradScheme(), faceCoupleInfo::makeMap(), polyTopoChange::makeMesh(), voxelMeshSearch::makeMesh(), processorFaPatch::makeNonGlobalPatchPoints(), averageNeighbourFvGeometryScheme::makeNonOrthoWeights(), meshRefinement::makePatch(), MRFZone::makeRelative(), cyclicFvPatch::makeWeights(), cyclicAMIFvPatch::makeWeights(), cyclicACMIFvPatch::makeWeights(), volPointInterpolationAdjoint::makeWeights(), kaqRWallFunctionFvPatchScalarField::manipulateMatrix(), adjointOutletVelocityFluxFvPatchVectorField::manipulateMatrix(), waWallFunctionFvPatchScalarField::manipulateMatrix(), adjointWallVelocityFvPatchVectorField::manipulateMatrix(), mixedEnergyFvPatchScalarField::manipulateMatrix(), cyclicFvPatchField< vector >::manipulateMatrix(), oversetFvPatchField< Type >::manipulateMatrix(), omegaWallFunctionFvPatchScalarField::manipulateMatrix(), epsilonWallFunctionFvPatchScalarField::manipulateMatrix(), cyclicACMIFvPatchField< Type >::manipulateMatrix(), cyclicAMIFvPatchField< scalar >::manipulateMatrix(), fvMatrix< Type >::manipulateMatrix(), ManualInjection< CloudType >::ManualInjection(), Field< Foam::vector >::map(), gradAlpha::mapAlphaField(), plicRDF::mapAlphaField(), mappedWallPolyPatch::mapCollocatedFaces(), mappedPolyPatch::mapCollocatedFaces(), cyclicACMIPolyPatch::mapCollocatedFaces(), cyclicPolyPatch::mapCollocatedFaces(), Foam::MapConsistentSubMesh(), fvMatrix< Type >::mapContributions(), fvMeshAdder::MapDimFields(), mapDistribute::mapDistribute(), mapDistributeBase::mapDistributeBase(), meshToMesh0::mapField(), dynamicRefineFvMesh::mapFields(), fvMesh::mapFields(), Foam::MapGeometricFields(), Foam::MapLagrangianFields(), dynamicRefineFvMesh::mapNewInternalFaces(), faMesh::mapOldAreas(), mappedPatchFieldBase< scalar >::mappedField(), mapPolyMesh::mapPolyMesh(), meshToMesh::mapSrcToTgt(), fvMeshAdder::MapSurfaceField(), fvMeshAdder::MapSurfaceFields(), meshToMesh::mapTgtToSrc(), volSurfaceMapping::mapToSurface(), volSurfaceMapping::mapToVolume(), volSurfaceMapping::mapToVolumePatch(), zoneSubSet::mapToZone(), fvMeshAdder::MapVolField(), fvMeshAdder::MapVolFields(), trackingInverseDistance::markBoundaries(), inverseDistance::markBoundaries(), reconstructedDistanceFunction::markCellsNearSurf(), trackingInverseDistance::markDonors(), inverseDistance::markDonors(), boundaryMesh::markFaces(), edgeCollapser::markFaceZoneEdges(), Foam::markGrowFaceCellFace(), edgeCollapser::markMergeEdges(), meshRefinement::markOutsideFaces(), cellVolumeWeight::markPatchCells(), trackingInverseDistance::markPatchesAsHoles(), inverseDistance::markPatchesAsHoles(), edgeCollapser::markSmallEdges(), edgeCollapser::markSmallSliverFaces(), PatchTools::markZone(), ParticleForceList< KinematicCloud< Cloud< basicKinematicCollidingParcel > > >::massEff(), momentOfInertia::massPropertiesPatch(), momentOfInertia::massPropertiesShell(), momentOfInertia::massPropertiesSolid(), PopulationBalancePhaseSystem< BasePhaseSystem >::massTransfer(), PhaseTransferPhaseSystem< BasePhaseSystem >::massTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), oversetPolyPatch::master(), PatchTools::matchEdges(), CollisionRecordList< vector, vector >::matchPairRecord(), Foam::matchPoints(), PatchTools::matchPoints(), prismMatcher::matchShape(), tetWedgeMatcher::matchShape(), wedgeMatcher::matchShape(), pyrMatcher::matchShape(), CollisionRecordList< vector, vector >::matchWallRecord(), ISQP::matrixVectorProduct(), dynamicRefineFvMesh::maxCellField(), refinementSurfaces::maxCurvatureLevel(), pyrolysisModelCollection::maxDiff(), refinementFeatures::maxDistance(), shellSurfaces::maxGapLevel(), refinementSurfaces::maxGapLevel(), shellSurfaces::maxLevel(), PstreamBuffers::maxNonLocalRecvCount(), cellDistFuncs::maxPatchSize(), dynamicRefineFvMesh::maxPointField(), distribution::mean(), Distribution< Type >::mean(), noiseFFT::meanPf(), propellerInfo::meanSampleDiskField(), multiNormal::meanValue(), distribution::median(), Distribution< Type >::median(), cellToCellStencil::merge(), cellToFaceStencil::merge(), edgeIntersections::merge(), meshRefinement::mergeBaffles(), edgeMesh::mergeEdges(), surfaceIntersection::mergeEdges(), meshRefinement::mergePatchFaces(), snappyLayerDriver::mergePatchFacesUndo(), meshRefinement::mergePatchFacesUndo(), polyMeshAdder::mergePoints(), surfaceIntersection::mergePoints(), globalMeshData::mergePoints(), meshRefinement::mergePoints(), extendedEdgeMesh::mergePointsAndSort(), fileOperation::mergeTimes(), cellShape::meshEdges(), PrimitivePatch<::Foam::List< labelledTri >, pointField >::meshEdges(), meshRefinement::meshedPatches(), MeshedSurface< Foam::face >::MeshedSurface(), cellShape::meshFaces(), momentOfInertia::meshInertia(), meshToMesh0::meshToMesh0(), edgeIntersections::minEdgeLength(), globalIndexAndTransform::minimumTransformIndex(), fieldSmoother::minSmoothField(), mixtureFractionSoot< ThermoType >::mixtureFractionSoot(), polyTopoChanger::modifyMotionPoints(), attachDetach::modifyMotionPoints(), motionSmootherAlgo::modifyMotionPoints(), moleFractions< ThermoType >::moleFractions(), Moment< Type >::Moment(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransferf(), layeredEngineMesh::move(), displacementMotionSolverMeshMover::move(), streamLineParticle::move(), wallBoundedStreamLineParticle::move(), Cloud< passivePositionParticle >::move(), medialAxisMeshMover::move(), molecule::move(), volBSplinesBase::moveControlPoints(), regionModel1D::moveMesh(), cyclicAMIFvPatch::movePoints(), cyclicACMIFvPatch::movePoints(), solidBodyFvGeometryScheme::movePoints(), pointBoundaryMesh::movePoints(), averageNeighbourFvGeometryScheme::movePoints(), faBoundaryMesh::movePoints(), polyBoundaryMesh::movePoints(), polyTopoChange::movePoints(), liquidFilmThermo::mu(), liquidMixtureProperties::mu(), heheuPsiThermo< BasicPsiThermo, MixtureType >::mub(), multiComponentMixture< ThermoType >::multiComponentMixture(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::MultiComponentPhaseModel(), multiphaseSystem::multiphaseSystem(), heheuPsiThermo< BasicPsiThermo, MixtureType >::muu(), adjointSolverManager::nActiveAdjointSolvers(), regionModel::nbrCoupledPatchID(), triangle2D::nClosePoints(), surfaceFeatures::nearestEdges(), surfaceFeatures::nearestFeatEdge(), extendedEdgeMesh::nearestFeatureEdge(), extendedEdgeMesh::nearestFeatureEdgeByType(), surfaceFeatures::nearestSamples(), surfaceFeatures::nearestSurfEdge(), FieldField< Foam::Field, LUType >::negate(), polyBoundaryMesh::neighbourEdges(), processorTopology::New(), UOprocess::newField(), cyclicACMIPolyPatch::newInternalProcFaces(), cyclicAMIPolyPatch::newInternalProcFaces(), faMeshTools::newMesh(), fvMeshTools::newMesh(), faPatch::ngbPolyPatchPointNormals(), cellCuts::nonAnchorPoints(), nonBlockingGaussSeidelSmoother::nonBlockingGaussSeidelSmoother(), lduPrimitiveMesh::nonBlockingSchedule(), meshSearch::nonCoupledBoundaryTree(), faceShading::nonCoupledPatches(), zoneCellStencils::nonEmptyFacesPatch(), basicFvGeometryScheme::nonOrthCorrectionVectors(), basicFvGeometryScheme::nonOrthDeltaCoeffs(), cellQuality::nonOrthogonality(), cyclicACMIPolyPatch::nonOverlapPatchID(), oversetFvMeshBase::normalisation(), FieldField< Foam::Field, LUType >::normalise(), MMA::normalise(), distribution::normalised(), distribution::normalisedShifted(), AMIInterpolation::normaliseWeights(), ODESolver::normalizeError(), MeshedSurface< Foam::face >::nTriangles(), Schaeffer::nu(), strainRateFunction::nu(), JohnsonJacksonSchaeffer::nu(), coordSetWriter::numPoints(), adjointkOmegaSST::nutMeanFlowSource(), objectiveManager::objectiveManager(), noiseFFT::octaveBandInfo(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::omega(), liquidMixtureProperties::omega(), TDACChemistryModel< CompType, ThermoType >::omega(), StandardChemistryModel< CompType, ThermoType >::omega(), consumptionSpeed::omega0Sigma(), dlLibraryTable::open(), ConstMatrixBlock< MatrixType >::operator Field< cmptType >(), MatrixBlock< MatrixType >::operator Field< cmptType >(), findNearestMaskedOp< PatchType >::operator()(), MapInternalField< Type, MeshMapper, surfaceMesh >::operator()(), minEqOpFace::operator()(), faceEqOp< T, CombineOp >::operator()(), listPlusEqOp< T >::operator()(), findUniqueIntersectOp::operator()(), powerSeriesReactionRate::operator()(), RaviPetersen::operator()(), transformOp< PrimitivePatchType, Type, TrackingData >::operator()(), listUpdateOp< Type, TrackingData >::operator()(), polynomialFunction::operator*=(), faMatrix< Type >::operator*=(), fvMatrix< Type >::operator*=(), polynomialFunction::operator+=(), polynomialFunction::operator-=(), polynomialFunction::operator/=(), Foam::operator<<(), BiIndirectList< T >::operator=(), SubField< scalar >::operator=(), FieldField< Foam::Field, LUType >::operator=(), cellTable::operator=(), MatrixBlock< MatrixType >::operator=(), Foam::operator==(), scaledFixedValueFvPatchField< Type >::operator==(), GeometricBoundaryField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::operator==(), cell::opposingFace(), oldCyclicPolyPatch::order(), processorPolyPatch::order(), cyclicPolyPatch::order(), orientedSurface::orient(), Foam::meshTools::otherEdge(), updateMethod::outerProd(), distributedTriSurfaceMesh::overlappingSurface(), faceAreaWeightAMI2D::overlappingTgtFaces(), treeDataPrimitivePatch< PatchType >::overlaps(), treeDataFace::overlaps(), Foam::oversetAdjustPhi(), Foam::oversetPatchPhiErr(), QRMatrix< MatrixType >::P(), CollisionRecordList< vector, vector >::pairAccessed(), CollisionRecordList< vector, vector >::pairData(), CollisionRecordList< vector, vector >::pairOrigIdOfOther(), CollisionRecordList< vector, vector >::pairOrigProcOfOther(), InflationInjection< CloudType >::parcelsToInject(), InjectedParticleInjection< CloudType >::parcelsToInject(), InjectedParticleDistributionInjection< CloudType >::parcelsToInject(), argList::parse(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialElimination(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialEliminationf(), SortableListDRGEP< Type >::partialSort(), ParticleCollector< CloudType >::ParticleCollector(), blockMesh::patchDicts(), NURBS3DVolume::patchDxDb(), NURBS3DVolume::patchDxDbFace(), polyMeshAdder::patchFacePairs(), multiComponentMixture< ThermoType >::patchFaceVolMixture(), fvFieldDecomposer::patchFieldDecomposer::patchFieldDecomposer(), pointFieldDecomposer::patchFieldDecomposer::patchFieldDecomposer(), faFieldDecomposer::patchFieldDecomposer::patchFieldDecomposer(), polyBoundaryMesh::patchID(), lumpedPointDisplacementPointPatchVectorField::patchIds(), boundaryMesh::patchify(), patchInjection::patchInjectedMassTotals(), boundaryMesh::patchNames(), jumpCyclicFvPatchField< vector >::patchNeighbourField(), cyclicFvPatchField< vector >::patchNeighbourField(), faBoundaryMesh::patchRanges(), enthalpySorptionFvPatchScalarField::patchSource(), speciesSorptionFvPatchScalarField::patchSource(), faBoundaryMesh::patchStarts(), cloudInfo::performAction(), noiseFFT::Pf(), noiseModel::Pf(), phaseChange::phaseChange(), phaseModel::phaseModel(), phasePropertiesList::phasePropertiesList(), phaseSystem::phaseSystem(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFs(), MMA::pLamda(), plicRDF::plicRDF(), sampledSurface::pointAverage(), pointBoundaryMeshMapper::pointBoundaryMeshMapper(), pointCells::pointCells(), pointFieldReconstructor::pointFieldReconstructor(), pointHistory::pointHistory(), primitiveMesh::pointInCell(), polyMesh::pointInCell(), PatchToPatchInterpolation< FromPatch, ToPatch >::pointInterpolate(), pointMapper::pointMapper(), pointMVCWeight::pointMVCWeight(), PatchTools::pointNormals(), cell::points(), searchableSurfaceCollection::points(), treeBoundBox::points(), lumpedPointMovement::pointsDisplacement(), lumpedPointMovement::pointsPosition(), parseDriver::pointToCell(), PrimitivePatchInterpolation< Foam::PrimitivePatch >::pointToFaceInterpolate(), polyBoundaryMesh::polyBoundaryMesh(), polyDegree1::polyDegree1(), polyline::polyline(), Foam::polyMeshZipUpCells(), sensitivitySurfacePoints::populateExtendedIDs(), PopulationBalancePhaseSystem< BasePhaseSystem >::PopulationBalancePhaseSystem(), projectCurveEdge::position(), projectEdge::position(), bezier::position(), blockEdge::position(), RemoveParcels< CloudType >::postEvolve(), RecycleInteraction< CloudType >::postEvolve(), regionModelFunctionObjectList::postEvolveRegion(), FacePostProcessing< CloudType >::postFace(), RemoveParcels< CloudType >::postFace(), FaceInteraction< CloudType >::postFace(), ParticlePostProcessing< CloudType >::postFace(), ParticleHistogram< CloudType >::postFace(), ParticleCollector< CloudType >::postMove(), powerLawLopesdaCostaZone::powerLawLopesdaCostaZone(), liquidMixtureProperties::Ppc(), phasePressureModel::pPrime(), kineticTheoryModel::pPrime(), phasePressureModel::pPrimef(), pyrolysisModelCollection::preEvolveRegion(), regionModelFunctionObjectList::preEvolveRegion(), Foam::preservePatchTypes(), snappySnapDriver::preSmoothPatch(), pressureControl::pressureControl(), filmTurbulenceModel::primaryRegionFriction(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::print(), indexedOctree< Foam::treeDataPrimitivePatch< PatchType > >::print(), fvMeshDistribute::printCoupleInfo(), decompositionInformation::printDetails(), mapDistribute::printLayout(), mapDistributeBase::printLayout(), GAMGAgglomeration::printLevels(), meshRefinement::printMeshInfo(), fileOperation::printRanks(), Foam::printRootsSubscription(), GAMGProcAgglomeration::printStats(), Foam::printTable(), GAMGAgglomeration::procAgglomerateRestrictAddressing(), singleDirectionUniformBin::processField(), uniformBin::processField(), particleDistribution::processField(), faFieldDecomposer::processorAreaPatchFieldDecomposer::processorAreaPatchFieldDecomposer(), faFieldDecomposer::processorEdgePatchFieldDecomposer::processorEdgePatchFieldDecomposer(), processorGAMGInterface::processorGAMGInterface(), fvFieldDecomposer::processorSurfacePatchFieldDecomposer::processorSurfacePatchFieldDecomposer(), fvFieldDecomposer::processorVolPatchFieldDecomposer::processorVolPatchFieldDecomposer(), procLduMatrix::procLduMatrix(), polyMeshAdder::procPatchPairs(), profileModelList::profileModelList(), projectFace::project(), projectCurveEdge::projectCurveEdge(), projectEdge::projectEdge(), PrimitivePatch<::Foam::List< labelledTri >, pointField >::projectFaceCentres(), PrimitivePatch<::Foam::List< labelledTri >, pointField >::projectPoints(), AMIInterpolation::projectPointsToSurface(), projectVertex::projectVertex(), pairPatchAgglomeration::prolongField(), GAMGAgglomeration::prolongField(), noiseFFT::PSDf(), heheuPsiThermo< BasicPsiThermo, MixtureType >::psib(), heheuPsiThermo< BasicPsiThermo, MixtureType >::psiu(), noiseFFT::pt(), ABAQUSCore::readHelper::purge_solids(), volPointInterpolationAdjoint::pushUntransformedData(), FIRECore::putFireLabels(), liquidMixtureProperties::pv(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::pyrolysisChemistryModel(), reactingEulerHtcModel::q(), multiphaseInterHtcModel::q(), heatTransferCoeffModel::q(), solidChemistryModel< CompType, SolidThermo >::Qdot(), StandardChemistryModel< CompType, ThermoType >::Qdot(), MMA::qLamda(), wallBoiling::R(), turbulentBreakUp::R(), randomCoalescence::R(), eddyViscosity< RASModel< BasicTurbulenceModel > >::R(), radiativeIntensityRay::radiativeIntensityRay(), triangulatedPatch::randomGlobalPoint(), distribution::raw(), ReactingCloud< Foam::DSMCCloud >::ReactingCloud(), ReactingLookupTableInjection< CloudType >::ReactingLookupTableInjection(), ReactingMultiphaseLookupTableInjection< CloudType >::ReactingMultiphaseLookupTableInjection(), reactionsSensitivityAnalysis< chemistryType >::reactionsSensitivityAnalysis(), NASedgeFormat::read(), OFFsurfaceFormat< Face >::read(), OBJedgeFormat::read(), STARCDsurfaceFormat< Face >::read(), AC3DsurfaceFormat< Face >::read(), ABAQUSsurfaceFormat< Face >::read(), GTSsurfaceFormat< Face >::read(), TRIsurfaceFormat< Face >::read(), fixedTrim::read(), tabulated6DoFAcceleration::read(), porosityModelList::read(), VTKsurfaceFormat< Face >::read(), STARCDedgeFormat::read(), solutionControl::read(), tabulated6DoFMotion::read(), unequalBinWidth::read(), runTimeControl::read(), multiComponentMixture< ThermoType >::read(), multiphaseMangrovesSource::read(), cloudSolution::read(), energySpectrum::read(), multiphaseMangrovesTurbulenceModel::read(), STLsurfaceFormat< Face >::read(), cloudInfo::read(), binModel::read(), derivedFields::read(), contactHeatFluxSource::read(), fieldExtents::read(), nearWallFields::read(), boundaryMesh::read(), Curle::read(), wallBoundedStreamLine::read(), BilgerMixtureFraction::read(), electricPotential::read(), sampledSets::read(), sampledSurfaces::read(), STARCDMeshReader::readBoundary(), externalCoupledMixedFvPatchField< scalar >::readData(), externalCoupledTemperatureMixedFvPatchScalarField::readData(), externalCoupled::readDataMaster(), sensitivityMultiple::readDict(), irregularMultiDirectional::readDict(), general::readDict(), FIREMeshReader::readFaces(), GeometricBoundaryField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::readField(), reader::readField(), lagrangianFieldDecomposer::readFieldFields(), fieldsDistributor::readFields(), lagrangianFieldDecomposer::readFields(), ReactingHeterogeneousParcel< ParcelType >::readFields(), ReactingParcel< ParcelType >::readFields(), ReactingMultiphaseParcel< ParcelType >::readFields(), masterUncollatedFileOperation::readHeader(), Foam::readLagrangian(), ReactingParcel< ParcelType >::readObjects(), ReactingMultiphaseParcel< ParcelType >::readObjects(), lumpedPointState::readPlain(), FIRECore::readPoints(), valueAverageBase::readState(), surfaceNoise::readSurfaceData(), boundaryMesh::readTriSurface(), processorMeshes::readUpdate(), surfMesh::readUpdate(), polyMesh::readUpdate(), InteractionLists< typename CloudType::parcelType >::receiveReferredData(), gradAlpha::reconstruct(), isoAlpha::reconstruct(), plicRDF::reconstruct(), faFieldReconstructor::reconstructAreaField(), faFieldReconstructor::reconstructEdgeField(), pointFieldReconstructor::reconstructField(), lagrangianReconstructor::reconstructField(), faFieldReconstructor::reconstructField(), fvFieldReconstructor::reconstructField(), lagrangianReconstructor::reconstructFieldField(), fvFieldReconstructor::reconstructInternalField(), Foam::reconstructLagrangian(), Foam::fvc::reconstructMag(), pointFieldReconstructor::reconstructPointField(), processorMeshes::reconstructPoints(), lagrangianReconstructor::reconstructPositions(), fvFieldReconstructor::reconstructSurfaceField(), fvFieldReconstructor::reconstructVolumeField(), PstreamBuffers::recvDataCounts(), RecycleInteraction< CloudType >::RecycleInteraction(), triSurfaceTools::redGreenRefine(), EFA< CompType, ThermoType >::reduceMechanism(), DRG< CompType, ThermoType >::reduceMechanism(), PFA< CompType, ThermoType >::reduceMechanism(), DAC< CompType, ThermoType >::reduceMechanism(), DRGEP< CompType, ThermoType >::reduceMechanism(), dynamicRefineFvMesh::refine(), meshRefinement::refineCandidates(), refinementFeatures::refinementFeatures(), refinementHistory::refinementHistory(), refinementParameters::refinementParameters(), refinementSurfaces::refinementSurfaces(), refinementFeatures::regionEdgeTrees(), regionModelFunctionObjectList::regionModelFunctionObjectList(), searchableSurfaceCollection::regions(), triSurfaceMesh::regions(), edgeMesh::regions(), regionSplit::regionSplit(), regionSplit2D::regionSplit2D(), Foam::regionSum(), faMatrix< Type >::relax(), fvMatrix< Type >::relax(), ReactingCloud< Foam::DSMCCloud >::relaxSources(), cuttingSurfaceBase::remapFaces(), UnsortedMeshedSurface< Face >::remapFaces(), labelRanges::remove(), edgeIntersections::removeDegenerates(), fvMeshTools::removeEmptyPatches(), meshRefinement::removeGapCells(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::removeIndex(), meshRefinement::removeLimitShells(), RemoveParcels< CloudType >::RemoveParcels(), faBoundaryMeshEntries::removeProcPatches(), polyBoundaryMeshEntries::removeProcPatches(), undoableMeshCutter::removeSplitFaces(), variablesSet::renameTurbulenceField(), randomRenumber::renumber(), manualRenumber::renumber(), zoltanRenumber::renumber(), SloanRenumber::renumber(), structuredRenumber::renumber(), springRenumber::renumberImpl(), polyBoundaryMesh::reorder(), FIREMeshReader::reorganize(), coordSetWriter::repackageFields(), snappySnapDriver::repatchToSurface(), FieldField< Foam::Field, LUType >::replace(), faMeshBoundaryHalo::reset(), pointFieldDecomposer::reset(), faMeshSubset::reset(), fvMeshSubset::reset(), fvFieldDecomposer::reset(), faFieldDecomposer::reset(), AMIInterpolation::reset(), polyMesh::resetPrimitives(), ReactingCloud< Foam::DSMCCloud >::resetSourceTerms(), valueAverageBase::resetState(), ISQP::resFGs(), ISQP::resFL(), faceAreaWeightAMI::restartUncoveredSourceFace(), GAMGAgglomeration::restrictFaceField(), pairPatchAgglomeration::restrictField(), GAMGAgglomeration::restrictField(), kOmegaSSTLM< BasicTurbulenceModel >::ReThetac(), kOmegaSSTLM< BasicTurbulenceModel >::ReThetat0(), mappedPatchFieldBase< scalar >::retrieveField(), Foam::rewritePatchLabels(), solidMixtureProperties::rho(), liquidFilmThermo::rho(), liquidMixtureProperties::rho(), CompositionModel< Foam::ReactingCloud< Foam::DSMCCloud > >::rho(), heThermo< BasicSolidThermo, MixtureType >::rhoEoS(), coalCloudList::rhoTrans(), updateMethod::rightMult(), rigidBodyMeshMotion::rigidBodyMeshMotion(), Field< Foam::vector >::rmap(), noiseFFT::RMSmeanPf(), Roots< N >::Roots(), fvDOM::rotateInitialRays(), solidChemistryModel< CompType, SolidThermo >::RRsHs(), Foam::safeLog10(), face::sameVertices(), patchProbes::sample(), probes::sample(), nearWallFields::sampleBoundaryField(), sampledPatchInternalField::sampledPatchInternalField(), nearWallFields::sampleFields(), sampledPatch::sampleOnFaces(), sampledMeshedSurface::sampleOnFaces(), sampledPatchInternalField::sampleOnFaces(), sampledFaceZone::sampleOnFaces(), sampledPatchInternalField::sampleOnPoints(), sampledSurface::sampleOnPoints(), sampledPatch::sampleOnPoints(), sampledMeshedSurface::sampleOnPoints(), sampledFaceZone::sampleOnPoints(), GeometricBoundaryField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::scalarInterfaces(), motionSmootherAlgo::scaleMesh(), cyclicACMIPolyPatch::scalePatchFaceAreas(), ReactingCloud< Foam::DSMCCloud >::scaleSources(), Pstream::scatterList(), mapDistributeBase::schedule(), searchableSurfaceCollection::searchableSurfaceCollection(), searchableSurfaces::searchableSurfaces(), cellCellStencil::seedCell(), timeSelector::select(), extendedEdgeMesh::select(), timeSelector::selected(), meshRefinement::selectIntersectedFaces(), dynamicRefineFvMesh::selectRefineCandidates(), dynamicRefineFvMesh::selectUnrefinePoints(), distributedDILUPreconditioner::send(), distributedDILUPreconditioner::sendGlobal(), InteractionLists< typename CloudType::parcelType >::sendReferredData(), sensitivityMultiple::sensitivityMultiple(), sensitivitySurfacePoints::sensitivitySurfacePoints(), topODesignVariables::setActiveDesignVariables(), levelSetDesignVariables::setActiveDesignVariables(), waveModel::setAlpha(), cyclicAMIPolyPatch::setAMIFaces(), uniformBin::setBinsAddressing(), acousticDampingSource::setBlendingFactor(), extractEulerianParticles::setBlockedFaces(), Foam::setBlockFaceCorrespondence(), fvMatrix< Type >::setBounAndInterCoeffs(), elasticityMotionSolver::setBoundaryConditions(), pLaplacianMotionSolver::setBoundaryConditions(), laplacianMotionSolver::setBoundaryConditions(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::setCdSigma(), cellSetOption::setCellSelection(), refinementSurfaces::setCurvatureMinLevelFields(), motionSmootherAlgo::setDisplacement(), PatchEdgeFaceWave< PrimitivePatchType, Type, TrackingData >::setEdgeInfo(), rotorDiskSource::setFaceArea(), FaceCellWave< Foam::wallPointData< bool > >::setFaceInfo(), faceSetOption::setFaceSelection(), boundaryMesh::setFeatureEdges(), fvExpressionField::setField(), searchableSurfaceCollection::setField(), surfaceFeatures::setFromStatus(), extendedEdgeMesh::setFromStatus(), faBoundaryMesh::setGroup(), ZoneMesh< cellZone, polyMesh >::setGroup(), polyBoundaryMesh::setGroup(), pointPatchField< vector >::setInInternalField(), topoSet::setInstance(), fvMatrix< Type >::setInterfaces(), lumpedPointMovement::setInterpolator(), lumpedPointDisplacementPointPatchVectorField::setInterpolators(), Grimshaw::setLevel(), StokesII::setLevel(), StokesI::setLevel(), Boussinesq::setLevel(), McCowan::setLevel(), streamFunction::setLevel(), cnoidal::setLevel(), irregularMultiDirectional::setLevel(), StokesV::setLevel(), pairPotential::setLookupTables(), omegaWallFunctionFvPatchScalarField::setMaster(), epsilonWallFunctionFvPatchScalarField::setMaster(), fvGeometryScheme::setMeshPhi(), refinementSurfaces::setMinLevelFields(), displacementMethodelasticityMotionSolver::setMotionField(), interRegionHeatTransferModel::setNbrModel(), cellVolumeWeightMethod::setNextCells(), mapNearestMethod::setNextNearestCells(), noiseModel::setOctaveBands(), lumpedPointMovement::setPatchControl(), lumpedPointDisplacementPointPatchVectorField::setPatchControls(), pointConstraints::setPatchFields(), PointEdgeWave< Type, TrackingData >::setPointInfo(), weightedPosition::setPoints(), kEpsilonLopesdaCosta< BasicTurbulenceModel >::setPorosityCoefficients(), patchInjectionBase::setPositionAndCell(), faMatrix< Type >::setReferences(), fvMatrix< Type >::setReferences(), box::setRefineFlags(), duplicatePoints::setRefinement(), removeCells::setRefinement(), refinementIterator::setRefinement(), faceCollapser::setRefinement(), perfectInterface::setRefinement(), boundaryCutter::setRefinement(), removePoints::setRefinement(), createShellMesh::setRefinement(), tetDecomposer::setRefinement(), combineFaces::setRefinement(), removeFaces::setRefinement(), meshCutAndRemove::setRefinement(), meshCutter::setRefinement(), edgeCollapser::setRefinement(), addPatchCellLayer::setRefinement(), hexRef8::setRefinement(), bufferedAccumulator< scalar >::setSizes(), Foam::setSnGrad(), coordSetWriter::setTracks(), removePoints::setUnrefinement(), combineFaces::setUnrefinement(), hexRef8::setUnrefinement(), cellCellStencil::setUpFrontOnOversetPatch(), regularisationPDE::setValues(), faMatrix< Type >::setValuesFromList(), fvMatrix< Type >::setValuesFromList(), Grimshaw::setVelocity(), StokesI::setVelocity(), Boussinesq::setVelocity(), McCowan::setVelocity(), streamFunction::setVelocity(), cnoidal::setVelocity(), irregularMultiDirectional::setVelocity(), StokesV::setVelocity(), graph::setXRange(), UnsortedMeshedSurface< Face >::setZones(), coalCloudList::Sh(), thermoSingleLayer::Sh(), globalMeshData::sharedPointGlobalLabels(), globalMeshData::sharedPoints(), shellSurfaces::shellSurfaces(), ISQP::ShermanMorrisonPrecon(), shortestPathSet::shortestPathSet(), temperatureDependent::sigma(), liquidFilmThermo::sigma(), liquidMixtureProperties::sigma(), cloudScatter::sigmaEff(), searchableSurfacesQueries::signedDistance(), Foam::simpleGeometricFilter(), singleCellFvMesh::singleCellFvMesh(), SingleKineticRateDevolatilisation< CloudType >::SingleKineticRateDevolatilisation(), singleStepReactingMixture< ThermoType >::singleStepReactingMixture(), sizeGroup::sizeGroup(), cellQuality::skewness(), Foam::fvc::smooth(), DILUSmoother::smooth(), FDICSmoother::smooth(), DICSmoother::smooth(), motionSmootherAlgo::smooth(), fieldSmoother::smoothLambdaMuDisplacement(), fieldSmoother::smoothNormals(), fieldSmoother::smoothPatchNormals(), triangle2D::snapClosePoints(), snappyVoxelMeshDriver::snappyVoxelMeshDriver(), snGradScheme< Type >::snGrad(), solidChemistryModel< CompType, SolidThermo >::solidChemistryModel(), SLGThermo::solidId(), solidMixtureProperties::solidMixtureProperties(), pyrolysisModelCollection::solidRegionDiffNo(), Trapezoid::solve(), Euler::solve(), EulerSI::solve(), EulerImplicit< ChemistryModel >::solve(), velocityDisplacementMotionSolver::solve(), Rosenbrock12::solve(), rodas23::solve(), Rosenbrock23::solve(), PopulationBalancePhaseSystem< BasePhaseSystem >::solve(), rodas34::solve(), RKCK45::solve(), Rosenbrock34::solve(), RKDP45::solve(), RKF45::solve(), seulex::solve(), rigidBodyMeshMotionSolver::solve(), twoPhaseSystem::solve(), surfaceAlignedSBRStressFvMotionSolver::solve(), rigidBodyMeshMotion::solve(), pyrolysisChemistryModel< CompType, SolidThermo, GasThermo >::solve(), populationBalanceModel::solve(), TDACChemistryModel< CompType, ThermoType >::solve(), StandardChemistryModel< CompType, ThermoType >::solve(), optimisationManager::solveAdjointEquations(), multiphaseSystem::solveAlphas(), ISQP::solveDeltaPEqn(), thermalBaffle::solveEnergy(), Helmholtz::solveEqn(), oversetFvMeshBase::solveOverset(), optimisationManager::solvePrimalEquations(), fvMatrix< Type >::solveSegregated(), MMA::solveSubproblem(), solver::solveWithArgs(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), SortableListEFA< Type >::sort(), SortableListDRGEP< Type >::sort(), ParSortableList< Type >::sort(), SortableListEFA< Type >::SortableListEFA(), PatchTools::sortedEdgeFaces(), extendedEdgeMesh::sortedOrder(), PatchTools::sortedPointEdges(), UnsortedMeshedSurface< Face >::sortedZones(), triSurface::sortedZones(), MeshedSurface< Foam::face >::sortFacesAndStore(), extendedEdgeMesh::sortPointsAndEdges(), noiseModel::SPL(), KinematicSurfaceFilm< CloudType >::splashInteraction(), meshRefinement::splitFacesUndo(), meshRefinement::splitMesh(), meshRefinement::splitMeshRegions(), Foam::fvc::spread(), Foam::fvc::spreadSource(), SQPBase::SQPBase(), LBFGS::SR1HessianVectorProduct(), coalCloudList::Srho(), ReactingCloud< Foam::DSMCCloud >::Srho(), thermoSingleLayer::Srho(), Foam::stabilise(), SortableListEFA< Type >::stableSort(), SortableListDRGEP< Type >::stableSort(), StandardChemistryModel< CompType, ThermoType >::StandardChemistryModel(), StandardWallInteraction< CloudType >::StandardWallInteraction(), leastSquares::stencilWeights(), cellVolumeWeight::stencilWeights(), inverseDistance::stencilWeights(), MeshedSurface< Foam::face >::stitchFaces(), mappedPatchFieldBase< scalar >::storeAndRetrieveField(), hexRef8::storeData(), mappedPatchFieldBase< scalar >::storeField(), oversetFvPatchField< Type >::storeFringeCoefficients(), ISQP::storeOldFields(), streamLineBase::storePoint(), refinementHistory::storeSplit(), streamLineParticle::streamLineParticle(), coalCloudList::SU(), mapDistributeBase::subMapSizes(), faceZoneSet::subset(), topoBoolSet::subset(), refinementHistory::subset(), hexRef8::subset(), meshRefinement::subsetBaffles(), PatchTools::subsetMap(), triSurface::subsetMesh(), surfaceFeatures::subsetPlane(), Foam::subsetSubset(), faMatrix< Type >::subtractFromInternalField(), fvMatrix< Type >::subtractFromInternalField(), faceZoneSet::subtractSet(), globalIndexAndTransform::subtractTransformIndex(), LduMatrix< Type, DType, LUType >::sumA(), lduMatrix::sumA(), Foam::sumNeighbours(), cellDistFuncs::sumPatchSize(), reconstructionSchemes::surface(), surfaceAlignedSBRStressFvMotionSolver::surfaceAlignedSBRStressFvMotionSolver(), surfaceFeatures::surfaceFeatures(), Foam::fvc::surfaceIntegrate(), surfaceIntersection::surfaceIntersection(), fluxSummary::surfaceModeWrite(), triSurfaceTools::surfaceSide(), Foam::fvc::surfaceSum(), PrimitivePatch<::Foam::List< labelledTri >, pointField >::surfaceType(), SVD::SVD(), multiphaseSystem::Svm(), cyclicPointPatchField< Type >::swapAddSeparated(), Foam::fvc::sweep(), coalCloudList::SYi(), faceZoneSet::sync(), masterUncollatedFileOperation::sync(), syncTools::syncBoundaryFaceList(), globalMeshData::syncData(), syncTools::syncEdgeList(), syncTools::syncEdgeMap(), globalMeshData::syncPointData(), syncTools::syncPointList(), syncTools::syncPointMap(), pointConstraints::syncUntransformedData(), TAB< CloudType >::TAB(), ParticleStressModel::tau(), heheuPsiThermo< BasicPsiThermo, MixtureType >::Tb(), liquidMixtureProperties::Tc(), StandardChemistryModel< CompType, ThermoType >::tc(), TDACChemistryModel< CompType, ThermoType >::TDACChemistryModel(), polyDegree1::termValues(), Foam::FieldOps::ternary(), Foam::FieldOps::ternarySelect(), fvMeshDistribute::testField(), meshRefinement::testSyncBoundaryFaceList(), meshRefinement::testSyncPointList(), heThermo< BasicSolidThermo, MixtureType >::THE(), ThermoLookupTableInjection< CloudType >::ThermoLookupTableInjection(), thermoSingleLayer::thermoSingleLayer(), temperatureDependentContactAngleForce::theta(), distributionContactAngleForce::theta(), perturbedTemperatureDependentContactAngleForce::theta(), dynamicContactAngleForce::theta(), targetCoeffTrim::thetag(), cutFaceAdvect::timeIntegratedFaceFlux(), pointToPointPlanarInterpolation::timeNames(), polyTopoChanger::topoChangeRequest(), CV2D::toPoint2D(), blockMesh::topology(), regionModel::toPrimary(), regionModel::toRegion(), fluxSummary::totalArea(), Distribution< Type >::totalWeight(), liquidMixtureProperties::Tpc(), liquidMixtureProperties::Tpt(), streamLine::track(), wallBoundedStreamLine::track(), wallBoundedParticle::trackFaceTri(), trackingInverseDistance::trackingInverseDistance(), particle< Type >::trackToMovingTri(), MeshedSurface< Foam::face >::transcribe(), MeshedSurface< Foam::face >::transfer(), fvMatrix< Type >::transferFvMatrixCoeffs(), thermoSingleLayer::transferPrimaryRegionSourceFields(), kinematicSingleLayer::transferPrimaryRegionSourceFields(), thermoSingleLayer::transferPrimaryRegionThermoFields(), ReactingCloud< Foam::DSMCCloud >::transferToCarrier(), ReactingMultiphaseCloud< Foam::DSMCCloud >::transferToCarrier(), Foam::transform(), fft::transform(), sixDoFRigidBodyMotion::transform(), globalIndexAndTransform::transformPatches(), rigidBodyMotion::transformPoints(), cyclicPolyPatch::transformPosition(), cyclicAMIPolyPatch::transformPosition(), triSurfaceRegionSearch::treeByRegion(), boundaryMesh::triangulate(), triSurfaceTools::triangulate(), MeshedSurface< Foam::face >::triangulate(), triSurfaceTools::triangulateFaceCentre(), boundaryMesh::triangulateLocal(), advancingFrontAMI::triangulatePatch(), triSurface::triFaceFaces(), extendedEdgeMesh::trim(), cellClassification::trimCutCells(), surfaceFeatures::trimFeatures(), streamLineBase::trimToBox(), polynomial::Tsat(), function1::Tsat(), GeometricBoundaryField< Foam::vector, Foam::fvPatchField, Foam::volMesh >::types(), turbGen::U(), SRFModel::Uabs(), irregularMultiDirectional::Uf(), noiseModel::uniformFrequencies(), mapDistributeBase::unionCombineMasks(), wordRes::uniq(), dynamicRefineFvMesh::unrefine(), Foam::unzip(), Foam::unzipCol(), Foam::unzipCols(), Foam::unzipDiag(), Foam::unzipRow(), Foam::unzipRows(), refinementParameters::unzonedLocations(), UOprocess::UOprocess(), SR1::update(), DBFGS::update(), BFGS::update(), rawTopoChangerFvMesh::update(), dynamicMultiMotionSolverFvMesh::update(), voxelMeshSearch::update(), LBFGS::update(), lduPrimitiveMeshAssembly::update(), polyTopoChanger::update(), trackingInverseDistance::update(), marchingCells::update(), cellVolumeWeight::update(), CollisionRecordList< vector, vector >::update(), sampledPatch::update(), inverseDistance::update(), fluxSummary::update(), interfaceTrackingFvMesh::update(), objectivePtLosses::update_boundarydJdp(), objectiveFlowRatePartition::update_boundarydJdv(), objectivePtLosses::update_boundarydJdv(), objectiveUniformityPatch::update_boundarydJdv(), objectiveFlowRatePartition::update_boundarydJdvn(), objectivePtLosses::update_boundarydJdvn(), objectiveUniformityPatch::update_boundarydJdvn(), objectivePtLosses::update_boundarydJdvt(), objectiveUniformityPatch::update_boundarydJdvt(), objectiveForce::update_dxdbMultiplier(), objectiveMoment::update_dxdbMultiplier(), oversetFvMeshBase::updateAddressing(), MMA::updateBounds(), wallPoints::updateCell(), primitiveMeshTools::updateCellCentresAndVols(), cellMotionFvPatchField< Type >::updateCoeffs(), wideBandDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs(), mappedVelocityFluxFixedValueFvPatchField::updateCoeffs(), semiPermeableBaffleVelocityFvPatchVectorField::updateCoeffs(), mappedFixedInternalValueFvPatchField< Type >::updateCoeffs(), variableHeightFlowRateFvPatchScalarField::updateCoeffs(), convectiveHeatTransferFvPatchScalarField::updateCoeffs(), lumpedMassWallTemperatureFvPatchScalarField::updateCoeffs(), fixedMultiPhaseHeatFluxFvPatchScalarField::updateCoeffs(), surfaceDisplacementPointPatchVectorField::updateCoeffs(), greyDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), alphatFilmWallFunctionFvPatchScalarField::updateCoeffs(), atmAlphatkWallFunctionFvPatchScalarField::updateCoeffs(), kLowReWallFunctionFvPatchScalarField::updateCoeffs(), pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::updateCoeffs(), thermalBaffle1DFvPatchScalarField< solidType >::updateCoeffs(), supersonicFreestreamFvPatchVectorField::updateCoeffs(), outletMachNumberPressureFvPatchScalarField::updateCoeffs(), omegaWallFunctionFvPatchScalarField::updateCoeffs(), activeBaffleVelocityFvPatchVectorField::updateCoeffs(), epsilonWallFunctionFvPatchScalarField::updateCoeffs(), turbulentInletFvPatchField< Type >::updateCoeffs(), activePressureForceBaffleVelocityFvPatchVectorField::updateCoeffs(), outletMappedUniformInletFvPatchField< Type >::updateCoeffs(), enthalpySorptionFvPatchScalarField::updateCoeffs(), externalWallHeatFluxTemperatureFvPatchScalarField::updateCoeffs(), waveMakerPointPatchVectorField::updateCoeffs(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::updateCoeffs(), humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs(), electrostaticDepositionFvPatchScalarField::updateCoeffs(), turbulentDFSEMInletFvPatchVectorField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), reconstructedDistanceFunction::updateContactAngle(), nullSpace::updateCorrectionIndices(), ReactingParcel< ParcelType >::updatedDeltaVolume(), ReactingHeterogeneousParcel< ParcelType >::updatedDeltaVolume(), ReactingMultiphaseParcel< ParcelType >::updatedDeltaVolume(), patchEdgeFaceRegions::updateEdge(), wallPoints::updateFace(), topODesignVariables::updateField(), fvDOM::updateG(), designVariablesUpdate::updateGradientsAndValues(), DBFGS::updateHessian(), BFGS::updateHessian(), jumpCyclicAMIFvPatchField< scalar >::updateInterfaceMatrix(), jumpCyclicFvPatchField< vector >::updateInterfaceMatrix(), meshRefinement::updateIntersections(), topoBoolSet::updateLabels(), edgeVertex::updateLabels(), meshRefinement::updateList(), NURBS3DVolumeCylindrical::updateLocalCoordinateSystem(), ReactingParcel< ParcelType >::updateMassFraction(), LduMatrix< Type, DType, LUType >::updateMatrixInterfaces(), lduMatrix::updateMatrixInterfaces(), duplicatePoints::updateMesh(), hexRef8Data::updateMesh(), patchInjectionBase::updateMesh(), points0MotionSolver::updateMesh(), pointBoundaryMesh::updateMesh(), componentDisplacementMotionSolver::updateMesh(), processorPolyPatch::updateMesh(), ManualInjection< CloudType >::updateMesh(), processorFaPatch::updateMesh(), ReactingLookupTableInjection< CloudType >::updateMesh(), ThermoLookupTableInjection< CloudType >::updateMesh(), CellZoneInjection< CloudType >::updateMesh(), ReactingMultiphaseLookupTableInjection< CloudType >::updateMesh(), removePoints::updateMesh(), faGlobalMeshData::updateMesh(), boundaryCutter::updateMesh(), KinematicLookupTableInjection< CloudType >::updateMesh(), faceZoneSet::updateMesh(), FieldActivatedInjection< CloudType >::updateMesh(), ConeInjection< CloudType >::updateMesh(), InjectedParticleInjection< CloudType >::updateMesh(), displacementLayeredMotionMotionSolver::updateMesh(), tetDecomposer::updateMesh(), externalDisplacementMeshMover::updateMesh(), reactingOneDim::updateMesh(), combineFaces::updateMesh(), faBoundaryMesh::updateMesh(), refinementHistory::updateMesh(), faceZone::updateMesh(), probes::updateMesh(), topoSet::updateMesh(), polyBoundaryMesh::updateMesh(), addPatchCellLayer::updateMesh(), hexRef8::updateMesh(), polyMesh::updateMesh(), faMesh::updateMesh(), meshRefinement::updateMesh(), reactingOneDim::updatePhiGas(), optimisationManager::updatePrimalBasedQuantities(), reactingOneDim::updateqr(), MMA::updateRho(), EulerImplicit< ChemistryModel >::updateRRInReactionI(), propellerInfo::updateSampleDiskCells(), jouleHeatingSource::updateSigma(), levelSetDesignVariables::updateSignedDistances(), fileMonitor::updateStates(), dynamicRefineFvMesh::updateTopology(), MMA::updateValuesAndApproximations(), nullSpace::updateViolatedIndices(), omegaWallFunctionFvPatchScalarField::updateWeightedCoeffs(), epsilonWallFunctionFvPatchScalarField::updateWeightedCoeffs(), ISQP::updateYS(), lduPrimitiveMesh::upperTriOrder(), Polynomial< Type >::userTimeToTime(), coalCloudList::UTrans(), movingWallVelocityFvPatchVectorField::Uwall(), noiseModel::validateBounds(), zoneCellStencils::validBoundaryFaces(), cellToCellStencil::validBoundaryFaces(), cellToFaceStencil::validBoundaryFaces(), Distribution< Type >::validLimits(), polyDegree1::value(), Polynomial< Type >::value(), Sampled< Type >::value(), FieldFunction1< Function1Type >::value(), velocityGroup::velocityGroup(), triSurfaceTools::vertexNormals(), triSurfaceTools::vertexTriads(), Foam::vertices(), Foam::meshTools::visNormal(), surfaceIteratorPLIC::vofCutCell(), surfaceIteratorIso::vofCutCell(), volBSplinesBase::volBSplinesBase(), polyMeshTools::volRatio(), ThermoLookupTableInjection< CloudType >::volumeToInject(), ReactingLookupTableInjection< CloudType >::volumeToInject(), ReactingMultiphaseLookupTableInjection< CloudType >::volumeToInject(), KinematicLookupTableInjection< CloudType >::volumeToInject(), InjectedParticleInjection< CloudType >::volumeToInject(), InjectedParticleDistributionInjection< CloudType >::volumeToInject(), voxelMeshSearch::voxelMeshSearch(), liquidMixtureProperties::W(), heThermo< BasicSolidThermo, MixtureType >::W(), adjointkOmegaSST::waEqnSourceFromCDkOmega(), cuttingSurfaceBase::walkCellCuts(), cellCellStencil::walkFront(), CollisionRecordList< vector, vector >::wallAccessed(), wallBoundedStreamLineParticle::wallBoundedStreamLineParticle(), CollisionRecordList< vector, vector >::wallData(), adjointSpalartAllmaras::wallFloCoSensitivities(), wallLayerCells::wallLayerCells(), WallLocalSpringSliderDashpot< CloudType >::WallLocalSpringSliderDashpot(), streamLineBase::wallPatch(), CollisionRecordList< vector, vector >::wallPRel(), adjointSpalartAllmaras::wallShapeSensitivities(), adjointkOmegaSST::wallShapeSensitivities(), waveModel::waterLevel(), extendedUpwindCellToFaceStencil::weightedSum(), extendedFaceToCellStencil::weightedSum(), extendedCellToFaceStencil::weightedSum(), AMIInterpolation::weightedSum(), meshRefinement::weightedSum(), basicFvGeometryScheme::weights(), midPoint< Type >::weights(), reverseLinear< Type >::weights(), clippedLinear< Type >::weights(), outletStabilised< Type >::weights(), faNVDscheme< Type, NVDweight >::weights(), limitedSurfaceInterpolationScheme< Type >::weights(), faBoundaryMesh::whichPatch(), boundaryMesh::whichPatch(), polyBoundaryMesh::whichPatchFace(), PhaseChangeModel< Foam::ReactingCloud< Foam::DSMCCloud > >::wordToEnthalpyTransfer(), FLMAsurfaceFormat< Face >::write(), distribution::write(), OBJsurfaceFormat< Face >::write(), SMESHsurfaceFormat< Face >::write(), OFFsurfaceFormat< Face >::write(), histogramModel::write(), thirdBodyEfficiencies::write(), GTSsurfaceFormat< Face >::write(), TRIsurfaceFormat< Face >::write(), NASsurfaceFormat< Face >::write(), LangmuirHinshelwoodReactionRate::write(), VTKsurfaceFormat< Face >::write(), VTPsurfaceFormat< Face >::write(), List< Foam::glTF::accessor >::write(), oversetFvMeshBase::write(), sensitivityMultiple::write(), RemoveParcels< CloudType >::write(), FacePostProcessing< CloudType >::write(), animation::write(), dsmcFields::write(), unequalBinWidth::write(), equalBinWidth::write(), FaceInteraction< CloudType >::write(), blockFace::write(), scene::write(), vtkWriter::write(), Distribution< Type >::write(), AveragingMethod< Foam::vector >::write(), surfaceInterpolate::write(), OBJstream::write(), foamWriter::write(), yPlus::write(), cellMatcher::write(), particleDistribution::write(), ParticlePostProcessing< CloudType >::write(), ParticleCollector< CloudType >::write(), areaWrite::write(), nearWallFields::write(), multiFieldValue::write(), ParticleHistogram< CloudType >::write(), ParticleZoneInfo< CloudType >::write(), ensightFaces::write(), outletMappedUniformInletFvPatchField< Type >::write(), sizeDistribution::write(), dimensionSet::write(), sampledSet::write(), momentum::write(), fluxSummary::write(), NURBS3DCurve::write(), sixDoFRigidBodyMotion::write(), rigidBodyModel::write(), vtkWrite::write(), regionSizeDistribution::write(), NURBS3DSurface::write(), meshRefinement::write(), oversetFvMeshBase::writeAgglomeration(), correlationFunction< Type >::writeAveraged(), STLsurfaceFormat< Face >::writeBinary(), volumetricBSplinesDesignVariables::writeBounds(), STARCDsurfaceFormatCore::writeCase(), Foam::vtk::writeCellSetFaces(), triSurfaceTools::writeCloseness(), meshToMeshMethod::writeConnectivity(), updateMethod::writeCorrection(), NURBS3DVolume::writeCps(), edgeVertex::writeCuts(), porosityModelList::writeData(), quasiNewton::writeData(), externalCoupledMixedFvPatchField< scalar >::writeData(), LBFGS::writeData(), externalCoupledTemperatureMixedFvPatchScalarField::writeData(), lumpedPointMovement::writeData(), externalCoupled::writeDataMaster(), faMeshDecomposition::writeDecomposition(), JSONformatter::writeDict(), morphingBoxConstraint::writeDVSensitivities(), pairPotential::writeEnergyAndForceTables(), faBoundaryMeshEntries::writeEntries(), polyBoundaryMeshEntries::writeEntries(), coordinateScaling< Foam::vector >::writeEntry(), OBJstream::writeFace(), AMIInterpolation::writeFaceConnectivity(), rotorDiskSource::writeField(), ReactingHeterogeneousParcel< ParcelType >::writeFields(), ReactingParcel< ParcelType >::writeFields(), ReactingMultiphaseParcel< ParcelType >::writeFields(), LocalInteraction< CloudType >::writeFileHeader(), StandardWallInteraction< CloudType >::writeFileHeader(), valueAverageBase::writeFileHeader(), AMIWeights::writeFileHeader(), singleDirectionUniformBin::writeFileHeader(), RecycleInteraction< CloudType >::writeFileHeader(), interfaceHeight::writeFileHeader(), multiFieldValue::writeFileHeader(), sizeDistribution::writeFileHeader(), topOVariablesBase::writeFluidSolidInterface(), noiseModel::writeFreqDataToFile(), externalCoupled::writeGeometry(), AC3DsurfaceFormatCore::writeHeader(), advancingFrontAMI::writeIntersectionOBJ(), Foam::ensightOutput::Detail::writeLabelListList(), coordSetWriter::writeLine(), SQPBase::writeMeritFunction(), faceAreaWeightAMI2D::writeNoMatch(), Foam::meshTools::writeOBJ(), coupledPolyPatch::writeOBJ(), triSurfaceTools::writeOBJ(), extendedEdgeMesh::writeObj(), cellCuts::writeOBJ(), oversetFvMeshBase::writeObject(), dynamicRefineFvMesh::writeObject(), ReactingHeterogeneousParcel< ParcelType >::writeObjects(), ReactingParcel< ParcelType >::writeObjects(), ReactingMultiphaseParcel< ParcelType >::writeObjects(), lumpedPointState::writePlain(), particle< Type >::writeProperty(), writer::writeSolution(), valueAverageBase::writeState(), searchableSurfaces::writeStats(), extendedCellToFaceStencil::writeStencilStats(), topOVariablesBase::writeSurfaceFiles(), eddy::writeSurfaceOBJ(), graph::writeTable(), coordSetWriter::writeTable(), gnuplotWriter::writeTemplate(), xmgraceWriter::writeTemplate(), csvWriter::writeTemplate(), rawWriter::writeTemplate(), nastranWriter::writeTemplate(), abaqusWriter::writeTemplate(), gltfWriter::writeTemplate(), gltfWriter::writeTemplate_animate(), streamLineBase::writeToFile(), GCMMA::writeToFiles(), Foam::writeTrackField(), boundaryMesh::writeTriSurface(), Foam::vtk::writeValueParallel(), Foam::ensightOutput::writeVolField(), lumpedPointState::writeVTP(), lumpedPointMovement::writeVTP(), NURBS3DCurve::writeWParses(), NURBS3DSurface::writeWParses(), graph::writer::writeXY(), moleculeCloud::writeXYZ(), TableBase< Type >::x(), liquidMixtureProperties::X(), CompositionModel< Foam::ReactingCloud< Foam::DSMCCloud > >::X(), general::x(), liquidMixtureProperties::Xs(), TableBase< Type >::y(), liquidMixtureProperties::Y(), general::y(), nutkWallFunctionFvPatchScalarField::yPlus(), nutUWallFunctionFvPatchScalarField::yPlus(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::yPlusTherm(), MRFZone::zero(), zeroATCcells::zeroATCcells(), MRFZoneList::zeroFilter(), adjointkOmegaSST::zeroFirstCell(), wallLubricationModel::zeroGradWalls(), Foam::zip(), Foam::zipCols(), Foam::zipRows(), refinementParameters::zonedLocations(), cellCellStencil::zoneID(), ZoneMesh< cellZone, polyMesh >::ZoneMesh(), refinementParameters::zonePoints(), boundaryRadiationProperties::zoneTransmissivity(), meshRefinement::zonify(), fileMonitorWatcher::~fileMonitorWatcher(), and PstreamBuffers::~PstreamBuffers().

◆ forAllReverse

◆ forAllIter

#define forAllIter (   Container,
  container,
  iter 
)
Value:
for \
( \
Container::iterator iter = (container).begin(); \
iter != (container).end(); \
++iter \
)
constexpr auto begin(const C &c) -> decltype(c.begin())
Return const_iterator to the beginning of the container c.
Definition: stdFoam.H:179
constexpr auto end(const C &c) -> decltype(c.end())
Return const_iterator to the end of the container c.
Definition: stdFoam.H:212

Iterate across all elements in the container object.

of type Container.

Usage
forAllIter(ContainerType, container, iter)
{
statements;
}
See also
forAllConstIter

Definition at line 456 of file stdFoam.H.

Referenced by phaseForces::execute(), phaseSystem::generatePairsAndSubModels(), and phaseForces::write().

◆ forAllConstIter

#define forAllConstIter (   Container,
  container,
  iter 
)
Value:
for \
( \
Container::const_iterator iter = (container).cbegin(); \
iter != (container).cend(); \
++iter \
)
constexpr auto cend(const C &c) -> decltype(c.end())
Return const_iterator to the end of the container c.
Definition: stdFoam.H:223
constexpr auto cbegin(const C &c) -> decltype(c.begin())
Return const_iterator to the beginning of the container c.
Definition: stdFoam.H:190

Iterate across all elements in the container object.

of type Container with const access.

Usage
forAllConstIter(ContainerType, container, iter)
{
statements;
}
See also
forAllIter

Definition at line 478 of file stdFoam.H.

Referenced by MomentumTransferPhaseSystem< BasePhaseSystem >::AFfs(), PhaseTransferPhaseSystem< BasePhaseSystem >::correct(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), phaseSystem::createSubModels(), MomentumTransferPhaseSystem< BasePhaseSystem >::ddtCorrByAs(), PopulationBalancePhaseSystem< BasePhaseSystem >::dmdts(), PhaseTransferPhaseSystem< BasePhaseSystem >::dmdts(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), phaseForces::execute(), phaseSystem::generatePairsAndSubModels(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::iDmdt(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), MomentumTransferPhaseSystem< BasePhaseSystem >::KdUByAs(), PopulationBalancePhaseSystem< BasePhaseSystem >::massTransfer(), PhaseTransferPhaseSystem< BasePhaseSystem >::massTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransferf(), MomentumTransferPhaseSystem< BasePhaseSystem >::MomentumTransferPhaseSystem(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialElimination(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialEliminationf(), phaseForces::phaseForces(), phaseSystem::phaseSystem(), PhaseTransferPhaseSystem< BasePhaseSystem >::PhaseTransferPhaseSystem(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFs(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiKdPhifs(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiKdPhis(), PopulationBalancePhaseSystem< BasePhaseSystem >::PopulationBalancePhaseSystem(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::solveYi(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::ThermalPhaseChangePhaseSystem(), twoPhaseSystem::twoPhaseSystem(), and TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::TwoResistanceHeatTransferPhaseSystem().