adapt test-case for LRU data base management

This commit is contained in:
Gerhard Holzinger
2021-03-29 09:27:55 +02:00
parent acd38183fc
commit f6b1cde010
3 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,16 @@
[0-9]*
!0.org
*/polyMesh
*.log
log.*
*.txt
*.aux
*.pdf
*.dat
recMat/myDistMatrix.tex
recurrenceMatrix
recurrencePath

View File

@ -28,7 +28,7 @@ FoamFile
//recModel standardRecModel;
recModel gerhardsRecModel;
recModel lruRecModel;
verbose false;
@ -64,7 +64,7 @@ standardRecModelProps
skipZero on;
}
gerhardsRecModelProps
lruRecModelProps
{
dataBase ".";

View File

@ -80,11 +80,13 @@ PIMPLE
residualControl
{
U
/*U
{
relTol 0;
tolerance 0.00001;
}
}*/
relTol 0;
tolerance 0.00001;
}
}