openfoam/tutorials
Mark Olesen 7ea185b0b5 ENH: support rotationCentre for surface output formats (#2565)
- as an alternative output transform (supplementary to the regular
  coordinate system specification - issue #2505) it is now possible to
  specify the rotation centre directly.

  Example:

      formatOptions
      {
          vtk
          {
              scale 1000;  // m -> mm
              transform
              {
                  origin  (0 0 0);
                  rotationCentre  (1 0 0);
                  rotation axisAngle;
                  axis    (0 0 1);
                  angle   -45;
              }
          }
      }

   This behaves like the transformPoints and surfaceTransformPoints
   '-centre' option (formerly '-origin') in that it removes the
   specified amount from the point locations, applies the rotation and
   finally adds the specified amount back to the newly rotated point
   locations.

   The results of specifying a `rotationCentre` and a non-zero
   coordinate system `origin` may not be intuitively evident.
2022-08-19 12:52:29 +02:00
..
basic ENH: tutorial: add comment 2022-07-20 13:38:31 +01:00
combustion RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
compressible ENH: support rotationCentre for surface output formats (#2565) 2022-08-19 12:52:29 +02:00
discreteMethods RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
DNS/dnsFoam/boxTurb16 RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
electromagnetics RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
financial/financialFoam/europeanCall RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
finiteArea TUT: faSchemes: replace snGradSchemes with lnGradSchemes (fixes #2543) 2022-07-25 15:06:51 +01:00
heatTransfer ENH: Updating tutorials for view factors generation 2022-08-04 14:59:12 +01:00
incompressible TUT: faSchemes: replace snGradSchemes with lnGradSchemes (fixes #2543) 2022-07-25 15:06:51 +01:00
IO RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
lagrangian TUT: faSchemes: replace snGradSchemes with lnGradSchemes (fixes #2543) 2022-07-25 15:06:51 +01:00
mesh snappyHexMesh : refine based on curvature 2022-08-04 17:09:38 +00:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase ENH: oscillatingLinearMotion: add optional phase- and vertical-shift entries 2022-07-01 15:57:56 +01:00
preProcessing RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
resources RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
stressAnalysis RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
verificationAndValidation RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +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 CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +02:00