Files
CFDEMcoupling-PFM/tutorials/rStatAnalysis/oscillatingBubbleColumn/.gitignore
MarkoRamius 1fea5461c9 Demo case for using rStatAnalysis as post-processing tool.
This case is a simple bubble column, which is run by reactingTwoPhaseEulerFoam.
Upon completion, rStatAnalysis can be run to compute the recurrence statistics
of the bubble column.

This demo case must be run in parallel, as rStatAnalysis apparently does not run
as a single, serial process.
2018-01-16 10:41:52 +11:00

23 lines
246 B
Plaintext

# ignore log files
log.*
*.log
# ignore mesh
polyMesh/
# ignore time steps
[0-9]
[1-9]*
[0-9].[0-9]*
# ignore latex-related files
*.aux
*.pdf
myDistMatrix.tex
# ignore recurrence data
recurrenceMatrix
recurrencePath
rec_jump.dat
myMatrix.txt