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 |
fvSolution solutionDict | ( | runTime | ) |
bool coupled | ( | solutionDict. | getOrDefault"coupledEnergyField", false | ) |
Referenced by meshRefinement::balance(), P1::calculate(), polyMeshGeometry::checkFaceDotProduct(), polyMeshGeometry::checkFaceTets(), polyMeshTetDecomposition::checkFaceTets(), polyMeshGeometry::checkFaceWeights(), faceZone::checkParallelSync(), polyMeshGeometry::checkVolRatio(), dynamicOversetFvMesh::correctCoupledBoundaryConditions(), cubic< Type >::correction(), cyclicACMIFvPatch::delta(), cyclicAMIFvPatch::delta(), faPatchData::dict(), extendedCellToCellStencil::extendedCellToCellStencil(), extendedCellToFaceStencil::extendedCellToFaceStencil(), extendedFaceToCellStencil::extendedFaceToCellStencil(), polyMeshTetDecomposition::findFaceBasePts(), forAll(), PhiScheme< Type, PhiLimiter >::limiter(), Foam::MULES::limitSum(), localPointRegion::localPointRegion(), cyclicACMIFvPatch::makeWeights(), cyclicAMIFvPatch::makeWeights(), fvMatrix< Type >::mapContributions(), JohnsonJacksonSchaeffer::nu(), Schaeffer::nu(), kineticTheoryModel::pPrime(), phasePressureModel::pPrime(), phasePressureModel::pPrimef(), motionSmootherAlgo::scaleMesh(), removeCells::setRefinement(), combineFaces::setRefinement(), ReactingCloud< CloudType >::Srho(), ReactingCloud< CloudType >::SYi(), faNVDscheme< Type, NVDweight >::weights(), clippedLinear< Type >::weights(), midPoint< Type >::weights(), and reverseLinear< Type >::weights().
forAll | ( | fluidRegions | , |
i | |||
) |
Definition at line 7 of file createCoupledRegions.H.
References coupled(), forAll, and thermoFluid().
forAll | ( | solidRegions | , |
i | |||
) |
Definition at line 21 of file createCoupledRegions.H.
References coupled(), forAll, and thermos().
if | ( | coupled &&! | fvMatrixAssemblyPtr | ) |
Definition at line 53 of file createCoupledRegions.H.
References forAll, fvMatrixAssemblyPtr, solidRegions(), and thermos().
autoPtr<fvMatrix<scalar> > fvMatrixAssemblyPtr |
Definition at line 5 of file createCoupledRegions.H.
Referenced by if().