mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
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:
10
tutorials/rStatAnalysis/testingLargeIncompleteDataBases/post
Executable file
10
tutorials/rStatAnalysis/testingLargeIncompleteDataBases/post
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# run the post-processing
|
||||
|
||||
rStatAnalysis 2>&1 | tee log.rStatAnalysis 2>&1
|
||||
|
||||
cd recMat
|
||||
|
||||
./plot.sh
|
||||
|
||||
Reference in New Issue
Block a user