b25c4611cb
ENH: Cloud patch interaction model updates
...
- MultiInteraction: updated to call info() function of child models
- PatchInteractionModel: added postEvolve hook
- KinematicCloud: call patchInteraction() postEvolve hook
2020-12-04 13:40:28 +00:00
e9219558d7
GIT: Header file updates
2019-10-31 14:48:44 +00:00
154029ddd0
BOT: Cleaned up header files
2019-02-06 12:28:23 +00:00
1d85fecf4d
ENH: use Zero when zero-initializing types
...
- makes the intent clearer and avoids the need for additional
constructor casting. Eg,
labelList(10, Zero) vs. labelList(10, 0)
scalarField(10, Zero) vs. scalarField(10, scalar(0))
vectorField(10, Zero) vs. vectorField(10, vector::zero)
2018-12-11 23:50:15 +01:00
50baac3c45
ENH: construct string types from Istream now explicit ( #1033 )
...
- this helps for trapping unguarded dictionary lookups.
2018-11-03 20:24:34 +01:00
2e9bead519
MRG: merged develop line back into integration branch
2017-05-18 11:11:12 +01:00
7f0cc0045d
ENH: Random numbers - updated dependent code from change cachedRandom->Random class
2017-04-28 09:15:52 +01:00
1c1a69cabc
patchInjectionBase: Improved particle positioning
...
Patch contributed by Timo Niemi, VTT.
Resolves bug-report https://bugs.openfoam.org/view.php?id=2442
2017-01-26 15:34:51 +00:00
c0f44ac4f3
MRG: Integrated foundation code
2016-12-12 12:10:29 +00:00
1254be97e3
lagrangian::patchInjectionBase: corrected initialization of tetFaceI and tetPtI
...
Patch contributed by Timo Niemi, VTT.
Resolved bug-report http://bugs.openfoam.org/view.php?id=2286
2016-11-18 14:31:51 +00:00
b9940cbbb1
COMP: Multiple changes - first clean build after latest merge - UNTESTED
2016-09-23 15:36:53 +01:00
9fbd612672
GIT: Initial state after latest Foundation merge
2016-09-20 14:49:08 +01:00
aaf8819c92
tetPtI -> tetPti
2016-08-16 11:30:17 +01:00
c88070040e
PatchFlowRateInjection: Corrected parallel handling of the random position
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2111
2016-06-07 10:56:33 +01:00
450728ea84
Standardized cell, patch, face and processor loop index names
2016-04-25 12:00:53 +01:00
43beb06018
Standardized cell, patch and face loop index names
2016-04-25 10:28:32 +01:00
2fee35e7fe
ENH: Adding temporary fix for patchInjectionBase to find cellId where parcel is injected.
...
In ReactingMultiphaseParcel.C changing in calc function the mass update due to phase change.
2015-12-10 13:11:48 -08:00
c4d5f65a10
Completed update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-11 09:03:39 +00:00
68c14d6bfe
patchInjectionBase: ensure areaFraction is the same on all processors
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1556
2015-03-05 17:20:34 +00:00
cecf40bc81
BUG: patchInjectionBase: fixed triangle indexing and processor fraction calculation
2014-02-19 14:21:49 +00:00
0b416be9d7
Correct for SP compilation
2013-08-11 10:56:44 +01:00
f67b047dbb
ENH: Patch injection model - refactored and improved injection location functionality
2013-07-12 13:14:00 +01:00