2d4fc39eef
Added missing files.
2019-04-24 13:25:30 +02:00
f87ad1d116
Make default setting for critical voidfraction such that empty regions can be recognized as such.
2019-04-15 14:34:02 +02:00
a9b8718c3f
adapt cfdemSolverRhoPimpleChem for OF-6.
2019-04-10 14:36:06 +02:00
2fa735a2d4
adapt cfdemSolverRhoSimple for OF6.
2019-04-10 14:17:18 +02:00
c40d8e8907
adapt cfdemSolverRhoPimple for OF-6.
2019-04-10 14:11:18 +02:00
69b3c903b3
fix misleading argument type
...
using a reference indicates that the argument gets modified
which is not the case here
2019-04-09 17:26:17 +02:00
a4ba6750b0
remove friends from cfdemCloud
...
All my data are belong to me.
2019-04-09 16:12:42 +02:00
96508745fb
move methods from dataExchangeModel to cfdemCloud
...
methods operate directly on data owned by cfdemCloud, thus
cfdemCloud should have the control over it
2019-04-09 15:49:36 +02:00
671d59d634
make cfdemCloud::setNumberOfParticles public
...
and remove dataExchangeModel::setNumberOfParticles as we don't
gain anything but another function call
2019-04-09 15:14:55 +02:00
0dd61addde
remove unused method fluidVel from cfdemCloud
2019-04-09 14:48:53 +02:00
e68f20c63d
Merge pull request #86 from ParticulateFlow/master
...
update README.md
2019-04-03 20:56:23 +02:00
d98d72319a
update README.md [ci skip]
2019-04-03 19:02:06 +02:00
645481215d
Merge pull request #85 from ParticulateFlow/develop
...
add configuration file for CircleCI
2019-04-03 18:58:03 +02:00
d9c846caab
add configuration file for CircleCI
...
use ubuntu trusty environment
use openfoam4 package provided by openfoam.org
build only master and develop
2019-04-03 18:16:29 +02:00
9061d95e2a
Update and rename README to README.md
2019-04-03 18:11:23 +02:00
cc48c0b36c
Create LICENSE
2019-04-03 18:08:58 +02:00
7b91c8f014
Added RanzMarshall heat transfer model. Fixed issue with thermal conductivity models.
2019-04-02 08:51:16 +02:00
471cb3baae
Merge branch 'feature/recurrenceLib' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/recurrenceLib
2019-04-02 07:28:12 +02:00
68ab82ce69
Cleaning up code.
2019-04-02 07:27:44 +02:00
c7e58306bb
Merge branch 'feature/recurrenceLib' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/recurrenceLib
2019-03-28 15:29:14 +01:00
11e53185e7
Tutorial case for rCFD. Minor bug fixes. Some code cleaning.
2019-03-28 15:28:33 +01:00
1cf1babc8c
[OF6] parameters of MULES::limit
...
MULES and CMULES have been extended so that the limits can be supplied
as fields. These arguments are templated so that zeroField, oneField or
UniformField<scalar> can be used in place of a scalar value with no
additional overhead.
2019-03-27 11:57:44 +01:00
cc4afe5e17
[OF6] class 'Foam::Random' has no member named 'GaussNormal'
...
'GaussNormal' has been replaced by 'scalarNormal'
2019-03-27 10:55:55 +01:00
8dd994c4a0
Merge pull request #81 from ParticulateFlow/master
...
Merge changes from release 19.02
2019-02-22 17:19:11 +01:00
8625396bea
Merge pull request #80 from ParticulateFlow/release
...
Release 19.02
19.02
2019-02-22 15:57:02 +01:00
74ef6b9207
Merge pull request #65 from ParticulateFlow/feature/recurrenceLibMinorTweaks
...
Minor tweaks
2019-02-22 09:31:47 +01:00
3d186d3dcd
Merge with develop resolve and resolve conflicts
2019-02-21 15:35:30 +01:00
e52b1028a2
add dSauter field read
2019-02-21 15:29:32 +01:00
ec095a490c
bump version number to 19.02
2019-02-21 15:05:54 +01:00
c441753ff9
clean up whitespaces
...
no tabs, no extra whitespaces!
2019-02-21 14:53:31 +01:00
c8eb21bedc
clean up whitespaces
...
no tabs, no extra whitespaces!
2019-02-21 14:45:03 +01:00
77b8d587a1
clean up whitespaces
2019-02-21 14:32:14 +01:00
750dc74ce9
[DOC] fix minor typos
2019-02-21 14:26:56 +01:00
dfac4df0a9
[DOC] clean up
2019-02-21 14:06:04 +01:00
209fc5c78f
clean up whitespaces
2019-02-21 14:05:36 +01:00
cd3bc3874a
[DOC] update chemistry model documentation
2019-02-21 13:39:23 +01:00
edd77aa751
clean up whitespaces
2019-02-21 13:02:35 +01:00
73015cffde
[DOC] add minimal description of solvers
...
provisional documentation, needs to be extended
2019-02-21 10:57:21 +01:00
3275a87e05
[DOC] fix formatting in documentation of one2one data exchange model
2019-02-21 10:55:09 +01:00
809519f937
[DOC] add link to one2one data exchange model documentation
2019-02-21 10:54:21 +01:00
581fae739b
Fix application name and description of cfdemSolverRhoSimple
2019-02-21 10:40:52 +01:00
696d73b10b
clean up whitespaces
2019-02-20 15:02:49 +01:00
5665e75005
clean up whitespaces
2019-02-20 14:47:42 +01:00
5bb94b9695
use spaces not tabs
2019-02-20 14:19:42 +01:00
36d253303d
Therm cond models lookup field and modify it instead of returning it on demand. Furthermore, they do not need specific heat values anymore.
2019-01-11 08:47:17 +01:00
94d7ef5b78
add verbose switch to check reactionHeat per particle
2019-01-10 15:35:51 +01:00
c28b2418b2
add volScalarField dSauter
2019-01-07 17:13:45 +01:00
5b4ec1f67e
Merge branch 'develop' into feature/cfdemSolverRhoPimple
...
Previous merge didn't pull from latest rep, merge again with
origin/develop branch.
Fix conflicts in heatTransferGunn, now using multiType for
coarseGraining, EEqn (using Tref for thermodynamic data)
Update rest without conflicts.
2019-01-07 16:10:50 +01:00
8edf5ac409
Merge remote-tracking branch 'origin/develop' into feature/cfdemSolverRhoPimple
2019-01-07 15:27:36 +01:00
2f0a2854a4
Debug information output
2019-01-07 15:15:41 +01:00