openfoam/tutorials
Mark Olesen ad0235a751 ENH: support surface writer output transform (#2505)
- this allows the "relocation" of sampled surfaces. For example,
  to reposition into a different coordinate system for importing
  into CAD.

- incorporate output scaling for all surface writer types.

  This was previously done on an adhoc basis for different writers,
  but with now included in the base-level so that all writers
  can automatically use scale + transform.

  Example:

  formatOptions
  {
      vtk
      {
          scale 1000;  // m -> mm
          transform
          {
              origin  (0.05 0 0);
              rotation axisAngle;
              axis    (0 0 1);
              angle   -45;
          }
      }
  }
2022-06-13 08:22:52 +00:00
..
basic ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
combustion TUT: update tutorials to use dictionary-style sets 2022-03-10 19:45:20 +01:00
compressible ENH: support surface writer output transform (#2505) 2022-06-13 08:22:52 +00:00
discreteMethods RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
DNS/dnsFoam/boxTurb16 RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
electromagnetics TUT: update tutorials to use dictionary-style sets 2022-03-10 19:45:20 +01:00
financial/financialFoam/europeanCall RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
finiteArea ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
heatTransfer ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
incompressible ENH: useSolverNameForFields is now set to true automatically 2022-06-10 13:00:52 +00:00
IO RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
lagrangian ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
mesh ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
preProcessing ENH: support Euler rotation rollPitchYaw/yawPitchRoll ordering 2022-06-02 16:47:40 +02:00
resources TUT: simplify setups.orig cases 2022-06-08 13:53:01 +01:00
stressAnalysis RELEASE: Updated headers for v2112 2021-12-20 14:18:01 +00:00
verificationAndValidation ENH: make 'planeType' optional for dictionary construct of a plane 2022-06-08 16:43:05 +02:00
Allclean CONFIG: add date and paths information for tutorial Allrun script 2021-09-22 17:42:21 +02:00
Allcollect STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun CONFIG: add date and paths information for tutorial Allrun script 2021-09-22 17:42:21 +02:00
Alltest CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +02:00