Commit Graph

1618 Commits

Author SHA1 Message Date
5d402bb4f9 write output into post folder [ci skip] 2019-08-09 12:54:08 +02:00
5d606017dc update deprecated Foam settings [ci skip] 2019-08-09 12:51:22 +02:00
d67d861f6f fix up poperty/atom name in Spreitzer chemistry tutorial [ci skip] 2019-08-08 17:42:32 +02:00
ba3f79095e clean up whitespaces [ci skip] 2019-08-08 17:12:22 +02:00
204363744e fix single particle chemistry tutorial [ci skip] 2019-08-08 17:11:26 +02:00
299a24fe4f fix OpenFOAM init files
at least my installed version of OpenFOAM (tag version-4.0) does not
accept pure double values as type
2019-08-08 14:31:37 +02:00
7c48f9b20c add post and restart folders to chemistry tutorials 2019-08-08 14:13:24 +02:00
26099f72b1 correct solver name and # of processors in run.config [ci skip] 2019-08-08 13:45:08 +02:00
f9a638e291 clean up some tutorial files [ci skip] 2019-08-08 13:43:49 +02:00
6f9af416bb replace misleading comments [ci skip] 2019-08-08 13:26:21 +02:00
e765bc4eb2 remove periodicity info from dumps
boundaries are fixed, thus periodicity does not give any useful
information
2019-08-08 13:19:21 +02:00
cde5d933e7 clean up some tutorial files [ci skip] 2019-08-08 13:10:13 +02:00
b777ae6e9b clean up whitespaces and comments [ci skip] 2019-08-08 12:34:16 +02:00
a35e0dac09 correct solver name in run.config 2019-08-08 11:06:24 +02:00
bb2aa55fdf add .sh file extension to Allclean script 2019-08-08 11:05:50 +02:00
85b116eeb2 remove unneeded creation of temporary string object [ci skip]
can be assigned as is
2019-08-08 10:41:27 +02:00
889f44803d Merge pull request #92 from ParticulateFlow/feature/timestepfraction
Feature/timestepfraction
2019-08-08 10:32:54 +02:00
7bb266bc41 clamp tsf between 0 and 1
the time step fraction should never be outside these bounds since we
don't allow variable time steps; hence any value outside these bounds
must come from numerical rounding/precision issues;
by doing this we no longer need the check in cfdemCloud
2019-07-26 16:59:56 +02:00
d4bb711e9c replace time().deltaT().value() by time().deltaTValue()
avoid creation of temporary dimensionedScalar that is not needed
2019-07-26 16:31:54 +02:00
62489f3165 try to increase precision of tsf calculation
cf. CFDEMcoupling-PUBLIC
2019-07-26 16:29:22 +02:00
efec037d6b fix up comments [ci skip] 2019-07-26 16:17:38 +02:00
d3d7d07cdb increase precision of time step fraction output [ci skip] 2019-07-26 16:11:09 +02:00
b462327d2d apply some formatting changes [ci skip] 2019-07-26 15:59:04 +02:00
de8c0c0e39 Merge pull request #91 from ParticulateFlow/bugfix/beetstraDrag-cg
Fix beetstra drag for coarse-grained cases
2019-05-20 17:04:49 +02:00
a6be6be3cc adjust tankDrainage case to OpenFOAM 6
caseDicts/postProcessing/surfaceRegion in OpenFOAM 4 was renamed to
caseDicts/postProcessing/surfaceFieldValue OpenFOAM 6;
OpenFOAM 6 requires pcorrFinal to be defined;
2019-05-17 15:24:26 +02:00
cab4fdcb2f adjust fvSolution settings for multiphase solver in OpenFOAM6
OF6 requires pcorrFinal to be specified
2019-05-17 15:00:28 +02:00
d0400cdc74 update sourcing of OpenFOAM bashrc to OF6 2019-05-17 14:24:55 +02:00
29b7ae5ff9 make typeCG mutable (b/c setForce is const). 2019-05-16 11:09:03 +02:00
b64dfacc33 fix problem introduced with e9a7a0f15a that causes drag to be severely underestimated when a cg factor directly from liggghts is used. 2019-05-16 10:15:23 +02:00
302e8df86b Cleaned up Ergun test case for cfdemSolverRhoPimple. 2019-05-02 11:43:19 +02:00
31b3aa939e [DOC] fix links in README.md 2019-04-25 13:37:08 +02:00
224b7fc00c Merge pull request #87 from ParticulateFlow/feature/openfoam6-chemistrySolvers
Feature/openfoam6 compressible solvers
2019-04-25 11:16:36 +02:00
ce2646c400 Merge pull request #89 from ParticulateFlow/feature/recurrenceLib_fix_predefinedPath
minor fix in predefinedPath model
2019-04-25 11:06:11 +02:00
c878281031 minor fix in predefinedPath model
* change the default file name for the pre-defined recurrencePath

  The previous default 'recurrencePath' is used by the recModel class
  to record the recurrence-path of the simulation at run-time.
  Thus, the previous default value conflicts with the hard-coded file name
  of the recModel class.

  By changing the default, we can use this model with its default file name
2019-04-24 15:16:42 +02:00
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