openfoam/tutorials/multiphase
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
..
cavitatingFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
compressibleInterDyMFoam/laminar RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
compressibleInterFoam/laminar RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
compressibleInterIsoFoam/laminar ENH: improve processor topology handling in zoneDistribute (#2371) 2022-03-04 17:49:23 +00:00
compressibleMultiphaseInterFoam/laminar/damBreak4phase RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
driftFluxFoam/RAS RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
icoReactingMultiphaseInterFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
interCondensatingEvaporatingFoam/condensatingVessel RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
interFoam ENH: simplify coordinate rotation specification (#2505) 2022-06-07 17:25:30 +02:00
interIsoFoam TUT: update tutorials to use dictionary-style sets 2022-03-10 19:45:20 +01:00
interMixingFoam/laminar/damBreak RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
interPhaseChangeDyMFoam/propeller RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
interPhaseChangeFoam/cavitatingBullet RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
MPPICInterFoam/twoPhasePachuka TUT: Keyword updates 2022-03-24 14:07:16 +00:00
multiphaseEulerFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
multiphaseInterFoam/laminar TUT: use "sources" for SemiImplicit in a few places 2022-05-31 13:04:43 +02:00
overCompressibleInterDyMFoam/compressibleTwoSimpleRotors RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
overInterDyMFoam TUT: remove superfluous 'sourceInfo' (topo sets) 2022-05-27 14:10:31 +02:00
overInterPhaseChangeDyMFoam/twoSimpleRotors RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
potentialFreeSurfaceDyMFoam/oscillatingBox RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
potentialFreeSurfaceFoam/oscillatingBox RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
reactingMultiphaseEulerFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
reactingTwoPhaseEulerFoam TUT: use "sources" for SemiImplicit in a few places 2022-05-31 13:04:43 +02:00
twoLiquidMixingFoam/lockExchange RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
twoPhaseEulerFoam TUT: use "sources" for SemiImplicit in a few places 2022-05-31 13:04:43 +02:00