openfoam/tutorials
Mark Olesen 492d5cb645 ENH: support 'transform' specification for geometric decomposition
- can be used for block-like meshes that are not aligned with the global
  coordinate directions. Alternatively, for general testing purposes.

  Example,

    method  simple;
    coeffs
    {
        n       ( 2 2 2 );
        transform
        {
            origin  (-0.15 0.15 0);
            e1      (1 1 0);
            e3      (0 0 1);
        }
    }
2021-05-10 14:34:43 +02:00
..
basic RELEASE: Updated version to v2012 2020-12-23 10:01:39 +01:00
combustion ENH: adjustments for Function1/PatchFunction1 2021-04-26 17:09:39 +02:00
compressible ENH: support 'transform' specification for geometric decomposition 2021-05-10 14:34:43 +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 TUT: remove old metisCoeffs entries 2021-05-06 21:43:10 +02:00
heatTransfer TUT: remove old metisCoeffs entries 2021-05-06 21:43:10 +02:00
incompressible TUT: remove old metisCoeffs entries 2021-05-06 21:43:10 +02:00
IO ENH: consistency improvements for keyType and wordRe 2021-04-19 16:33:42 +00:00
lagrangian TUT: lagrangian: clean up tutorials 2021-03-12 11:40:02 +00:00
mesh TUT: remove old metisCoeffs entries 2021-05-06 21:43:10 +02:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase ENH: adjustments for Function1/PatchFunction1 2021-04-26 17:09:39 +02:00
preProcessing TUT: remove old metisCoeffs entries 2021-05-06 21:43:10 +02:00
resources TUT: airRecirculationRoom: add new reactingParcelFoam tutorial 2020-12-16 18:28:18 +00:00
stressAnalysis TUT: DNS, electromagnetics, financial, stressAnalysis: clean up tutorials 2021-03-31 10:14:42 +00:00
verificationAndValidation TUT: atmFlatTerrain: fix atmAmbientTurbSource value (#2031) 2021-04-26 09:20:25 +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