4e65f19d5f
add FeO->Fe reduction case
...
based on R1 case described by Spreitzer 2016 / Kinaci 2020
2023-02-10 11:12:17 +01:00
78852efc7a
add Fe2O3->Fe3O4 reduction case
...
based on R3 case described by Spreitzer 2016 / Kinaci 2020, but with the
reaction point shifted from 0.434 to 0.516 to avoid any Fe formation via
CO reaction
2023-02-09 15:50:44 +01:00
561092cc46
adjust plotting of chemistry data [ci skip]
...
adjust step size for data selection; add plot of experimental data
2023-02-09 15:05:55 +01:00
65dde56334
change computation from sum to average of molar fractions
...
average makes more sense than sum here
2023-02-09 14:53:52 +01:00
d227090570
adjust particle properties in R2_FB case
2023-02-09 14:51:57 +01:00
69234a1451
Merge branch 'develop' into feature/fluidized_bed_chemistry_cases
...
tutorials/cfdemSolverRhoPimpleChem/PolydisperseFluidizedBed/R2_FB/DEM/in.liggghts_run
2023-02-03 12:37:51 +01:00
7ef990e025
turn fix property/atom into fix property/global for k0 and Ea [ci skip]
...
as of
6e96c2ccab
these properties should be defined via fix property/global
2023-01-13 13:36:44 +01:00
3d0ac6d079
skip postFlow() method if we ignore particle interaction
...
resolve #129
2023-01-10 17:22:53 +01:00
3becf58e3c
remove cfdemCloudEnergy::solve() method
...
none of the current energy or mass transfer models implements the
solve() method, so remove it
2023-01-10 17:14:37 +01:00
5d272decba
add run.config file for redBloodCellShearFlow case for testharness [ci skip]
2023-01-10 14:49:43 +01:00
ed20344d03
add run.config file for redBloodCellPoiseuilleFlow case for testharness [ci skip]
2023-01-10 14:26:24 +01:00
e0917bdc38
fix typo [ci skip]
2023-01-10 14:24:51 +01:00
d350ae01d6
add run.config file for falling_sphere_two_way_coupling case for test harness
2023-01-10 12:24:19 +01:00
4283ff09e7
change data plotting of falling_sphere_two_way_coupling case
...
simply plot particle's omega-z and pos-y of actual case instead of
comparing omega-z of actual case to a case without torque coupling
(requiring a 2nd simulation with modified setup)
2023-01-10 12:23:29 +01:00
29410326d1
avoid library interface change
...
let LIGGGHTS allocate the memory, delete it in CFDEMcoupling if no
longer needed;
2023-01-09 17:17:38 +01:00
2d061dc1c1
Merge pull request #142 from tmjnijssen/feature/fixOne2One
...
fix deadlock and memory leaks in one2one
2023-01-09 17:11:38 +01:00
7b8e4eab3a
make constDiffAndTemporalSmoothing work without refField again
...
revert constDiffAndTemporalSmoothing to previous behavior if no refField
is specified; this is required e.g. in ParmarBassetForce where Urel_ and
ddtUrel_ get smoothed using the same smoothing model;
2023-01-09 13:46:50 +01:00
ff42a04be1
Merge branch 'develop' of github.com:ParticulateFlow/CFDEMcoupling into develop
2023-01-03 09:31:37 +01:00
68318ab863
Fixed settings in tutorial cfdemSolverRhoPimple/FinesColumn.
2023-01-03 09:31:25 +01:00
c05732bb45
add -Wno-deprecated-copy to options files
...
to silence warnings stemming from OpenFOAM in g++ 9
2022-12-22 17:53:49 +01:00
b343711954
Merge pull request #136 from tmjnijssen/feature/updateParmarBassetForce
...
Feature/update parmar basset force
2022-12-22 17:10:00 +01:00
cbabd0aa50
Merge branch 'develop' of github.com:ParticulateFlow/CFDEMcoupling into develop
2022-12-06 08:16:09 +01:00
6af30fe0e5
Allow displacement field computation for polydisperse systems.
2022-12-06 08:15:50 +01:00
9a4bf92207
fix memleak
2022-12-05 13:38:37 +01:00
60983f8e96
fix memory leak
2022-12-02 14:52:16 +01:00
6ce64cf663
update debug output
2022-11-30 11:49:59 +01:00
a00d3fdec1
use nonblocking sends
2022-11-30 11:49:59 +01:00
e7db2ab2f0
use unique tags
2022-11-30 11:49:58 +01:00
c1bff32b4f
Merge pull request #141 from tmjnijssen/multiphaseMixture_bugfix
...
rename cfdemSolverMultiphaseScalar/multiphaseMixture to cfdemSolverMu…
2022-11-21 12:54:27 +01:00
153d1e353b
rename cfdemSolverMultiphaseScalar/multiphaseMixture to cfdemSolverMultiphaseScalar/multiphaseMixtureScalar
2022-11-17 14:38:54 +01:00
25115b0e33
Merge pull request #137 from tmjnijssen/feature/lubrication
...
Feature/lubrication
2022-11-09 11:41:06 +01:00
41b516c1e8
Check out fields manually checked into registry.
2022-11-08 17:41:17 +01:00
8505c69b94
Merge pull request #135 from tmjnijssen/patch-3
...
[doc] constDiffSmoothing doc update
2022-11-02 16:37:51 +01:00
3b7724003a
Update smoothingModel_constDiffSmoothing.txt
2022-11-02 16:32:00 +01:00
15f111fb11
Merge pull request #138 from tmjnijssen/fix/probe
...
probe bugfixes
2022-11-02 10:57:09 +01:00
8ba87ddedb
probe bugfixes
2022-10-26 16:34:05 +02:00
57c8c1c762
add doc
2022-10-24 14:46:01 +02:00
d6dab59bfd
add interpolation
2022-10-24 14:46:01 +02:00
4ddf691936
add transfer of fluid properties to LIGGGHTS
2022-10-24 14:46:01 +02:00
20e75cf64f
eliminate pow() for performance
2022-10-24 14:34:05 +02:00
2aa5c7880b
rework input
2022-10-24 14:34:05 +02:00
0fdb464d73
remove unneeded component of rHist to save memory
2022-10-24 14:34:05 +02:00
ab73bf86ac
reorder ddtUrelHist and rHist to save memory
2022-10-24 14:34:05 +02:00
dc2be65fe3
reorder FHist to save memory
2022-10-24 14:34:05 +02:00
a10c773e31
[DOC] added verbose mode for ParmarBassetForce
2022-10-24 14:34:05 +02:00
19e780f93b
added verbose mode for ParmarBassetForce
2022-10-24 14:34:05 +02:00
7ce49bf21c
minor cleanup
2022-10-24 14:34:05 +02:00
c3f609b0e9
allocate uRelOld only when needed, save memory
2022-10-24 14:34:05 +02:00
f2306d2037
use particleProperty + cleanup
2022-10-24 14:34:05 +02:00
d35249aa3c
clean up ParmarBassetForce
2022-10-24 14:34:05 +02:00