openfoam/tutorials/verificationAndValidation
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
..
atmosphericModels ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
multiphase ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
schemes ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
turbulenceModels/planeChannel TUT: planeChannel: new verification case for RANS turbulence models 2022-06-08 10:06:20 +01:00
turbulentInflow/oneCellThickPlaneChannel TUT: oneCellThickPlaneChannel/planeChannel: update the tutorial 2022-06-07 20:12:03 +00:00