Functions | Variables
checkResidualControls.H File Reference

Go to the source code of this file.

Functions

 forAll (fluidRegions, i)
 
 forAll (solidRegions, i)
 
 if (resControlUsed)
 
 if (finalIter &&resControlUsed &&!allRegionsConverged)
 
else if (finalIter &&resControlUsed &&allRegionsConverged)
 

Variables

bool resControlUsed = false
 
int nFluidControlled = fluidRegions.size()
 
int nSolidControlled = solidRegions.size()
 

Function Documentation

◆ forAll() [1/2]

forAll ( fluidRegions  ,
 
)

Definition at line 7 of file checkResidualControls.H.

References resControlUsed, and residualControlUsedFluid().

Referenced by 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 15 of file checkResidualControls.H.

References resControlUsed, and residualControlUsedSolid().

Here is the call graph for this function:

◆ if() [1/3]

if ( resControlUsed  )

Definition at line 23 of file checkResidualControls.H.

References fluidRegions(), forAll(), nFluidControlled, residualReachedFluid(), residualReachedSolid(), and solidRegions().

Here is the call graph for this function:

◆ if() [2/3]

if ( finalIter &&resControlUsed &&!  allRegionsConverged)

Definition at line 54 of file checkResidualControls.H.

References Foam::endl(), Foam::Info, and nOuterCorr.

Here is the call graph for this function:

◆ if() [3/3]

else if ( finalIter &&resControlUsed &&  allRegionsConverged)

Definition at line 59 of file checkResidualControls.H.

References Foam::endl(), and Foam::Info.

Here is the call graph for this function:

Variable Documentation

◆ resControlUsed

bool resControlUsed = false

Definition at line 2 of file checkResidualControls.H.

Referenced by forAll().

◆ nFluidControlled

int nFluidControlled = fluidRegions.size()

Definition at line 3 of file checkResidualControls.H.

Referenced by if().

◆ nSolidControlled

int nSolidControlled = solidRegions.size()

Definition at line 4 of file checkResidualControls.H.