openfoam/tutorials/compressible
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
..
acousticFoam/obliqueAirJet TUT: faSchemes: replace snGradSchemes with lnGradSchemes (fixes #2543) 2022-07-25 15:06:51 +01:00
overRhoPimpleDyMFoam/twoSimpleRotors RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
overRhoSimpleFoam/hotCylinder RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoCentralFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoPimpleAdiabaticFoam/rutlandVortex2D RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoPimpleFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoPorousSimpleFoam/angledDuct RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoSimpleFoam ENH: support rotationCentre for surface output formats (#2565) 2022-08-19 12:52:29 +02:00
sonicDyMFoam/movingCone RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
sonicFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
sonicLiquidFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00