openfoam/tutorials
Mark Olesen 083181cac4 ENH: handle entry alternatives outside of string expansion
- string expansions have supported "${var:-default}" syntax for
  several versions, but this did not apply plain dictionary expansions.

  Eg, the following did not parse

     massFlow  ${entry1:-100};

ENH: remove content and length restriction on '${..}' quoted variables

- allows this type of content:

     velocity2  ${velocity1:- ( 0 -100 10) };

- accept empty parameter strings for entries. This allows the
  following expansion to work as expected:

      hex (n1 n2..)  ${inletBlock:-} (10 10 10) simpleGrading (1 1 1)

  ie, optionally define the cellZone name for a given block

ENH: add single parameter dictionary writeEntry method.

- the dictionary knows its own name (dictName), which can be used
  when writing content
2020-02-21 14:37:11 +01:00
..
basic ENH: overhaul ensight handling (#1579) 2020-02-18 11:09:43 +00:00
combustion STYLE: remove trailing space, shell quoting 2020-02-20 10:11:23 +01:00
compressible TUT: cleanup compressible tutorials 2020-01-29 12:26:36 +00:00
discreteMethods REL: Release preparations 2019-12-23 09:49:23 +00:00
DNS/dnsFoam/boxTurb16 REL: Release preparations 2019-12-23 09:49:23 +00:00
electromagnetics REL: Release preparations 2019-12-23 09:49:23 +00:00
financial/financialFoam/europeanCall REL: Release preparations 2019-12-23 09:49:23 +00:00
finiteArea REL: Release preparations 2019-12-23 09:49:23 +00:00
heatTransfer STYLE: remove trailing space, tabs 2020-01-22 10:00:03 +01:00
incompressible STYLE: remove trailing space, shell quoting 2020-02-20 10:11:23 +01:00
IO ENH: handle entry alternatives outside of string expansion 2020-02-21 14:37:11 +01:00
lagrangian TUT: file cleanup 2020-01-17 08:11:05 +01:00
mesh STYLE: remove trailing space, tabs 2020-01-22 10:00:03 +01:00
multiphase STY: Updating multiphase tutorial settings 2020-02-20 09:04:11 -08:00
preProcessing REL: Release preparations 2019-12-23 09:49:23 +00:00
resources/geometry ENH: semiPermeableBaffle: Added two new boundary conditions and a tutorial 2017-10-19 10:00:36 +01:00
stressAnalysis REL: Release preparations 2019-12-23 09:49:23 +00:00
verificationAndValidation STY: Updating multiphase tutorial settings 2020-02-20 09:04:11 -08:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allcollect STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Alltest STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00