openfoam/tutorials/basic
Mark Olesen a465e4db85 ENH: support Euler rotation rollPitchYaw/yawPitchRoll ordering
- can be more intuitive to specify for some cases:

      rotation
      {
          type    euler;
          order   rollPitchYaw;
          angles  (0 20 45);
      }

- refactor starcd rotation to reuse Euler ZXY ordering
  (code reduction)

ENH: add -rotate-x, -rotate-y, -rotate-z for transformPoints etc

- easier to specify for simple rotations
2022-06-02 16:47:40 +02:00
..
chtMultiRegionFoam/2DImplicitCyclic TUT: remove superfluous 'sourceInfo' (topo sets) 2022-05-27 14:10:31 +02:00
laplacianFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
overLaplacianDyMFoam/heatTransfer RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
overPotentialFoam/cylinder ENH: support Euler rotation rollPitchYaw/yawPitchRoll ordering 2022-06-02 16:47:40 +02:00
potentialFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
scalarTransportFoam/pitzDaily RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
simpleFoam/implicitAMI Implicit treatment of coupled boundary conditions 2021-08-03 20:08:49 +00:00