Block solver development

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

View file

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

View file

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