openfoam/tutorials/heatTransfer
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
..
buoyantBoussinesqPimpleFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
buoyantBoussinesqSimpleFoam RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
buoyantPimpleFoam TUT: update tutorials to use dictionary-style sets 2022-03-10 19:45:20 +01:00
buoyantSimpleFoam TUT: remove superfluous 'sourceInfo' (topo sets) 2022-05-27 14:10:31 +02:00
chtMultiRegionFoam TUT: use "sources" for SemiImplicit in a few places 2022-05-31 13:04:43 +02:00
chtMultiRegionSimpleFoam TUT: use "sources" for SemiImplicit in a few places 2022-05-31 13:04:43 +02:00
chtMultiRegionTwoPhaseEulerFoam/solidQuenching2D TUT: update tutorials to use dictionary-style sets 2022-03-10 19:45:20 +01:00
overBuoyantPimpleDyMFoam/movingBox RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
solidFoam/movingCone ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00