Loading...
Searching...
No Matches
stdFoam.H File Reference

Includes some common 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

namespace  Foam
 Namespace for OpenFOAM.
namespace  Foam::Detail
 Implementation details for various OpenFOAM classes.
namespace  Foam::Module
 Additional OpenFOAM modules.
namespace  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_STRICTER(since, replacement)
#define FOAM_UNLIKELY(cond)
#define FOAM_LIKELY(cond)
#define FOAM_NO_DANGLING_REFERENCE
#define forAllIters(container, iter)
 Iterate across all elements in the container object.
#define forAllConstIters(container, iter)
 Iterate across all elements of the container object with const access.
#define forAllReverseIters(container, iter)
 Reverse iterate across elements in the container object of type.
#define forAllConstReverseIters(container, iter)
 Reverse iterate across elements of container object with const access.
#define forAll(list, i)
 Loop across all elements in list.
#define forAllReverse(list, i)
 Reverse loop across all elements in list.
#define forAllIter(Container, container, iter)
 Iterate across all elements in the container object.
#define forAllConstIter(Container, container, iter)
 Iterate across all elements in the container object.

Functions

template<class T>
void Swap (T &a, T &b)
 Swap non-array types as per std::swap, but in Foam namespace.
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.

Variables

template<typename...>
constexpr bool dependent_false_v = false
 Map any dependent type to false (workaround before CWG2518).
template<typename T>
constexpr bool is_bool_v = std::is_same<bool, std::remove_cv_t<T>>::value
 Test for bool type (after removing cv).
template<typename T>
constexpr bool is_char_v = std::is_same<char, std::remove_cv_t<T>>::value
 Test for char type (after removing cv).

Detailed Description

