advectionDiffusionPatchDistMethod: Added comment concerning predictor step
This commit is contained in:
parent
cb3cd0afb0
commit
014c602f4a
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ Description
|
||||||
boundary by solving the Eikonal equation in advection form with diffusion
|
boundary by solving the Eikonal equation in advection form with diffusion
|
||||||
smoothing.
|
smoothing.
|
||||||
|
|
||||||
|
Convergence is accelerated by first generating an approximate solution
|
||||||
|
using one of the simpler methods, e.g. Poisson. The method used for
|
||||||
|
this prediction step is specified in the 'advectionDiffusionCoeffs'
|
||||||
|
sub-dictionary, see below.
|
||||||
|
|
||||||
References:
|
References:
|
||||||
\verbatim
|
\verbatim
|
||||||
P.G. Tucker, C.L. Rumsey, R.E. Bartels, R.T. Biedron,
|
P.G. Tucker, C.L. Rumsey, R.E. Bartels, R.T. Biedron,
|
||||||
|
|
@ -109,6 +114,7 @@ Description
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
SeeAlso
|
SeeAlso
|
||||||
|
Foam::patchDistMethod::Poisson
|
||||||
Foam::patchDistMethod::meshWave
|
Foam::patchDistMethod::meshWave
|
||||||
Foam::wallDist
|
Foam::wallDist
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue