openfoam/tutorials
mark 331d24ed0c ENH: consistent output format for coupled geometry description (issue #278)
- In the corner case with few faces or points, the normal List I/O
  results in a compact list representation.

  This is less than desirable for external programs with simple
  line-based parsers.

- Write exactly the following

*Faces*
// Patch: <word-Region> <word-Patch>
<int-nFaces>
(
<int-faceSize>(<int> .. <int>)
...
)

*Points*
// Patch: <word-Region> <word-Patch>
<int-nPoints>
(
(<float-x> <float-y> <float-z>)
...
)

STYLE: only use serial form of createExternalCoupledPatchGeometry in tutorial

- less confusing for the user, who wonders why it is being done twice.
2016-11-02 17:26:25 +01:00
..
basic STYLE: cleanup handling of 0.org directories (in parallel) 2016-06-29 13:34:36 +02:00
combustion STYLE: avoid backticks for getApplication 2016-06-27 17:50:55 +02:00
compressible STYLE: wrong permissions on some tutorial files 2016-06-30 15:39:38 +02:00
discreteMethods STYLE: avoid backticks for getApplication 2016-06-27 17:50:55 +02:00
DNS/dnsFoam/boxTurb16 STYLE: avoid backticks for getApplication 2016-06-27 17:50:55 +02:00
electromagnetics STYLE: avoid backticks for getApplication 2016-06-27 17:50:55 +02:00
financial/financialFoam/europeanCall STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
heatTransfer ENH: consistent output format for coupled geometry description (issue #278) 2016-11-02 17:26:25 +01:00
incompressible BUG: resolve some decomposeParDict problems (issues #60, #265). 2016-10-25 18:19:19 +02:00
lagrangian STYLE: cleanup handling of 0.org directories (in parallel) 2016-06-29 13:34:36 +02:00
mesh BUG: mesh/filter case - corrected Allrun script. Fixes #219 2016-08-25 13:32:45 +01:00
multiphase BUG: motorBike: starting off with correct controlDict 2016-06-29 14:34:35 +01:00
preProcessing/createZeroDirectory ENH: More tuorial updates 2016-04-26 16:57:35 +01:00
resources/geometry GIT: Repo update 2014-12-11 08:35:10 +00:00
stressAnalysis STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
Allclean scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun Sprucing up the tutorials folder and adding -dict to "collapseEdges" 2016-03-06 19:06:44 +00:00
Alltest scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00