openfoam/tutorials
Mark Olesen 84270ed667 ENH: new PDRblockMesh mesh generation utility (issue #1216)
- While a rectilinear mesh can be created with blockMesh, not every mesh
  created with blockMesh will satisfy the requirements for being a
  rectilinear mesh.

  This alternative to blockMesh uses a single block that is aligned
  with the xy-z directions and specifications of the control points,
  mesh divisions and expansion ratios. For example,

    x
    {
        points  ( -13.28 -0.10 6.0 19.19 );
        nCells  (  10  12 10 );
        ratios  ( 0.2   1  5 );
    }

    y { ... }
    z { ... }

  With only one block, the boundary patch definition is simple and the
  canonical face number is used directly. For example,

    inlet
    {
        type    patch;
        faces   ( 0 );
    }
    outlet
    {
        type    patch;
        faces   ( 1 );
    }

    sides
    {
        type    patch;
        faces   ( 2 3 );
    }

    ...

- After a mesh is defined, it is trivial to retrieve mesh-related
  information such as cell-volume, cell-centres for any i-j-k location
  without an actual polyMesh.

STYLE: remove -noFunctionObjects from blockMesh

- no time loop, so function objects cannot be triggered anyhow.
2019-02-23 15:45:32 +01:00
..
basic ENH: add directory support for foamCleanTutorials 2019-02-23 19:59:04 +01:00
combustion ENH: improve volRegion handling of moving meshes (#1194) 2019-02-06 10:25:47 +01:00
compressible ENH: add directory support for foamCleanTutorials 2019-02-23 19:59:04 +01:00
discreteMethods STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
DNS/dnsFoam/boxTurb16 STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
electromagnetics STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
financial/financialFoam/europeanCall STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
finiteArea GIT: tutorials: cleanup generated files 2019-02-04 12:29:26 +00:00
heatTransfer BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
incompressible ENH: add directory support for foamCleanTutorials 2019-02-23 19:59:04 +01:00
IO TUT: add missing fields 2019-02-12 16:46:40 +01:00
lagrangian ENH: extended runTimePostProcessing (#1206) 2019-02-13 11:22:46 +01:00
mesh ENH: new PDRblockMesh mesh generation utility (issue #1216) 2019-02-23 15:45:32 +01:00
multiphase ENH: add directory support for foamCleanTutorials 2019-02-23 19:59:04 +01:00
preProcessing STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
resources/geometry ENH: semiPermeableBaffle: Added two new boundary conditions and a tutorial 2017-10-19 10:00:36 +01:00
stressAnalysis STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
verificationAndValidation/schemes/divergenceExample STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
Allclean ENH: add directory support for foamCleanTutorials 2019-02-23 19:59:04 +01:00
Allcollect ENH: auto-detect git in tutorials Alltest 2018-10-12 23:29:16 +02:00
Allrun BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
Alltest BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00