openfoam/tutorials/heatTransfer/solidFoam/movingCone/system
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
..
blockMeshDict RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
controlDict ENH: solidFoam: allow time-step control. Fixes #2415. 2022-04-07 13:57:21 +01:00
cuttingPlane ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
fvSchemes RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
fvSolution RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
vtkWrite TUT: heatTransfer: clean up tutorials 2021-05-26 11:35:49 +00:00