mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
adapt test-case for LRU data base management
This commit is contained in:
16
tutorials/rStatAnalysis/testingLargeIncompleteDataBases/.gitignore
vendored
Normal file
16
tutorials/rStatAnalysis/testingLargeIncompleteDataBases/.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
[0-9]*
|
||||
!0.org
|
||||
|
||||
*/polyMesh
|
||||
|
||||
*.log
|
||||
log.*
|
||||
|
||||
*.txt
|
||||
*.aux
|
||||
*.pdf
|
||||
*.dat
|
||||
recMat/myDistMatrix.tex
|
||||
|
||||
recurrenceMatrix
|
||||
recurrencePath
|
||||
@ -28,7 +28,7 @@ FoamFile
|
||||
|
||||
|
||||
//recModel standardRecModel;
|
||||
recModel gerhardsRecModel;
|
||||
recModel lruRecModel;
|
||||
|
||||
verbose false;
|
||||
|
||||
@ -64,7 +64,7 @@ standardRecModelProps
|
||||
skipZero on;
|
||||
}
|
||||
|
||||
gerhardsRecModelProps
|
||||
lruRecModelProps
|
||||
{
|
||||
dataBase ".";
|
||||
|
||||
|
||||
@ -80,11 +80,13 @@ PIMPLE
|
||||
|
||||
residualControl
|
||||
{
|
||||
U
|
||||
/*U
|
||||
{
|
||||
relTol 0;
|
||||
tolerance 0.00001;
|
||||
}
|
||||
}*/
|
||||
relTol 0;
|
||||
tolerance 0.00001;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user