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:
12
tutorials/rStatAnalysis/testingLargeIncompleteDataBases/run
Executable file
12
tutorials/rStatAnalysis/testingLargeIncompleteDataBases/run
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# run the simulation
|
||||
|
||||
rm -rf 0
|
||||
cp -r 0.org 0
|
||||
|
||||
# initialise solution
|
||||
potentialFoam 2>&1 | tee log.potentialFoam 2>&1
|
||||
|
||||
# run simulation
|
||||
pimpleFoam 2>&1 | tee log.pimpleFoam 2>&1
|
||||
Reference in New Issue
Block a user