createCoupledRegions.H File Reference

Go to the source code of this file.

Functions

fvSolution solutionDict (runTime)
 
bool coupled (solutionDict.getOrDefault("coupledEnergyField", false))
 
 forAll (fluidRegions, i)
 
 forAll (solidRegions, i)
 
 if (coupled &&!fvMatrixAssemblyPtr)
 

Variables

autoPtr< fvMatrix< scalar > > fvMatrixAssemblyPtr
 

Function Documentation

◆ solutionDict()

fvSolution solutionDict ( runTime  )

◆ coupled()

bool coupled ( solutionDict.  getOrDefault"coupledEnergyField", false)

Referenced by meshRefinement::balance(), P1::calculate(), polyMeshGeometry::checkFaceDotProduct(), polyMeshTetDecomposition::checkFaceTets(), polyMeshGeometry::checkFaceTets(), polyMeshGeometry::checkFaceWeights(), faceZone::checkParallelSync(), polyMeshGeometry::checkVolRatio(), dynamicOversetFvMesh::correctCoupledBoundaryConditions(), cubic< Type >::correction(), cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField(), cyclicAMIFvPatchField< scalar >::cyclicAMIFvPatchField(), cyclicACMIFvPatch::delta(), cyclicAMIFvPatch::delta(), faPatchData::dict(), extendedCellToCellStencil::extendedCellToCellStencil(), extendedCellToFaceStencil::extendedCellToFaceStencil(), extendedFaceToCellStencil::extendedFaceToCellStencil(), polyMeshTetDecomposition::findFaceBasePts(), forAll(), PhiScheme< Type, PhiLimiter >::limiter(), Foam::MULES::limitSum(), localPointRegion::localPointRegion(), cyclicAMIFvPatch::makeWeights(), cyclicACMIFvPatch::makeWeights(), MPPICCloud< Foam::DSMCCloud >::motion(), Schaeffer::nu(), JohnsonJacksonSchaeffer::nu(), phasePressureModel::pPrime(), kineticTheoryModel::pPrime(), phasePressureModel::pPrimef(), motionSmootherAlgo::scaleMesh(), removeCells::setRefinement(), combineFaces::setRefinement(), ThermoCloud< Foam::DSMCCloud >::Sh(), ReactingCloud< Foam::DSMCCloud >::Srho(), ReactingCloud< Foam::DSMCCloud >::SYi(), midPoint< Type >::weights(), reverseLinear< Type >::weights(), clippedLinear< Type >::weights(), and faNVDscheme< Type, NVDweight >::weights().

Here is the caller graph for this function:

◆ forAll() [1/2]

forAll ( fluidRegions  ,
 
)

Definition at line 7 of file createCoupledRegions.H.

References coupled(), and thermoFluid().

Referenced by forAll(), and if().

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

◆ forAll() [2/2]

forAll ( solidRegions  ,
 
)

Definition at line 21 of file createCoupledRegions.H.

References coupled(), forAll(), and thermos().

Here is the call graph for this function:

◆ if()

if ( coupled &&!  fvMatrixAssemblyPtr)

Definition at line 53 of file createCoupledRegions.H.

References Foam::dimEnergy, Foam::dimTime, Foam::endl(), forAll(), fvMatrixAssemblyPtr, Foam::Info, solidRegions(), and thermos().

Here is the call graph for this function:

Variable Documentation

◆ fvMatrixAssemblyPtr

autoPtr<fvMatrix<scalar> > fvMatrixAssemblyPtr

Definition at line 5 of file createCoupledRegions.H.

Referenced by if().