dc8ca8b520
pass label by value instead of reference
...
index does not get modified; also avoid potential problems in case int
needs to be cast to a label of different size;
2017-05-11 19:10:12 +02:00
dfece32f5f
clean up whitespaces
2017-05-11 18:21:53 +02:00
dd54ca1bba
what has been allocated must be destroyed
...
new - delete
malloc - free
allocateArray - destroy
Programming 101: Don't mix them!
2017-05-11 18:00:54 +02:00
e265039fed
remove superfluous namespace scoping
2017-05-11 17:02:38 +02:00
b04810f2c5
use proper data type
2017-05-11 16:38:11 +02:00
ea71689908
remove unused function
2017-05-11 16:27:02 +02:00
2f532af9bb
update make options to include OFversion header location
2017-05-02 17:51:00 +02:00
57a929dce2
move etc directory to CFDEM_PROJECT_DIR
2017-05-02 16:49:22 +02:00
fba3a69243
writing the value field inherited from fixedValue BC; fixing #20
2017-04-25 14:47:07 +02:00
cb18593830
add CFDEM_LIGGGHTS_BIN_DIR to cfdemSysTest
...
path must not be empty for building LIGGGHTS via cmake (default)
resolves #19
2017-04-10 11:36:48 +02:00
c3fa5607c6
restore uniformFixedValueVoidfractionFvPatchField
2017-03-07 16:15:59 +01:00
12f942a4b9
disable check for additional packages
...
we don't provide any additional packages ...
2017-03-02 12:58:45 +01:00
f2085bd900
bump version & clean up version strings
2017-03-02 12:57:05 +01:00
80aaf69748
use the default 7 hexadecimal digits as the abbreviated object name
2017-03-02 12:55:21 +01:00
2bee441cea
fix compile message
2017-02-21 11:00:15 +01:00
4bfb965da8
Merge pull request #9 from ParticulateFlow/fix_up_make_options
...
Fix up make options
2017-02-21 10:38:55 +01:00
6439975233
clean up whitespaces
...
nowadays editors could do this automatically ...
2017-02-21 10:21:43 +01:00
678bb3b2cf
Added functionality to limit particle-fluid interaction on particles and monitor current maximum value.
2017-02-20 15:53:53 +01:00
27811fc5b6
Merge branch 'feature/fines' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/fines
2017-02-10 07:48:00 +01:00
ef509dcb72
Changed voidfraction limiting values.
2017-02-10 07:47:14 +01:00
9e478e23a6
enable/disable some warnings
...
disable warnings about old-style casts, unused results and literal
suffix, since they are of little interest and mostly caused by external
libraries (mpi, c/c++ standard libraries);
enable 'uninitialized' warning for many2many lib since that one is
indeed important;
2017-01-25 12:57:32 +01:00
72dda78652
make dependency builder happy
...
The compiler seems to have no problem with the space in the include option, however the dependency builder doesn't find the files.
2017-01-24 19:33:08 +01:00
849cede6fa
fix Wreorder warning
2017-01-23 17:45:57 +01:00
c40c4ad6fb
fix Wignored-qualifiers warnings
2017-01-23 17:22:43 +01:00
adcb9031ad
fix OpenFOAM 4 issue in reactionHeat.C
2017-01-23 16:32:24 +01:00
afe55da77e
remove cfdemSolverRhoPimpleChem from solver list
2017-01-23 16:29:13 +01:00
4975656a94
added reactionHeat
2017-01-20 13:51:02 +01:00
59149ac886
Merge branch 'develop' into feature/fines
2017-01-20 08:34:44 +01:00
872f297dfb
Some cleaning up.
2017-01-20 08:07:08 +01:00
15b3f7016d
fix cfdemSolverIB for OpenFOAM 4.0
...
see CFDEMcoupling-PUBLIC for reference
2016-12-13 16:59:23 +01:00
e752445880
Some minor corrections for heat transfer.
2016-11-28 12:11:57 +01:00
5ba7f10a29
Fixed a logical error regarding averages with distributed particle weights.
2016-11-28 12:10:17 +01:00
246f6f08db
Merge branch 'feature/fines' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/fines
2016-11-28 08:56:21 +01:00
201cbe16fc
Compute granular kinetic energy per cell.
2016-11-28 08:54:59 +01:00
1ff6217ae3
fixed error in scaling force submodel; output of average particle temperature
2016-11-16 13:40:59 +01:00
09d546cafd
Merge branch 'feature/fines' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/fines
2016-11-15 08:21:30 +01:00
be4429f995
New force submodel to reduce force close to a plane, e.g. a boundary wall.
2016-11-15 08:20:57 +01:00
49c0bc63d7
Fix treatment of Sauter mean diameter.
2016-11-08 10:48:57 +01:00
0d6ed36cf3
Make sure voidfraction has meaningful values.
2016-11-02 16:10:23 +01:00
f1a448883a
Put verbose part at right place.
2016-10-31 08:05:35 +01:00
018d4a2eda
Calculate and store Re and Nu.
2016-10-18 15:33:07 +02:00
00b5f4633d
Allow for coarse graining and changes due to modified size distributions.
2016-10-18 15:31:17 +02:00
01c1d60822
Update boundary conditions of wallQFactor.
2016-09-14 11:01:25 +02:00
5b7f59548c
Removed old OF syntax.
2016-08-31 10:53:37 +02:00
591f5445ba
Added debugging options for deposition mechanism.
2016-08-31 10:20:40 +02:00
e1db699f40
Calculate uDyn also at boundaries.
2016-08-29 10:52:15 +02:00
27cf909571
Parallel output for debugging.
2016-08-29 09:47:55 +02:00
ac6a1aac43
Fixed dimension problem.
2016-08-29 08:11:47 +02:00
f307a18f12
Changed mass flux field of fines.
2016-08-26 13:02:14 +02:00
356c1853cd
Reformulation of forces and voidfraction calculation.
2016-08-24 16:40:26 +02:00