Block solver development

This commit is contained in:
Hrvoje Jasak 2011-08-24 11:36:10 +01:00
parent 105f6dd539
commit c9523bb2f7
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |

View file

@ -16,7 +16,7 @@ FoamFile
solvers solvers
{ {
blockVar blockT
{ {
solver BiCGStab; solver BiCGStab;
preconditioner Cholesky; preconditioner Cholesky;
@ -26,7 +26,7 @@ solvers
minIter 1; minIter 1;
maxIter 1000; maxIter 1000;
}; }
} }
SIMPLE SIMPLE