Block solver development
This commit is contained in:
parent
41c811a415
commit
b701b9a1ef
2 changed files with 3 additions and 3 deletions
|
@ -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 | |
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
blockVar
|
||||
blockT
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner Cholesky;
|
||||
|
@ -26,7 +26,7 @@ solvers
|
|||
|
||||
minIter 1;
|
||||
maxIter 1000;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
SIMPLE
|
||||
|
|
Reference in a new issue