From f6b1cde010fd74e0ccbef1de86914b9f9f55f5e6 Mon Sep 17 00:00:00 2001 From: Gerhard Holzinger Date: Mon, 29 Mar 2021 09:27:55 +0200 Subject: [PATCH] adapt test-case for LRU data base management --- .../testingLargeIncompleteDataBases/.gitignore | 16 ++++++++++++++++ .../constant/recProperties | 4 ++-- .../system/fvSolution | 6 ++++-- 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 tutorials/rStatAnalysis/testingLargeIncompleteDataBases/.gitignore 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; } }