recurrence model: testing large, incomplete data bases

This is a small, simple tutorial for testing the implementation of
large, incomplete data bases.
In this tutorial case, rStatAnalysis is used as post-processor and
it uses a data base in memory, which is smaller than the number of
snapshots on disk.
This commit is contained in:
MarkoRamius
2018-03-08 16:49:34 +11:00
parent 4403f4e191
commit 48c2ac22c0
20 changed files with 919 additions and 0 deletions

View File

@ -0,0 +1,23 @@
#!/bin/bash
#
# clean the case
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
# remove mesh
rm -rf constant/polyMesh/*
rm -rf 0 > /dev/null 2>&1
cleanCase
rm rec_jump.dat
rm recurrenceMatrix
rm recurrencePath
cd recMat
./clean.sh