CrankNicolsonDdtScheme: Clarified the relationship between the
off-centre coefficient and the coefficient for the implicit part
This commit is contained in:
parent
0577cdb3cd
commit
e980cd5a60
1 changed files with 7 additions and 0 deletions
|
|
@ -56,6 +56,13 @@ Description
|
|||
interFoam family of solvers. Boundedness cannot be guaranteed with the
|
||||
backward scheme.
|
||||
|
||||
Note
|
||||
The Crank-Nicolson coefficient for the implicit part of the RHS is related
|
||||
to the off-centering coefficient by
|
||||
\verbatim
|
||||
cnCoeff = 1.0/(1.0 + ocCoeff);
|
||||
\endverbatim
|
||||
|
||||
See Also
|
||||
Foam::Euler
|
||||
Foam::backward
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue