openfoam/tutorials
Mark Olesen 61aaacd088 ENH: adjust renumbering methods, extend renumberMesh options
- renumberMesh now has -dry-run, -write-maps, -no-fields,
  -renumber-method, -renumber-coeffs options.

  * Use -dry-run with -write-maps to visualize the before/after
    effects of renumbering (creates a VTK file).

  * -no-fields to renumber the mesh only.
    This is useful and faster when the input fields are uniform
    and the -overwrite option is specified.

  * -renumber-method allows a quick means of specifying a different
    default renumber method (instead of Cuthill-McKee).

    The -renumber-coeffs option allows passing of dictionary content
    for the method.

    Examples,

       // Different ways to specify reverse Cuthill-McKee

       *  -renumber-method RCM
       *  -renumber-coeffs 'reverse true;'
       *  -renumber-method CuthillMcKee
       *  -renumber-coeffs 'reverse true;'
       *  -renumber-coeffs 'method CuthillMcKee; reverse true;'

       // Other (without dictionary coefficients)
       *  renumberMesh -renumber-method random

       // Other (with dictionary coefficients)
       renumberMesh \
           -renumber-method spring \
           -renumber-coeffs 'maxCo 0.1; maxIter 1000; freezeFraction 0.99;'

       // Other (with additional libraries)
       renumberMesh -renumber-method zoltan -lib zoltanRenumber

COMP: build zoltan renumbering to MPI-specific location

- zoltan and Sloan renumbering are now longer automatically linked to
  the renumberMesh utility but must be separately loaded by a
  command-line option or through a dictionary "libs" entry.

ENH: add output cellID for decomposePar -dry-run -cellDist
2024-03-06 17:58:47 +01:00
..
basic RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
combustion STYLE: spelling 2024-02-28 09:08:07 +00:00
compressible TUT: Corrected legacy muTilda -> nuTilda. Fixes 3057 2024-01-03 09:43:23 +00:00
discreteMethods RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
DNS/dnsFoam/boxTurb16 RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
electromagnetics RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
financial/financialFoam/europeanCall RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
finiteArea RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
heatTransfer TUT: Corrected references to mut - related to #3057 2024-01-03 09:55:44 +00:00
incompressible ENH: support time-dependent actuationDiskSource disk direction (#3099) 2024-02-13 12:33:26 +01:00
IO RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
lagrangian RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
mesh ENH: adjust renumbering methods, extend renumberMesh options 2024-03-06 17:58:47 +01:00
modules
multiphase STYLE: mapped: remove defaults from mapped 2024-01-31 13:49:26 +00:00
preProcessing ENH: adjust renumbering methods, extend renumberMesh options 2024-03-06 17:58:47 +01:00
resources RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
stressAnalysis RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
verificationAndValidation RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
Allclean ENH: foamRunTutorials -dry-run option 2022-06-14 15:23:08 +02:00
Allcollect ENH: foamRunTutorials -dry-run option 2022-06-14 15:23:08 +02:00
Allrun CONFIG: add date and paths information for tutorial Allrun script 2021-09-22 17:42:21 +02:00
Alltest TUT: fix mesh/parallel/cavity for Alltest mode 2024-01-18 12:51:49 +01:00