71aceddcaa
Merge pull request #154 from ParticulateFlow/release
...
Release 24.01
24.01
2024-01-23 16:35:12 +01:00
31d49b468b
add probes also to default controlDict of case
2024-01-23 15:20:48 +01:00
efb28c84b7
adjust case for testharness run
2024-01-23 13:17:32 +01:00
b58815a7da
fix up formatting
2024-01-23 12:17:55 +01:00
803a604841
decrease test case runtime for faster evaluation
2024-01-23 11:08:45 +01:00
7b70c424ef
increase test case runtime for better evaluation
2024-01-22 17:52:59 +01:00
ea0be9c54f
fix -Wmaybe-uninitialized warning
2024-01-22 10:21:39 +01:00
4cc54f283e
[DOC] minor updates
2024-01-19 15:56:33 +01:00
714ba31e7a
bump version number to 24.01
2024-01-19 14:13:11 +01:00
8712e73a68
remove obsolete OFversion.H file
...
if required, OF version is extracted from environment variable
WM_PROJECT_VERSION instead
2024-01-19 14:11:11 +01:00
0654d060ba
add -Wno-deprecated-copy to options of displacementField utility
...
suppress warning
2024-01-19 13:17:10 +01:00
829d9b85b6
fix filename in run.config
2024-01-18 10:42:52 +01:00
d07b28576e
add more plots in ISO4695 run.config
...
additional info to check proper behaviour of tutorial case in
testharness
2024-01-18 10:30:09 +01:00
8cd5301c63
add pMinFactor to fvSolution of compressible cases
...
for OF>4 we are using pressure control instead of density control in
cfdemSolverRhoPimple and cfdemSolverRhoPimpleChem which require
pMin/pMax or pMinFactor/pMaxFactor instead of rhoMin/rhoMax;
also corrected rhoMin in single particle chemistry tutorials for
expected rho
2024-01-17 11:42:07 +01:00
7445d4486f
fix typo in error message [ci skip]
2023-11-28 12:23:41 +01:00
cf902b0932
Merge pull request #152 from ParticulateFlow/feature/cfdemSolverRhoPimpleChem
...
Increase stability of cfdemSolverRhoPimpleChem
2023-11-07 12:28:41 +01:00
ab2a7b8570
clearer output messages from trilinear voidfraction model
...
model calculates cells based on cell volume and local bounding box size
this assumption is only valid for cubic cells and flat partition
boundaries
close to processor and simulation domain boundaries, cells may
potentially be selected incorrectly
2023-11-06 17:39:30 +01:00
adf3a78bb3
don't read rho in createFields.H of cfdemSolverRhoPimpleChem
...
revert change made in commit 2f555ed13f
(too enthusiastic c&p from rhoPimple solver)
rho actually gets calculated from other properties
2023-11-06 13:34:25 +01:00
2f555ed13f
increase stability of cfdemSolverRhoPimpleChem
...
analogous to changes in cfdemSolverRhoPimple cf. commits
from
a271fd0aa0
to
e010b9f966
2023-10-23 13:50:24 +02:00
b29c2c5bb7
added getParticleDensities switch
2023-10-16 17:13:14 +02:00
93b30af769
Delete particle density from dictionary
2023-10-16 16:43:34 +02:00
cccd62e450
getting the particle density from particle cloud
2023-10-16 15:40:21 +02:00
05084cdc82
activating explicit and implicit forcing in couplingProperties
2023-09-17 11:25:15 +02:00
8f338378da
update chemistry pore_diameter properties
...
property has been changed from scalar to vector for per-layer pore
diameters
2023-08-25 16:26:03 +02:00
fcb396dd2e
initialize pointers to NULL
2023-08-23 12:47:22 +02:00
1153cf1544
fix initial size of allocated arrays in cfdemPostproc
2023-08-23 10:46:49 +02:00
8f178ea96c
Merge pull request #151 from ParticulateFlow/feature/periodicBox
...
Adding periodic box tutorial and force models
2023-08-22 16:18:01 +02:00
d36b799c3e
[DOC] fix typos in otherForceModel_gravityEff.txt
2023-08-22 16:04:00 +02:00
671f0515a6
correct decomposeParDict
2023-08-22 15:43:19 +02:00
3f99d26a7c
[DOC] fix up formatting, add links
2023-08-22 15:20:04 +02:00
b328c53c52
documentation for staticPressure
2023-08-22 15:03:42 +02:00
329b47066b
docmumentation for gracityEff
2023-08-22 15:03:12 +02:00
d864d428da
cleaning the additional include
2023-08-22 14:55:58 +02:00
78ed109835
add .gitignore file to preserve post/restart folder
2023-08-22 13:07:03 +02:00
d464002bc6
clean up whitespaces and fix headers in tutorial files
2023-08-22 13:05:35 +02:00
62077cba88
fix up header comments
2023-08-22 13:03:15 +02:00
21e6d64d52
clean up whitespaces in src files
2023-08-22 13:02:05 +02:00
ba069ab7b6
Merge branch 'develop' into feature/periodicBox
2023-08-22 11:47:36 +02:00
e71f6620c6
Merge pull request #150 from ParticulateFlow/feature/cfdemSolverPimple
...
Update cfdemSolverPimple solver to handle periodic box simulations
2023-08-22 11:22:23 +02:00
8a8c6d2bc2
periodic box simulation tutorial
2023-08-22 11:09:04 +02:00
93d5a842a4
gravityEff source term for periodic box simulations
2023-08-22 11:08:22 +02:00
bed9a5ea00
staticPressure force model for periodic box simualtions
2023-08-22 11:07:39 +02:00
d6d05827f5
added the new files
2023-08-22 11:07:02 +02:00
88a68808d0
clean up comment
2023-08-22 10:34:32 +02:00
29accea94d
fix up indentation
2023-08-22 10:31:28 +02:00
b8c3ef058b
clean up whitespaces
2023-08-22 10:29:47 +02:00
1306bf35f1
reading gravity field from dictionary
2023-08-22 09:52:40 +02:00
dfccc38a3e
update cfdemSolverPimple for periodic box simulations
2023-08-21 12:52:24 +02:00
9dea927b6e
Merge pull request #149 from ParticulateFlow/feature/testCases
...
Feature/test cases
2023-07-06 07:54:52 +02:00
81e437f5d3
formatting
2023-07-05 17:54:29 +02:00