Commit Graph

19 Commits

Author SHA1 Message Date
5563b9bd9c fix bug introduced in 13da1dd890
methods must have same const qualifier as in base class
2017-08-17 15:09:39 +02:00
13da1dd890 make clock model indpendent of cfdemCloud
New version only depends on valid Foam::Time instance
2017-05-24 11:53:29 +02:00
e265039fed remove superfluous namespace scoping 2017-05-11 17:02:38 +02:00
343d1cba5b use const std::string& instead of std::string as parameter 2015-03-26 15:06:05 +01:00
8566c7eaa4 convert tabs to spaces 2015-03-26 14:49:18 +01:00
acf0673e38 simplify string operations & initialization 2015-03-26 14:48:21 +01:00
f4501938ff just mpi gather no need to sum up 2015-03-25 16:29:23 +01:00
667e806224 use static_cast instead of old-style casts 2015-03-24 12:58:33 +01:00
59adfbe6ac Changes system header includes from "" to <> syntax
This avoids irritating warnings of wmake about it not finding certain headers
(e.g. system headers). Similar things were necessary in some headers of the
LIGGGHTS code. While these did not cause compilation errors, they messed up
the compilation output with hundrets of false alarms. Not very helpful if
you're trying to find out what went wrong.

One special case is the change from RASModel.H to turbulenceModel.H in
cfdemCloud.H. Between major OpenFOAM versions there was a change of how
turbulence models were implemented. While the CFDEMcoupling code uses
preprocessors to allow compatibility, the wmkdepend utility is too simple
to understand this. It does not evaluate #ifdef constructs and just looks
for #include lines. Therefore it tries to access RASModel.H in newer
versions of OpenFOAM, which no longer exists.

To circumvent this issue, both includes were changed from "" to <> syntax.
This suppresses the warning and compiles, since the OpenFOAM header is in
the include path anyway.
2015-03-01 20:25:17 +01:00
1d04b8c164 release on 2014-07-17_09-51-22 2014-07-17 09:51:22 +02:00
1f885cf941 release on 2013-02-06_21-55-59 2013-02-06 21:55:59 +01:00
85d5b0e634 release on 2013-01-31_20-46-22 2013-01-31 20:46:22 +01:00
a6bf0969ac release on 2013-01-22_11-50-26 2013-01-22 11:50:26 +01:00
ef077351ce release on 2013-01-10_16-39-45 2013-01-10 16:39:45 +01:00
f88d3381eb release on 2013-01-09_13-47-28 2013-01-09 13:47:28 +01:00
32ec2147b8 release on 2013-01-08_15-30-41 2013-01-08 15:30:42 +01:00
0323774ed4 release on 2012-07-17_15-56-10 2012-07-17 15:56:10 +02:00
811a525493 init 2012-07-17 15:55:00 +02:00
43118878fa release on 2012-07-17_15-53-04 2012-07-17 15:53:04 +02:00