839c66a283
Merge with develop.
2018-06-05 09:57:53 +02:00
e9a7a0f15a
Beetstra drag mono can take multiple cg factors, added Beetstra drag poly for polydisp systems, including polydisp parcels and effect of fines phase.
2018-04-26 13:26:40 +02:00
d5d37233ef
update .gitignore file for tutorials
...
* ignore any files in any DEM/post/ folder
* ignore any processor directories in CFD folders
* ignore all time directories except '0' in CFD folders
2018-04-04 17:30:35 +02:00
5baa91df81
use shell script variable to indicate meaning of parameter
2018-03-27 17:55:51 +02:00
05907081c0
fix spelling of shell script variable
2018-03-27 17:54:14 +02:00
4063a2a103
fix reconstruction of twoSpheresGlowinskiMPI
...
fixes #42
2018-03-27 17:52:49 +02:00
665ff426b5
Merge branch 'develop' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/recurrenceLib
2018-03-20 13:24:02 +01:00
528750b8b5
Merge with model for large, incomplete databases.
2018-03-09 07:28:53 +01:00
48c2ac22c0
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.
2018-03-08 16:49:34 +11:00
2fe1f88084
Merge pull request #37 from ParticulateFlow/feature/cleanUp
...
Feature/clean up
2018-02-26 09:02:33 +01:00
9fd4f62f21
recurrence tutorial: laminar vortex shedding
...
This 2D case of vortex shedding in laminar cross-flow demonstrates the
concept of recurrence.
This is a bit work-in-progress: please check whether this tutorial runs with
the recurrence model and tools of CFDEMcoupling, namely rStatAnalysis.
The simulation roughly goes through three stages:
* The initial solution computed by potentialFoam
* A period of symmetric, steady-state flow
* Finally, periodic vortex shedding
These three stages are clearly visible in the recurrence plot.
* We see how not one of the later velocity fields is similar to the initial one
* We see the intermediate stage with a symmetric flow field
* We see the periodic vortex shedding
2018-02-26 17:44:16 +11:00
4a3db017f4
Test case for tracers on stationary field.
2018-02-01 07:49:06 +01:00
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
63fdfd9026
Tutorial case for rCFD simulation of heat transfer in a fluidized bed.
2017-12-18 11:42:21 +01:00
6a7acd7d08
Tutorial case bubbleColumn for rCFD model A.
2017-11-13 07:43:51 +01:00
b9bb7fd8f8
Tutorial case to create a recurrence matrix.
2017-11-08 10:37:46 +01:00
b8f07097ce
clean-up of tutorials
...
* removed all references to non-existent turboEngineM2M locateModel
* proper formatting of turboEngineProps dictionaries
2017-11-08 10:35:27 +01:00
8f92ff2551
clean-up: remove all references to totalMomentumExchange force model
...
There is no force model "totalMomentumExchange". There are some references in
the tutorials and the doxygen files. All references to "totalMomentumExchange" have
been removed from the tutorials.
2017-09-27 15:44:15 +02:00
3f4058206a
clean-up: remove all references to RongDrag force model
...
There is no force model named "RongDrag", it is also not mentioned in the
documentation. Thus, it is safe to remove all references to it from the
tutorials.
2017-09-27 15:16:20 +02:00
cd425337dd
clean-up: remove all references to DEMbasedDrag
...
There is force model named "DEMbasedDrag", thus all references to it
in the tutorials can be removed. It is not even mentioned in the
documentation.
2017-09-27 15:10:41 +02:00
8553d55f02
clean up: remove all references to localPSizeDiffSmoothing
...
The smoothing model "localPSizeDiffSmoothing" does not exist.
Thus, we can clear-out all references to it in the tutorials and
the documentation.
2017-09-27 14:55:03 +02:00
b3c451dbc9
Moved blockMeshDict file to system folder
...
Since OpenFOAM-3.0 it is the convention to put blockMeshDict into system
instead of constant/polyMesh
Having blockMeshDict in system is supported since OpenFOAM-2.3
2017-09-06 10:04:29 +02:00
70617eb360
replace deprecated outputControl and outputInterval
...
replace with writeControl and writeInterval
2017-08-31 14:50:59 +02:00
c7ee75839b
clean up LIGGGHTS scripts
2017-08-31 10:05:19 +02:00
14f5af4727
clean up whitespaces in tutorial run scripts
2017-08-16 15:43:41 +02:00
1fed0679a9
adjust tutorial run scripts to new etc location
2017-08-16 15:41:11 +02:00
6a636658aa
added grid coarsening/particle coarsening corrections to Beetstra drag model
2017-05-16 13:55:12 +02:00
95e35ef0e6
add post folder to DEM part
2017-03-08 15:47:06 +01:00
60e1f0c067
proper naming of output files
...
plotting z-positions and z-velocities, so name the output files say
'pos_z<something>' and 'vel_z<something>'
2017-03-08 15:41:28 +01:00
b6d0bbf31a
update run.config
2017-03-07 18:01:56 +01:00
f932c15b2a
update comment sign in output
2017-03-07 17:50:13 +01:00
7b05d10fbc
add poition and velocity plots to run.config of twoSphereGlowinskiMPI
2017-03-07 17:40:37 +01:00
84c4b2945e
restore original inlet settings
2017-03-07 16:16:31 +01:00
98cd5ce09f
adjust run.config
2017-03-03 14:29:36 +01:00
97fd42e376
explicitly set liggghts log file
2017-03-02 18:42:30 +01:00
8efa366ded
correct solver in testharness run config
2017-03-02 18:06:52 +01:00
307588ccc7
remove extra semicolons in controlDict files
2017-03-02 15:51:42 +01:00
9ce3eb5d24
Added mesh generation for tutorial FinesColumn.
2017-01-23 09:36:43 +01:00
cccb78b4d3
Added missing file for cfdemSolverRhoPimple tutorial ErgunTestMPI.
2017-01-23 08:10:54 +01:00
912580a5c6
Deleted files related to cfdemSolverRhoPimpleChem.
2017-01-23 08:09:40 +01:00
59149ac886
Merge branch 'develop' into feature/fines
2017-01-20 08:34:44 +01:00
9ca32ce5f6
Tutorial case for fines transport and deposition.
2017-01-17 11:25:00 +01:00
aff47d3588
restore previous testcase settings
...
to make regression testing easier
2017-01-09 17:34:20 +01:00
a13960131c
fix fillCylinder case for OpenFOAM 4.0
2016-12-14 09:39:47 +01:00
d59b7a7cff
fix packedBedTemp case for OpenFOAM 4.0
...
fix turbulence properties
2016-12-13 17:37:10 +01:00
43f78101a2
fix twoSpheresGlowinskiMPI case for OpneFOAM 4.0
2016-12-13 17:02:57 +01:00
6e71533e60
fix post-processing of ErgunTest cases for OpenFOAM 4.0
...
fix number of headerlines expected in probe files for ErgunTestCG,
ErgunTestMPI_cgs and ErgunTestMPI_restart
2016-12-13 16:44:35 +01:00
2c885c84d1
Change pressure boundary condition.
2016-08-02 13:16:40 +02:00
ff8db6374f
Tutorial for cfdemSolverRhoPimple.
2016-08-02 13:00:33 +02:00
684eb53001
Updated to OF 4.x.
2016-08-02 12:59:26 +02:00