Commit Graph

980 Commits

Author SHA1 Message Date
771dd7e6d0 Initial commit for cfdemSolverRhoSimple. New heat transfer model to treat granular temperature as field to be solved on a grid. 2018-04-12 11:06:46 +02:00
391a50e6dc Merge branch 'feature/cfdemSolverRhoPimple' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/cfdemSolverRhoPimple 2018-04-11 16:10:41 +02:00
d8a343181c check addition of molar fractions 2018-04-11 15:37:48 +02:00
09dba5d5d5 Additional options for treatment of Y fields. 2018-04-09 12:30:31 +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
68a683e053 Merge pull request #52 from ParticulateFlow/master
update develop with release commits
2018-04-04 16:39:54 +02:00
ca5a69d8ad Merge pull request #51 from ParticulateFlow/release
CFDEMcoupling-PFM Release 18.03
version passed all regression tests
18.03
2018-04-04 16:37:20 +02:00
e66de2bbc9 bump version number to 18.03 2018-04-04 14:54:00 +02:00
0411ae0d80 clean up whitespaces 2018-04-04 14:46:53 +02:00
e7a3e8de8f clean up whitespaces 2018-04-04 12:48:53 +02:00
a2e3ad76ab cleanup comments 2018-03-29 14:10:59 +02:00
7ee394fb4c Fix memory leak_continuation
- didnt stage
2018-03-29 13:42:05 +02:00
c5622f9090 Fix memory leak
- remove double pointer pointer formatting
2018-03-29 13:40:33 +02:00
7161b23c7f Free memory correctly 2018-03-28 14:30:58 +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
67ef631a6c add -f option to rm in clean target of make files
avoid make error in clean installations
2018-03-27 15:26:39 +02:00
8754ca5952 replace vector(0,0,0) with vector::zero 2018-03-27 15:25:30 +02:00
148990499d clean up whitespaces
use spaces, not tabs
2018-03-27 14:43:04 +02:00
dcc289ac71 added documentation for engineSearchMany2Many (#50), resolves #38. 2018-03-20 08:48:57 +01:00
5ac5c3275c Give info only if verbose active 2018-03-15 14:09:26 +01:00
674853d616 Print out info only if verbose active 2018-03-15 14:07:10 +01:00
47f38514a6 Changes in initialization of scalar list 2018-03-13 17:18:23 +01:00
e53753bfc8 Add coarse graining factor 2018-03-13 17:17:29 +01:00
a951310886 Print out information to log file only...
... if verbose is activated.
2018-02-26 14:01:20 +01:00
bc5ef31657 clean unnecessary comments 2018-02-26 14:00:17 +01:00
2fe1f88084 Merge pull request #37 from ParticulateFlow/feature/cleanUp
Feature/clean up
2018-02-26 09:02:33 +01: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
8bdb0cefe5 Required Pressure is in Pascal 2018-02-09 14:10:16 +01:00
34897bad97 communicate pressure with DEM 2018-02-08 17:42:37 +01:00
13fe14abf7 Merge pull request #45 from ParticulateFlow/postProc
Post proc
2018-01-30 08:38:43 +01:00
5231566793 Minor cleaning up of cfdemPostproc. 2018-01-30 08:20:45 +01:00
424f21e734 Data exchange model oneWayVTK can now take files from dump custom/vtk and from LPP. 2018-01-30 08:07:24 +01:00
3b8db2aa53 Species order does not change mixture diffusion total
- Fixed initialization error
- Fixed species molar fractions for diffusant and diffuser gases
- Order of species does not have any effect anymore!
2018-01-29 15:34:01 +01:00
e447ca82db Allow to specify DEM dump interval to be read in from couplingProperties. 2018-01-29 15:08:16 +01:00
167ae77c3b Fix H2O molar weight 2018-01-29 09:51:05 +01:00
237df644d4 reduce use of sqrt 2017-12-05 12:21:08 +01:00
69e994a532 Delete allocated arrays 2017-11-20 17:09:15 +01:00
3918e451fc Change pressure units to bar
- Get rid of the pow function in equations.
2017-11-20 11:48:51 +01:00
8a4be85856 Merge remote-tracking branch 'refs/remotes/origin/feature/cfdemSolverRhoPimple' into feature/cfdemSolverRhoPimple 2017-11-08 16:28:34 +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
bb94f760c0 remove unnecessary firend deffinition 2017-11-08 16:24:54 +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
2cad403f20 Added setScalarSumCentre which always uses particle-center-based cells. 2017-10-31 13:33:43 +01:00
be5b056d70 Added functionality to communicate available gas volume per particle. 2017-10-31 13:32:42 +01:00
210e047e15 Merge branch 'feature/cfdemSolverRhoPimple' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/cfdemSolverRhoPimple 2017-10-30 10:55:51 +01:00
1d1ebd132f Merge pull request #36 from ParticulateFlow/feature/cleanUpDoxygenDocumentation
Feature/clean up doxygen documentation
2017-10-23 14:48:17 +02:00