Includes some common 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)
Value:
[[deprecated("Since " #since)]]

Definition at line 42 of file stdFoam.H.

◆ FOAM_DEPRECATED_FOR

#define FOAM_DEPRECATED_FOR ( since,
replacement )
Value:
[[deprecated("Since " #since "; use " #replacement)]]

Definition at line 43 of file stdFoam.H.

◆ FOAM_DEPRECATED_STRICT

#define FOAM_DEPRECATED_STRICT ( since,
replacement )

◆ FOAM_DEPRECATED_STRICTER

#define FOAM_DEPRECATED_STRICTER ( since,
replacement )

◆ FOAM_UNLIKELY

#define FOAM_UNLIKELY ( cond)
Value:
(cond)

Definition at line 64 of file stdFoam.H.

Referenced by pointPatchField< Type >::addToInternalField(), pointPatchField< Type >::addToInternalField(), bitSet::andEq(), GeometricField< Type, faPatchField, areaMesh >::boundaryEvaluate(), call_window_allocate(), call_window_create(), Foam::PstreamGlobals::checkCommunicator(), UPstream::File::Impl::checkReadable(), UPstream::File::Impl::checkWritable(), UPstream::dupCommunicator(), PtrDynList< Foam::Field< label > >::emplace(), Foam::PstreamGlobals::initCommunicator(), List< T >::List(), List< T >::List(), List< T >::List(), DynamicList< T, SizeMin >::operator=(), DynamicList< T, SizeMin >::operator=(), DynamicList< token >::operator=(), PtrDynList< T, SizeMin >::operator=(), PtrDynList< T, SizeMin >::operator=(), PtrDynList< T, SizeMin >::operator=(), faPatch::patchInternalField(), fvPatch::patchInternalField(), pointPatchField< Type >::patchInternalField(), DynamicField< T, SizeMin >::push_back(), DynamicField< T, SizeMin >::push_back(), DynamicList< T, SizeMin >::push_back(), DynamicList< T, SizeMin >::push_back(), DynamicList< T, SizeMin >::push_back(), PtrDynList< T, SizeMin >::push_back(), List< T >::resize_copy(), pointPatchField< Type >::setInInternalField(), UPstream::splitCommunicator(), DynamicField< T, SizeMin >::swap(), DynamicField< T, SizeMin >::swap(), DynamicField< T, SizeMin >::swap(), DynamicList< T, SizeMin >::swap(), PtrDynList< T, SizeMin >::swap(), DynamicField< T, SizeMin >::transfer(), DynamicField< T, SizeMin >::transfer(), DynamicList< T, SizeMin >::transfer(), PtrDynList< T, SizeMin >::transfer(), and PtrList< T >::transfer().

◆ FOAM_LIKELY

#define FOAM_LIKELY ( cond)
Value:
(cond)

Definition at line 65 of file stdFoam.H.

Referenced by List< T >::resize_copy().

◆ FOAM_NO_DANGLING_REFERENCE

◆ forAllIters

◆ forAllConstIters

#define forAllConstIters ( container,
iter )
Value:
for \
( \
auto iter = std::cbegin(container); \
iter != std::cend(container); \
++iter \
)

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

Usage
forAllConstIters(container, iter)
{
statements;
}
#define forAllConstIters(container, iter)
Iterate across all elements of the container object with const access.
Definition stdFoam.H:235
See also
forAllIters, forAllIter, forAllConstIter

Definition at line 235 of file stdFoam.H.

Referenced by greyMeanAbsorptionEmission::aCont(), wideBandAbsorptionEmission::aCont(), ISAT< CompType, ThermoType >::add(), snappyRefineDriver::addFaceZones(), multiphaseInterSystem::addInterfacePorosity(), ABAQUSCore::readHelper::addNewElset(), polyMeshTetDecomposition::adjustTetBasePtIs(), MassTransferPhaseSystem< BasePhaseSystem >::alphaTransfer(), foamReport::apply(), distribution::approxTotalEntries(), boundaryRegion::boundaryTypes(), cellMatcher::calcLocalFaces(), GAMGAgglomeration::calculateRegionMaster(), argList::check(), objectRegistry::checkCacheTemporaryObjects(), primitiveMesh::checkCommonOrder(), primitiveMesh::checkDuplicateFaces(), IOobjectList::classesImpl(), objectRegistry::classesImpl(), cellTable::combine(), multiWorldConnections::comms(), hexRef8::consistentSlowRefinement(), faPatch::constraintTypes(), fvPatch::constraintTypes(), polyPatch::constraintTypes(), MassTransferPhaseSystem< BasePhaseSystem >::correctMassSources(), objectRegistry::count(), IOobjectList::countImpl(), objectRegistry::countImpl(), IOobjectList::countTypeImpl(), objectRegistry::countTypeImpl(), multiWorldConnections::createComms(), multiphaseInterSystem::createSubModels(), multiphaseInterSystem::createSubModels(), multiphaseSystem::dragCoeffs(), edgeSurface::edgeSurface(), energyTransport::energyTransport(), polySurface::findFieldObject(), boundaryRegion::findIndex(), cellTable::findIndex(), polyMeshAdder::findSharedPoints(), multiphaseInterSystem::generatePairs(), phaseSystem::generatePairs(), multiphaseInterSystem::generatePairsAndSubModels(), multiphaseInterSystem::generatePairsTable(), undoableMeshCutter::getAddedCells(), combineFaces::getMergeSets(), undoableMeshCutter::getSplitFaces(), leastSquareGrad< T >::grad(), MassTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), if(), multiphaseInterSystem::incompressible(), faBoundaryMesh::indices(), faBoundaryMesh::indices(), faBoundaryMesh::indices(), pointBoundaryMesh::indices(), pointBoundaryMesh::indices(), pointBoundaryMesh::indices(), polyBoundaryMesh::indices(), polyBoundaryMesh::indices(), polyBoundaryMesh::indices(), ZoneMesh< ZoneType, MeshType >::indices(), ZoneMesh< ZoneType, MeshType >::indices(), ZoneMesh< ZoneType, MeshType >::indices(), LocalInteraction< CloudType >::info(), RecycleInteraction< CloudType >::info(), StandardWallInteraction< CloudType >::info(), interfaceDefinitions::interfaceName(), interfaceDefinitions::isInterface(), multiphaseInterSystem::isochoric(), triSurfaceMesh::isSurfaceClosed(), IOobjectList::lookupClassImpl(), IOobjectList::lookupClassTypeImpl(), objectRegistry::lookupClassTypeImpl(), IOobjectList::lookupImpl(), reconstructedDistanceFunction::markCellsNearSurf(), MassTransferPhaseSystem< BasePhaseSystem >::massSpeciesTransfer(), MassTransferPhaseSystem< BasePhaseSystem >::MassTransferPhaseSystem(), polyBoundaryMesh::matchGroups(), cellTable::materialTypes(), boundaryRegion::maxIndex(), cellTable::maxIndex(), meshRefinement::mergeBaffles(), meshRefinement::mergePatchFacesUndo(), blockMesh::mesh(), multiBandZoneAbsorptionEmission::multiBandZoneAbsorptionEmission(), multiphaseSystem::multiphaseSystem(), multiphaseSystem::multiphaseSystem(), Foam::names_impl(), IOobjectList::namesImpl(), objectRegistry::namesImpl(), IOobjectList::namesTypeImpl(), objectRegistry::namesTypeImpl(), surfaceFeatures::nearestEdges(), surfaceFeatures::nearestSamples(), surfaceFeatures::nearestSamples(), multiphaseInterSystem::nearInterface(), IOobjectList::objectsTypeImpl(), objectRegistry::objectsTypeImpl(), mapDistribute::transformPosition::operator()(), weightedPosition::operator()(), worldConnectBitOrEq::operator()(), Foam::operator<<(), polyBoundaryMesh::patchSet(), ABAQUSsurfaceFormat< Face >::read(), NASsurfaceFormat< Face >::read(), wallBoundedStreamLine::read(), Time::readDict(), Cloud< ParticleType >::readFromFiles(), refinementSurfaces::refinementSurfaces(), boundaryRegion::rename(), substitutionModel::replaceBuiltin(), fieldAverage::restoreWindowFieldsType(), ISAT< CompType, ThermoType >::retrieve(), forceCoeffs::selectCoeffs(), cellTable::selectType(), boundaryCutter::setRefinement(), duplicatePoints::setRefinement(), edgeCollapser::setRefinement(), faceCollapser::setRefinement(), meshCutAndRemove::setRefinement(), meshCutter::setRefinement(), refinementIterator::setRefinement(), tetDecomposer::setRefinement(), undoableMeshCutter::setRefinement(), Foam::shallowCloneFunctions(), multiphaseInterSystem::surfaceTensionForce(), masterUncollatedFileOperation::sync(), syncTools::syncEdgeMap(), syncTools::syncPointMap(), distribution::totalEntries(), multiphaseInterSystem::U(), dynamicRefineFvMesh::unrefine(), uniformInterpolatedDisplacementPointPatchVectorField::updateCoeffs(), edgeVertex::updateLabels(), boundaryCutter::updateMesh(), hexRef8::updateMesh(), localPointRegion::updateMesh(), meshCutAndRemove::updateMesh(), meshCutter::updateMesh(), meshRefinement::updateMesh(), Foam::HashTableOps::values(), MassTransferPhaseSystem< BasePhaseSystem >::volTransfer(), reader::warnDuplicates(), meshReader::warnDuplicates(), polySurface::whichRegistry(), while(), writeObjects::write(), gnuplotWriter::write(), xmgraceWriter::write(), fvExprDriver::writeCommon(), fieldAverage::writeFields(), writer::writeSolution(), graph::writeTable(), and streamLineBase::writeToFile().

◆ forAllReverseIters

#define forAllReverseIters ( container,
iter )
Value:
for \
( \
auto iter = std::rbegin(container); \
iter != std::rend(container); \
++iter \
)

