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() |
forAll | ( | fluidRegions | , |
i | |||
) |
Definition at line 7 of file checkResidualControls.H.
References resControlUsed, and residualControlUsedFluid().
forAll | ( | solidRegions | , |
i | |||
) |
Definition at line 16 of file checkResidualControls.H.
References resControlUsed, and residualControlUsedSolid().
if | ( | resControlUsed | ) |
Definition at line 25 of file checkResidualControls.H.
References fluidRegions(), forAll(), nFluidControlled, residualReachedFluid(), residualReachedSolid(), and solidRegions().
if | ( | !runTime. | run() | ) |
Definition at line 56 of file checkResidualControls.H.
References Foam::endl(), and Foam::Info.
else if | ( | runTime.run() &&resControlUsed && | allRegionsConverged | ) |
Definition at line 61 of file checkResidualControls.H.
References Foam::endl(), and Foam::Info.
bool resControlUsed = false |
Definition at line 2 of file checkResidualControls.H.
int nFluidControlled = fluidRegions.size() |
Definition at line 3 of file checkResidualControls.H.
int nSolidControlled = solidRegions.size() |
Definition at line 4 of file checkResidualControls.H.