diff --git a/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/.gitignore b/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/.gitignore new file mode 100644 index 00000000..5bdcb1e0 --- /dev/null +++ b/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/.gitignore @@ -0,0 +1,16 @@ +[0-9]* +!0.org + +*/polyMesh + +*.log +log.* + +*.txt +*.aux +*.pdf +*.dat +recMat/myDistMatrix.tex + +recurrenceMatrix +recurrencePath diff --git a/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/constant/recProperties b/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/constant/recProperties index 3ca3520d..aafcafff 100644 --- a/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/constant/recProperties +++ b/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/constant/recProperties @@ -28,7 +28,7 @@ FoamFile //recModel standardRecModel; -recModel gerhardsRecModel; +recModel lruRecModel; verbose false; @@ -64,7 +64,7 @@ standardRecModelProps skipZero on; } -gerhardsRecModelProps +lruRecModelProps { dataBase "."; diff --git a/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/system/fvSolution b/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/system/fvSolution index e3070695..eca2e302 100644 --- a/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/system/fvSolution +++ b/tutorials/rStatAnalysis/testingLargeIncompleteDataBases/system/fvSolution @@ -80,11 +80,13 @@ PIMPLE residualControl { - U + /*U { relTol 0; tolerance 0.00001; - } + }*/ + relTol 0; + tolerance 0.00001; } }