Bugfix: Removed coupled solver settings

This commit is contained in:
Hrvoje Jasak 2016-02-05 13:47:56 +00:00
parent 9710a2246e
commit 82012c585b

View file

@ -16,19 +16,6 @@ FoamFile
solvers
{
// Coupled
Up
{
solver BiCGStab;
preconditioner Cholesky;
tolerance 1e-09;
relTol 0.0;
minIter 1;
maxIter 500;
}
// Segregated
p
{