openfoam/tutorials/incompressible/pimpleFoam/RAS
Mark Olesen fbaadf3a94 ENH: make 'planeType' optional for dictionary construct of a plane
- simpler to write for sampled cutting planes etc.
  For example,

      slice
      {
          type        cuttingPlane;
          point       (0 0 0);
          normal      (0 0 1);
          interpolate true;
      }

  instead of

      slice
      {
          type        cuttingPlane;
          planeType   pointAndNormal;
          pointAndNormalDict
          {
              point   (0 0 0);
              normal  (0 0 1);
          }
          interpolate true;
      }

STYLE: add noexcept to some plane methods
2022-06-08 16:43:05 +02:00
..
ellipsekkLOmega ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
oscillatingInletACMI2D RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
oscillatingInletPeriodicAMI2D RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
pitzDaily RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
propeller ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
rotatingFanInRoom TUT: coded functionObject called on execute instead of write 2022-02-18 10:41:17 +01:00
TJunction TUT: use "sources" for SemiImplicit in a few places 2022-05-31 13:04:43 +02:00
TJunctionArrheniusBirdCarreauTransport TUT: use "sources" for SemiImplicit in a few places 2022-05-31 13:04:43 +02:00
TJunctionFan RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
TJunctionSwitching RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
wingMotion RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00