ea0be9c54f
fix -Wmaybe-uninitialized warning
2024-01-22 10:21:39 +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
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
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
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
066b69efc0
Minor changes in rcfdemSolverRhoSteadyPimpleChem wrt to implicit source treatment and in energyModel/reactionHeat to allow smoothing.
2023-06-16 11:58:42 +02:00
4a07819464
Output formation enthalpies of the various species.
2023-05-19 09:03:44 +02:00
3e3de6295b
adding the viscous force to the UEqn.H
2023-04-26 13:39:33 +02:00
e4de205ef5
convert tabs to spaces
2023-04-07 14:25:59 +02:00
ca47917abe
rename variables and readme files
2023-04-07 13:54:48 +02:00
0629aa5883
fix up copyright information
2023-04-07 12:39:18 +02:00
3542643f32
cleanup whitespaces and formatting
2023-04-07 12:38:51 +02:00
07fe87e207
Update files
2023-03-17 17:52:01 +01:00
930dcdaa39
cfdemSolverPimple for incompressible flows
2023-03-16 17:16:50 +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
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
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
153d1e353b
rename cfdemSolverMultiphaseScalar/multiphaseMixture to cfdemSolverMultiphaseScalar/multiphaseMixtureScalar
2022-11-17 14:38:54 +01:00
056b121f21
Minor modifications for rcfdemSolverCoupledHeattransfer to improve stability.
2022-08-02 09:52:51 +02:00
507f24145e
dSauter is constructed by submodel dSauter. If another one is constructed by the solver, force models looking up dSauter may get confused.
2022-07-06 12:14:32 +02:00
32e41e2fa6
Merge pull request #130 from ParticulateFlow/feature/immersed_multisphere
...
close #127
2022-03-25 09:14:06 +01:00
aa42bb9a28
increase stability of cfdemSolverRhoPimpleChem
...
analogous to 16560cfe4f
VSMALL is typically DBL_MIN (1e-37 or smaller) which is actually too
small here
2022-03-01 10:13:52 +01:00
ede9546e80
merge cfdemCloudIB and cfdemCloudIBContinuousForcing
...
note that Us field is only use by cfdemSolverIBContinuousForcing but not
by cfdemSolverIB, so it may be better to call
cfdemCloudIB::calcForcingTerm(...) from cfdemSolverIBContinuousForcing
instead of cfdemCloudIB::evolve()
2022-02-16 15:56:15 +01:00
a38dba8cfd
add compiler flag
...
add -Wno-deprecated-copy flag to deactivate respective compiler warning
2022-02-09 17:14:45 +01:00
21b338fb05
Merge branch 'develop' into feature/immersed_multisphere
...
resolved Conflicts:
- applications/solvers/cfdemSolverIB/Make/options
- etc/solver-list.txt
- src/lagrangian/cfdemParticle/Make/files
- src/lagrangian/cfdemParticle/derived/cfdemCloudIB/cfdemCloudIB.C
resolved Issues:
src/lagrangian/cfdemParticle/subModels/ShirgaonkarIBTorque/ShirgaonkarIBTorque.C
2022-02-09 16:37:40 +01:00
e3ec594f73
rename cfdemSolverIBRO.C to cfdemSolverIBContinuousForcing.C
...
more appropriate naming:
RO (reduced order) referred to the RO model of red blood cells, but the
key difference in this solver is the momentum forcing term in the UEqn
2022-02-09 16:05:21 +01:00
88f79a57c4
move solver from cfdemSolverIBRO to cfdemSolverIBContinuousForcing
...
more appropriate naming:
RO (reduced order) referred to the RO model of red blood cells, but the
key difference in this solver is the momentum forcing term in the UEqn
2022-02-09 15:57:05 +01:00
7d2f5067c2
rename cfdemCloudIBmodified.* files to cfdemCloudIBContinuousForcing.*
...
more appropriate naming
2022-02-09 15:40:58 +01:00
f7e7c1ab06
rename class cfdemCloudIBmodified to cfdemCloudIBContinuousForcing
...
more appropriate naming
2022-02-09 15:33:24 +01:00
aaf9c17608
Merge branch 'feature/immersed_multisphere' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/immersed_multisphere
...
resolved Conflicts:
- etc/solver-list.txt
2022-02-09 15:02:34 +01:00
5291dfb1bc
remove cfdemSolverIBTorque
...
remove cfdemSolverIBTorque as it is essentially a copy of cfdemSolverIB
2022-02-09 14:13:01 +01:00
127c21e548
update comment sections [ci skip]
...
fix up copyrights and contributions
2022-02-09 14:09:38 +01:00
764e6bd458
remove test solver cfdemSolverPimpleIB
...
cfdemSolverPimpleIB was a test solver to see the performance using
pimpleFoam; not intended for use in a production environment
2022-01-13 11:31:55 +01:00
c378a73650
explicitly set initial old-time values of rhoeps
2022-01-10 11:35:55 +01:00
e010b9f966
bring cfdemSolverRhoPimple more in line with OpenFOAM 6 solver version
...
use pressure control instead of density control if available (i.e. for
OpenFOAM versions >= 5)
2021-12-23 16:00:46 +01:00
3667af9f56
bring cfdemSolverRhoPimple more in line with OF solver
2021-12-23 15:54:06 +01:00
7213a1d850
remove addSource field
...
defining the addSource term outside of EEqn for some reason causes
noticeable deviations from the solution produced by the OpenFOAM solver
2021-12-23 15:51:57 +01:00
9750720a5e
activate correction in surfaceScalarField phiHbyA
...
activate correction for large time steps
2021-12-23 15:48:10 +01:00
5b3a148fcf
create surfaceScalarField rhorAUf in one go
...
reduce numerical issues by avoidung multiple interpolations in case of
model 'A'
2021-12-23 15:45:36 +01:00
ae21c7e19a
formatting
2021-12-23 15:42:39 +01:00
85e2964d0d
just move around creation of rhoMax/rhoMin in createFields.H
2021-12-23 15:39:55 +01:00
3a12684d3b
add average value to T ouput
2021-12-23 15:38:01 +01:00