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)

◆ forAll() [1/2]

forAll ( fluidRegions  ,
 
)

Definition at line 7 of file createCoupledRegions.H.

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

Here is the call 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 forAll, fvMatrixAssemblyPtr, 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().