openfoam/etc
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
..
caseDicts ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
codeTemplates COMP: dynamicCode: add missing default constructor 2021-12-13 13:20:04 +00:00
config.csh CONFIG: sourcing etc/cshrc twice unset the environment (fixes #2458) 2022-05-07 15:53:55 +02:00
config.sh CONFIG: align adios2 settings with shipped ThirdParty version (#2353) 2022-02-04 09:01:32 +01:00
templates TUT: remove superfluous 'sourceInfo' (topo sets) 2022-05-27 14:10:31 +02:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc CONFIG: support wmake -debug-O0, -debug-O1 etc. 2022-06-02 22:37:00 +02:00
cellModels RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
colourTables RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
controlDict TUT: remove superfluous 'sourceInfo' (topo sets) 2022-05-27 14:10:31 +02:00
cshrc CONFIG: support wmake -debug-O0, -debug-O1 etc. 2022-06-02 22:37:00 +02:00
openfoam CONFIG: adjust paraview libs, intelmpi handling 2021-12-07 15:22:32 +01:00