openfoam/tutorials
Andrew Heather af86d19ea5 ENH: Added new multiRegion function object
Wrapper that clones the supplied object for each region.

Simplifies the setup of identical post-processing requirements for
multi-region cases.
Applies the supplied function to all regions by default.

Example of function object specification:

    multiRegion
    {
        type    multiRegion;
        libs    (utilityFunctionObjects);
        ...

        function
        {
            // Actual object specification
            type    fieldMinMax;
            libs    (fieldFunctionObjects);
            fields  (<field1> .. <fieldN>);
        }

        // Optional entries
        regions     (region1 region2);
    }

    Where the entries comprise:
        Property   | Description                    | Reqd | Default
        type       | Type name: multiRegion         | yes |
        function   | Function object sub-dictionary | yes |
        regions    | List of region names           | no  | all
2021-06-16 13:44:50 +02:00
..
basic TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
combustion TUT: combustion: clean up tutorials 2021-06-08 20:17:19 +00:00
compressible ENH: more flexible finiteArea patch selection (#2084) 2021-06-10 09:25:00 +02:00
discreteMethods TUT: discreteMethods: cleanup tutorials 2021-03-24 13:16:45 +00:00
DNS/dnsFoam/boxTurb16 TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
electromagnetics TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
financial/financialFoam/europeanCall TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
finiteArea CONFIG: update compiler versions 2021-06-14 19:20:15 +02:00
heatTransfer ENH: Added new multiRegion function object 2021-06-16 13:44:50 +02:00
incompressible ENH: more flexible finiteArea patch selection (#2084) 2021-06-10 09:25:00 +02:00
IO TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
lagrangian ENH: new multiFieldValue function object 2021-06-16 11:19:44 +02:00
mesh TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase ENH: geoVoF module has the capability to run AMR with load balancing 2021-06-08 20:25:53 +00:00
preProcessing TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
resources TUT: basic, IO, preProcessing, VV: clean up tutorials 2021-06-09 11:16:08 +01:00
stressAnalysis TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
verificationAndValidation TUT: turbulentDFSEMInlet: update DFSEM tutorials (fixes #2097) 2021-06-09 13:40:51 +00:00
Allclean
Allcollect
Allrun
Alltest TUT: missing run-limit on tutorials/Alltest 2021-06-11 11:18:01 +02:00