Functions | Variables
checkResidualControls.H File Reference

Go to the source code of this file.

Functions

 forAll (fluidRegions, i)
 
 forAll (solidRegions, i)
 
 if (resControlUsed)
 
 if (!runTime.run())
 
else if (runTime.run() &&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().

Here is the call graph for this function:

◆ forAll() [2/2]

forAll ( solidRegions  ,
 
)

Definition at line 16 of file checkResidualControls.H.

References resControlUsed, and residualControlUsedSolid().

Here is the call graph for this function:

◆ if() [1/3]

if ( resControlUsed  )

Definition at line 25 of file checkResidualControls.H.

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

Here is the call graph for this function:

◆ if() [2/3]

if ( !runTime.  run())

Definition at line 56 of file checkResidualControls.H.

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

Here is the call graph for this function:

◆ if() [3/3]

else if ( runTime.run() &&resControlUsed &&  allRegionsConverged)

Definition at line 61 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.

◆ nFluidControlled

int nFluidControlled = fluidRegions.size()

Definition at line 3 of file checkResidualControls.H.

◆ nSolidControlled

int nSolidControlled = solidRegions.size()

Definition at line 4 of file checkResidualControls.H.