openfoam/applications/utilities/mesh
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
..
advanced ENH: use typed lookup versions instead of xyz::typeName literals 2022-05-17 17:35:51 +02:00
conversion ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
doc GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
generation ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
manipulation ENH: support Euler rotation rollPitchYaw/yawPitchRoll ordering 2022-06-02 16:47:40 +02:00