e6fed5eaf7
Added short description for the tutorial
2018-03-01 16:43:25 +01:00
ae6b1a7209
Cleanup
2018-03-01 16:42:07 +01:00
1a75b56f89
Fix run case
2018-03-01 16:27:27 +01:00
9e30c8934d
Copy restart files to run case
2018-03-01 15:53:54 +01:00
25aede1f13
Fix init case
2018-03-01 15:45:05 +01:00
14ab34e1af
Update to OF-4.x syntax for init case
2018-03-01 15:29:13 +01:00
86b31017e7
Copied tutorial from outdated feature/cfdemSolverMultiphase branch and started restructuring
2018-03-01 14:58:14 +01: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
145e5a97cc
Cleanup tutorials from run time folders
2018-02-20 11:48:25 +01:00
c4157638c6
Unreacted Shrinking Core Cases from the experimental work of Hanel 2014
2018-02-20 10:54:20 +01:00
6a6b55d2a2
Remove old tutorial cases
2018-02-20 10:46:03 +01: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
6106fc8710
Latest tutorial case, based on Diss. Hanel Experiments
...
- ISO 4695 Conditions
- CO + N2 inflow
- Checking single particle unreacted core model
2017-11-08 16:27:52 +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
375686831e
Moved tutorials blockMeshDict file to /system
2017-09-22 10:58:50 +02:00
ff41603bc2
Updated tutorials with new /etc location
2017-09-22 10:57:49 +02:00
8054b35f8b
Cleanup
2017-09-22 10:56:56 +02:00
eb752cbdd6
Merge branch 'develop' into feature/OF4x-multiphase
2017-09-22 10:31:39 +02:00
d9e3e2a773
Update tutorial script
...
- No need for rdef (is deleted)
- Molarmasses must be in kg
- Consider every keyword required for sim to run
2017-09-06 17:54:55 +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
9814464fcf
Merge branch 'feature/cfdemSolverRhoPimple' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/cfdemSolverRhoPimple
2017-09-04 15:11:51 +02:00
da37804145
More path correction for tutorial cases
2017-09-04 14:56:06 +02:00
027592cd95
fix functions.sh path for tutorial cases
2017-09-04 14:53:10 +02:00
ace0e60c8c
Merge branch 'feature/cfdemSolverRhoPimple' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/cfdemSolverRhoPimple
2017-09-04 13:43:28 +02:00
4e7246381d
Some changes for tutorial case with single shrinking particle.
2017-09-04 13:42:53 +02:00
1e7fc386cc
test case for unreacted shrinking core model
2017-09-04 13:40:35 +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
557a9d3fad
Changed boundary conditions for tutorial case and some numerical settings.
2017-08-30 19:16:21 +02:00
a761c22ede
New path to source.
2017-08-30 14:46:25 +02:00
03ac321754
Merge with dev and corresponding changes.
2017-08-28 10:44:08 +02:00
42ecc8656a
remove out-dated tutorial cases
2017-08-25 10:33:01 +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
134a511488
Reorginzied function objects and updated plot script
2017-07-28 13:25:32 +02:00
46567490e1
Cleanup of old function object syntax
2017-07-26 13:45:12 +02:00
35d35339d2
tankDrainage tutorial case updated to OpenFOAM-4.x
2017-07-26 12:55:46 +02:00
7320c1f5cf
update case and decrease rhoMin
...
Case working fully with chemistry/diffusion/massTransfer terms
2017-07-18 15:31:09 +02:00
a1c47377fd
cleanup and use noSlip
2017-07-18 15:29:27 +02:00
ca6dbf6f12
cleanup DEM scripts
2017-07-18 15:28:32 +02:00
28ddc53754
decrease rhoMin to avoid pressure divergence
2017-07-18 15:27:56 +02:00