Reverse iterate across elements in the container object of type.

Container.

Usage
forAllReverseIters(container, iter)
{
statements;
}
#define forAllReverseIters(container, iter)
Reverse iterate across elements in the container object of type.
Definition stdFoam.H:257
See also
forAllConstReverseIters

Definition at line 257 of file stdFoam.H.

◆ forAllConstReverseIters

#define forAllConstReverseIters ( container,
iter )
Value:
for \
( \
auto iter = std::crbegin(container); \
iter != std::crend(container); \
++iter \
)

Reverse iterate across elements of container object with const access.

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

Definition at line 278 of file stdFoam.H.

◆ forAll

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

Loop across all elements in list.

Usage
forAll(anyList, i)
{
statements;
}
#define forAll(list, i)
Loop across all elements in list.
Definition stdFoam.H:299
See also
forAllReverse

Definition at line 299 of file stdFoam.H.

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

Iterate across all elements in the container object.

of type Container.

Usage
forAllIter(ContainerType, container, iter)
{
statements;
}
#define forAllIter(Container, container, iter)
Iterate across all elements in the container object.
Definition stdFoam.H:334
See also
forAllConstIter

Definition at line 334 of file stdFoam.H.

Referenced by phaseSystem::generatePairsAndSubModels().

◆ forAllConstIter

#define forAllConstIter ( Container,
container,
iter )
Value:
for \
( \
Container::const_iterator iter = (container).cbegin(); \
iter != (container).cend(); \
++iter \
)

Iterate across all elements in the container object.

of type Container with const access.

Usage
forAllConstIter(ContainerType, container, iter)
{
statements;
}
#define forAllConstIter(Container, container, iter)
Iterate across all elements in the container object.
Definition stdFoam.H:356
See also
forAllIter

Definition at line 356 of file stdFoam.H.

Referenced by MomentumTransferPhaseSystem< BasePhaseSystem >::AFfs(), PhaseTransferPhaseSystem< BasePhaseSystem >::correct(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), phaseSystem::createSubModels(), MomentumTransferPhaseSystem< BasePhaseSystem >::ddtCorrByAs(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), PhaseTransferPhaseSystem< BasePhaseSystem >::dmdts(), PopulationBalancePhaseSystem< BasePhaseSystem >::dmdts(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::dmdts(), phaseSystem::generatePairsAndSubModels(), OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::heatTransfer(), TwoResistanceHeatTransferPhaseSystem< BasePhaseSystem >::heatTransfer(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::iDmdt(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::InterfaceCompositionPhaseChangePhaseSystem(), MomentumTransferPhaseSystem< BasePhaseSystem >::KdUByAs(), InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), PhaseTransferPhaseSystem< BasePhaseSystem >::massTransfer(), PopulationBalancePhaseSystem< BasePhaseSystem >::massTransfer(), ThermalPhaseChangePhaseSystem< BasePhaseSystem >::massTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransfer(), MomentumTransferPhaseSystem< BasePhaseSystem >::momentumTransferf(), MomentumTransferPhaseSystem< BasePhaseSystem >::MomentumTransferPhaseSystem(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialElimination(), MomentumTransferPhaseSystem< BasePhaseSystem >::partialEliminationf(), 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().