Bugfix: Removed coupled solver settings
This commit is contained in:
parent
9710a2246e
commit
82012c585b
1 changed files with 0 additions and 13 deletions
|
@ -16,19 +16,6 @@ FoamFile
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
// Coupled
|
|
||||||
Up
|
|
||||||
{
|
|
||||||
solver BiCGStab;
|
|
||||||
preconditioner Cholesky;
|
|
||||||
|
|
||||||
tolerance 1e-09;
|
|
||||||
relTol 0.0;
|
|
||||||
|
|
||||||
minIter 1;
|
|
||||||
maxIter 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Segregated
|
// Segregated
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue