c19b04e6d0
save local variable
2017-05-19 14:40:26 +02:00
e11697a9f2
fix some more const madness
2017-05-19 14:35:26 +02:00
ac4c80e148
fix some const madness
...
generally:
setter methods should not be const
getter methods are predestined candidates for const
2017-05-18 16:56:46 +02:00
232e8a75d0
use better name for volScalarField
2017-05-18 14:10:00 +02:00
e8f8f4668d
disable some warnings in make options for compressible
...
use the default 7 hexadecimal digits as the abbreviated object name;
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)
(same as in 80aaf69748 and
9e478e23a6 )
2017-05-18 14:08:33 +02:00
b2a089a444
fix some typos
2017-05-18 13:59:01 +02:00
b9cff039ad
fix up probe model
...
remove internal vProbes and sProbes and corresponding getter functions
since the data structures are unsuitable and they are not used anywhere
else;
remove misleading const specifiers from methods and the excruciating
mutable specifiers;
use const references as parameters where appropriate;
2017-05-18 13:57:58 +02:00
9113908429
clean up whitespaces
2017-05-16 11:40:27 +02:00
a6875d8a4a
use typename of force models for log file name
2017-05-16 09:37:50 +02:00
1e5bc6ef89
remove unneeded checks
...
delete NULL is a valid operation
2017-05-12 10:06:03 +02:00
d1dc21acb8
clean up whitespaces
2017-05-11 19:12:07 +02:00
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
7673564896
fix up shortcuts for running LIGGGHTS
2017-05-11 15:23:36 +02:00
2f532af9bb
update make options to include OFversion header location
2017-05-02 17:51:00 +02:00
4cbec2cffe
adjust shell scripts to new etc location
2017-05-02 17:50:02 +02:00
2a77e96af0
rename dummy file to .gitignore
2017-05-02 16:51:28 +02:00
57a929dce2
move etc directory to CFDEM_PROJECT_DIR
2017-05-02 16:49:22 +02:00
f0e1cbc94d
Merge pull request #21 from ParticulateFlow/fix/uniformFixedValueVoidfractionBC
...
writing the value field inherited from fixedValue BC; fixing #20
2017-05-02 13:35:27 +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
69f93a1e27
Merge pull request #16 from ParticulateFlow/master
...
update develop with latest changes to master
2017-03-08 16:50:57 +01:00
b764943f04
Merge pull request #15 from ParticulateFlow/release
...
Release 17.02
17.02
2017-03-08 16:22:48 +01:00
95e35ef0e6
add post folder to DEM part
2017-03-08 15:47:06 +01:00
60e1f0c067
proper naming of output files
...
plotting z-positions and z-velocities, so name the output files say
'pos_z<something>' and 'vel_z<something>'
2017-03-08 15:41:28 +01:00
b6d0bbf31a
update run.config
2017-03-07 18:01:56 +01:00
f932c15b2a
update comment sign in output
2017-03-07 17:50:13 +01:00
7b05d10fbc
add poition and velocity plots to run.config of twoSphereGlowinskiMPI
2017-03-07 17:40:37 +01:00
84c4b2945e
restore original inlet settings
2017-03-07 16:16:31 +01:00
c3fa5607c6
restore uniformFixedValueVoidfractionFvPatchField
2017-03-07 16:15:59 +01:00
6fd271c377
ignore build folder
2017-03-06 09:33:58 +01:00
98cd5ce09f
adjust run.config
2017-03-03 14:29:36 +01:00
97fd42e376
explicitly set liggghts log file
2017-03-02 18:42:30 +01:00
8efa366ded
correct solver in testharness run config
2017-03-02 18:06:52 +01:00
307588ccc7
remove extra semicolons in controlDict files
2017-03-02 15:51:42 +01:00
a628c856f9
minor clean-up of README
2017-03-02 12:59:48 +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
0b58fbae71
Merge pull request #6 from ParticulateFlow/feature/fines
...
Feature/fines pull request accepted under reserve:
Documentation is an essential component of any pull request.
2017-02-21 10:29:32 +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