openfoam/tutorials
Andrew Heather 9d765adaf4 ENH: Lagrangian - added new PatchInteractionFields cloud function object
Creates volume fields whose boundaries are used to store patch interaction
statistics.

Current field output per patch face:
- \<cloud\>\<model\>:count - cumulative particle hits
- \<cloud\>\<model\>:mass - cumuluative mass of hitting particles

Fields can be reset according to:
- none: fields are not reset
- timeStep: reset at each time step
- writeTime: reset at each write time

Usage

    patchInteractionFields1
    {
        type            patchInteractionFields;
        resetMode       writeTime;
    }
2020-12-10 17:25:40 +00:00
..
basic TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
combustion TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
compressible ENH: adding generalizedNewtonian to laminar turbulence model 2020-12-10 13:40:12 +00:00
discreteMethods REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
DNS/dnsFoam/boxTurb16 REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
electromagnetics TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
financial/financialFoam/europeanCall REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
finiteArea TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
heatTransfer ENH: Derivative of B in thermo.H (dKcdTbyKc) calculated from S and G instead of dGdT 2020-12-10 13:40:13 +00:00
incompressible ENH: adding generalizedNewtonian to laminar turbulence model 2020-12-10 13:40:12 +00:00
IO TUT: skip some tutorials when dynamicCode is not available 2020-08-06 19:34:20 +02:00
lagrangian ENH: Lagrangian - added new PatchInteractionFields cloud function object 2020-12-10 17:25:40 +00:00
mesh TUT: fix missing line ending and wrong blockMeshDict vertex location 2020-11-26 02:15:20 +01:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase ENH: Derivative of B in thermo.H (dKcdTbyKc) calculated from S and G instead of dGdT 2020-12-10 13:40:13 +00:00
preProcessing REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
resources TUT: relocate flange.ans -> tutorials/resources/geometry 2020-06-19 10:09:09 +02:00
stressAnalysis TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
verificationAndValidation BUG: atm wall functions: fix double "value" entry issue (#1900) 2020-12-08 09:33:44 +00:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allcollect STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Alltest STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
AutoTest CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00