|
|
b8ac908ea6
|
[DOC] fix link
|
2018-10-05 09:38:15 +02:00 |
|
|
|
af087b29b5
|
bump version number to 18.10
|
2018-10-04 12:29:52 +02:00 |
|
|
|
73d13652c6
|
[DOC] update manual
|
2018-10-04 11:00:05 +02:00 |
|
|
|
5cb044a62e
|
remove obsolete heatTransferGunnImplicit class
use heatTransferGunn instead which allows for an explicit or an implicit
formulation
closes #71
|
2018-10-04 10:47:42 +02:00 |
|
|
|
ffe9014b66
|
Merge pull request #70 from ParticulateFlow/feature/constness
fix up const/mutable usage
|
2018-10-04 10:40:40 +02:00 |
|
|
|
91c22cd1e1
|
fix up some mutables in momCoupleModels
|
2018-10-04 10:42:10 +02:00 |
|
|
|
c7fd297b68
|
make couple() method of dataExchangeModel non-const
method modifies at least one member that can be observed from outside
(i.e. couplingStep_)
|
2018-10-03 13:13:22 +02:00 |
|
|
|
6e59b6bb54
|
Merge pull request #69 from ParticulateFlow/feature/adaptive_resolution_universe
unravel cfdemCloud and models
|
2018-10-03 13:00:47 +02:00 |
|
|
|
7a32a19679
|
clean up function specifiers in cfdemCloudEnergy
|
2018-10-03 12:27:24 +02:00 |
|
|
|
3538d29f53
|
Merge branch 'develop' into feature/adaptive_resolution_universe
# Resolved Conflicts:
# src/lagrangian/cfdemParticle/cfdemCloud/cfdemCloud.C
|
2018-10-01 18:04:42 +02:00 |
|
|
|
2c46466a06
|
remove mutables from voidFractionModel classes
|
2018-10-01 17:56:04 +02:00 |
|
|
|
583e1ff3bb
|
surviving without mutable
use proper function signatures
provide getters for (const and) non-const references
|
2018-10-01 16:49:07 +02:00 |
|
|
|
f7716a67a6
|
make some getter methods of liggghtsCommandModel const
|
2018-10-01 16:03:06 +02:00 |
|
|
|
304b7328c4
|
fix up some more mutable stuff in cfdemCloud and cfdemCloudIB
|
2018-10-01 16:01:50 +02:00 |
|
|
|
be2a4ad87b
|
make some getter methods in cfdemCloud const
|
2018-10-01 15:34:21 +02:00 |
|
|
|
e25a25f294
|
remove unneeded mutable keywords in cfdemCloud
|
2018-10-01 15:33:32 +02:00 |
|
|
|
2c028ed37b
|
remove unneeded conversion to bool
|
2018-10-01 15:31:13 +02:00 |
|
|
|
3ad0fa0ac7
|
make parameters of IOModel methods const
parameters do not get changed in any of these methods
|
2018-10-01 15:30:43 +02:00 |
|
|
|
33c81073a2
|
Merge pull request #67 from ParticulateFlow/feature/aLittleConstBeauty
Feature/a little const beauty
|
2018-10-01 14:03:04 +02:00 |
|
|
|
fea4ee326e
|
mark some more members explicitly read-only
|
2018-10-01 13:54:44 +02:00 |
|
|
|
72351fb578
|
clean up some more const properties
|
2018-10-01 13:47:08 +02:00 |
|
|
|
6bcd54f549
|
Merge branch 'feature/aLittleConstBeauty' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/aLittleConstBeauty
|
2018-10-01 13:32:05 +02:00 |
|
|
|
779dca2401
|
clean up reading of settings some more
|
2018-10-01 13:31:32 +02:00 |
|
|
|
b88d8521bf
|
Merge branch 'feature/aLittleConstBeauty' of github.com:ParticulateFlow/CFDEMcoupling into feature/aLittleConstBeauty
|
2018-10-01 11:13:08 +02:00 |
|
|
|
059f2356dd
|
noDrag: fix the creation of the properties dictionary
|
2018-10-01 11:12:53 +02:00 |
|
|
|
6bcf8e76e4
|
fix bug introduced with merge of PR #66
forAll was intended replace the original for loop
|
2018-09-26 15:28:06 +02:00 |
|
|
|
982dcc07a7
|
Merge pull request #68 from ParticulateFlow/feature/SphinxDocumentation
Sphinx documentation for CFDEMcoupling
|
2018-09-26 14:18:54 +02:00 |
|
|
|
502e115581
|
Merge pull request #66 from ParticulateFlow/feature/PtrLists
Use PtrList for submodels instead of arrays of autoPtrs.
Resolves #61
|
2018-09-24 14:32:20 +02:00 |
|
|
|
1ab91a4dd3
|
Merge branch 'develop' into feature/aLittleConstBeauty
|
2018-09-24 13:48:07 +02:00 |
|
|
|
5d6714d5d2
|
addressed comments from review
|
2018-09-24 11:07:42 +02:00 |
|
|
|
2230f51421
|
changed back the handling of verbose flag
|
2018-09-24 10:20:30 +02:00 |
|
|
|
5c21513b64
|
Addressed comments brought up in review
Changed back the way the propsDict is read/constructed
Changed back the behaviour of verbose
|
2018-09-24 09:57:42 +02:00 |
|
|
|
4bfe6777f9
|
remove outdated pdf manual
|
2018-09-21 14:21:08 +02:00 |
|
|
|
00e260d6ca
|
remove github access info that is not applicable to our version
|
2018-09-21 14:20:33 +02:00 |
|
|
|
573c51e52f
|
use OF PtrList for submodels and iterators in energyCloud.
|
2018-09-13 15:58:08 +02:00 |
|
|
|
88e3bcf2dd
|
use PtrLists for subModels. includes some cleanup for commandModel acessors.
|
2018-09-13 15:57:42 +02:00 |
|
|
|
9dcd9351c5
|
make fvOptions work in cfdemSolverPiso.
|
2018-08-07 09:08:42 +02:00 |
|
|
|
0aa659196b
|
[DOC] fix conf.py start file settings for other doc formats
|
2018-07-27 16:33:43 +02:00 |
|
|
|
c89e0b792b
|
[DOC] add installation instructions
|
2018-07-27 15:38:04 +02:00 |
|
|
|
cdd416ec0a
|
[DOC] fix spelling
|
2018-07-26 13:04:30 +02:00 |
|
|
|
d9abd3df0b
|
[DOC] update model options
|
2018-07-23 15:20:44 +02:00 |
|
|
|
84d05d7d3b
|
fix error message
|
2018-07-23 12:26:43 +02:00 |
|
|
|
5259324950
|
fix error message
|
2018-07-23 12:25:15 +02:00 |
|
|
|
c47584d6de
|
fix error message
|
2018-07-23 12:14:52 +02:00 |
|
|
|
9cf940661a
|
fix comment
|
2018-07-23 10:25:00 +02:00 |
|
|
|
dbabe3285d
|
[DOC] update force model options
|
2018-07-23 09:03:40 +02:00 |
|
|
|
5a50153347
|
[DOC] fix up special characters
|
2018-07-19 09:18:41 +02:00 |
|
|
|
d314aa0ae1
|
[DOC] clean up conf.py file
|
2018-07-18 15:48:28 +02:00 |
|
|
|
77419c4ee0
|
[DOC] fix up formatting of references
|
2018-07-18 15:44:02 +02:00 |
|
|
|
395bc08b6c
|
[DOC] add sphinx setup and theme files
|
2018-07-18 14:58:15 +02:00 |
|