a87ed03b61
display PATH env var in cfdemSysTest
...
We will add bin and library paths for cfdemcoupling binaries and
libraries in the future -> display PATH to see if they are set correctly
2017-08-22 13:23:30 +02:00
9f7c801fbe
remove output of liggghts lib name in cfdemSysTest
...
with cmake compilation in place, it's always libliggghts.so
2017-08-22 13:19:57 +02:00
52eed4b351
remove check for pizza dir from cfdemSysTest
...
we don't use pizza anymore, just lpp
2017-08-22 13:18:09 +02:00
8f11235d08
update make options for compressible library
...
use same flags as for incompressible library
2017-08-22 13:15:13 +02:00
15b7c43839
remove unneeded environment variables
...
libraries do not exist or are never used
2017-08-22 10:41:35 +02:00
14f5af4727
clean up whitespaces in tutorial run scripts
2017-08-16 15:43:41 +02:00
1fed0679a9
adjust tutorial run scripts to new etc location
2017-08-16 15:41:11 +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
956a3a3236
Allow negative voidfractions in dividedVoidFraction. Useful in combination with smoothing models at processor or periodic boundaries.
2017-02-09 17:28:11 +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
6eeb0a4f19
make dependency builder happy
...
remove whitespaces in include options so wdep will find header files
2017-01-25 12:39:06 +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
4f17c33b4d
avoid warnings about unused variables from postProcess.H
...
move
volScalarField& T = thermo.T();
const volScalarField& psi = thermo.psi();
to createFieldRefs.H (and make T const)
2017-01-24 13:30:57 +01:00
a285248abd
clean up whitespaces
2017-01-24 11:54:05 +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