openfoam/tutorials/multiphase/interFoam/RAS
Mark Olesen 7184de50df ENH: simplify coordinate rotation specification (#2505)
- can specify rotations that are not "axes" in a compact form:

      transform
      {
          origin  (0 0 0);
          rotation none;
      }

      transform
      {
          origin  (0 0 0);
          rotation axisAngle;
          axis    (0 0 1);
          angle   45;
      }

   An expanded dictionary form also remains possible:

      transform
      {
          origin  (0 0 0);
          rotation
          {
              type  axisAngle;
              axis  (0 0 1);
              angle 45;
          }
      }

STYLE: verbose deprecation for "coordinateRotation" keyword

- the "coordinateRotation" keyword was replaced by the "rotation"
  keyword (OpenFOAM-v1812 and later) but was handled silently.
  Now elevated to non-silent.

STYLE: alias lookups "axesRotation", "EulerRotation", "STARCDRotation"

- these warn and report the equivalent short form, which aids in
  upgrading. Previously had silent lookups.
2022-06-07 17:25:30 +02:00
..
angledDuct ENH: simplify coordinate rotation specification (#2505) 2022-06-07 17:25:30 +02:00
damBreak RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
damBreakPorousBaffle RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
DTCHull RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
DTCHullMoving RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
electrostaticDeposition ENH: support Euler rotation rollPitchYaw/yawPitchRoll ordering 2022-06-02 16:47:40 +02:00
floatingObject RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
mixerVesselAMI RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
motorBike RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
waterChannel TUT: use "sources" for SemiImplicit in a few places 2022-05-31 13:04:43 +02:00
weirOverflow RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00