openfoam/tutorials/incompressible
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
..
adjointOptimisationFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
adjointShapeOptimizationFoam/pitzDaily RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
boundaryFoam/steadyBoundaryLayer TUT: simplify setups.orig cases 2022-06-08 13:53:01 +01:00
icoFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
lumpedPointMotion RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
nonNewtonianIcoFoam/offsetCylinder RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
overPimpleDyMFoam ENH: support Euler rotation rollPitchYaw/yawPitchRoll ordering 2022-06-02 16:47:40 +02:00
overSimpleFoam/aeroFoil TUT: update tutorials to use dictionary-style sets 2022-03-10 19:45:20 +01:00
pimpleFoam ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
pisoFoam ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
porousSimpleFoam ENH: simplify coordinate rotation specification (#2505) 2022-06-07 17:25:30 +02:00
shallowWaterFoam/squareBump RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
simpleFoam ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
SRFPimpleFoam/rotor2D RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
SRFSimpleFoam/mixer RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00