openfoam/etc
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
..
caseDicts ENH: simplify coordinate rotation specification (#2505) 2022-06-07 17:25:30 +02:00
codeTemplates COMP: dynamicCode: add missing default constructor 2021-12-13 13:20:04 +00:00
config.csh CONFIG: sourcing etc/cshrc twice unset the environment (fixes #2458) 2022-05-07 15:53:55 +02:00
config.sh CONFIG: align adios2 settings with shipped ThirdParty version (#2353) 2022-02-04 09:01:32 +01:00
templates TUT: remove superfluous 'sourceInfo' (topo sets) 2022-05-27 14:10:31 +02:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc CONFIG: support wmake -debug-O0, -debug-O1 etc. 2022-06-02 22:37:00 +02:00
cellModels RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
colourTables RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
controlDict TUT: remove superfluous 'sourceInfo' (topo sets) 2022-05-27 14:10:31 +02:00
cshrc CONFIG: support wmake -debug-O0, -debug-O1 etc. 2022-06-02 22:37:00 +02:00
openfoam CONFIG: adjust paraview libs, intelmpi handling 2021-12-07 15:22:32 +01:00