openfoam/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system
Mark Olesen 4e48beffd4 ENH: support "one-shot" changes to the dictionary inputMode (issue #429)
- Instead of relying on #inputMode to effect a global change it is now
  possible (and recommended) to a temporary change in the inputMode
  for the following entry.

     #default   : provide default value if entry is not already defined
     #overwrite : silently remove a previously existing entry
     #warn      : warn about duplicate entries
     #error     : error if any duplicate entries occur
     #merge     : merge sub-dictionaries when possible (the default mode)

  This is generally less cumbersome than the switching the global
  inputMode. For example to provide a set of fallback values.

      #includeIfPresent "user-files"
      ...
      #default value uniform 10;

  vs.

      #includeIfPresent "user-files"
      #inputMode protect
      ...
      value uniform 10;
      #inputMode merge    // _Assuming_ we actually had this before

  These directives can also be used to suppress the normal dictionary
  merge semantics:

     #overwrite dict { entry val; ... }
2017-07-29 17:44:22 +02:00
..
cabin updating fvOptions from fileName to file in windshieldCondensation 2017-06-14 14:33:14 -07:00
windshield Fixing externalWallHeatFluxTemperature mapping scalarFields. 2017-06-14 13:58:52 -07:00
blockMeshDict TUT: use general 'scale' instead of 'convertToMeters' in blockMeshDict 2017-08-03 06:38:30 +02:00
controlDict Fixing externalWallHeatFluxTemperature mapping scalarFields. 2017-06-14 13:58:52 -07:00
decomposeParDict Fixing externalWallHeatFluxTemperature mapping scalarFields. 2017-06-14 13:58:52 -07:00
fvSchemes STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
fvSolution STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
solverControls ENH: support "one-shot" changes to the dictionary inputMode (issue #429) 2017-07-29 17:44:22 +02:00
solverControls.0 ENH: support "one-shot" changes to the dictionary inputMode (issue #429) 2017-07-29 17:44:22 +02:00
solverControls.5 ENH: support "one-shot" changes to the dictionary inputMode (issue #429) 2017-07-29 17:44:22 +02:00
solverControls.20 ENH: support "one-shot" changes to the dictionary inputMode (issue #429) 2017-07-29 17:44:22 +02:00
solverControls.60 ENH: support "one-shot" changes to the dictionary inputMode (issue #429) 2017-07-29 17:44:22 +02:00
topoSetDict STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00