openfoam/tutorials/incompressible
Mark Olesen c9333a5ac8 ENH: improve flexibility of error, messageStream output
- provide a plain stream() method on messageStream to reduce reliance
  on casting operators and slightly opaque operator()() calls etc

- support alternative stream for messageStream serial output.
  This can be used to support local redirection of output.
  For example,

     refPtr<OFstream> logging;   // or autoPtr, unique_ptr etc

     // Later...
     Info.stream(logging.get())
        << "Detailed output ..." << endl;

  This will use the stdout semantics in the normal case, or allow
  redirection to an output file if a target output stream is defined,
  but still effectively use /dev/null on non-master processes.

  This is mostly the same as this ternary

      (logging ? *logging : Info())

  except that the ternary could be incorrect on sub-processes,
  requires more typing etc.

ENH: use case-relative names of dictionary, IOstream for FatalIOError

- normally yields more easily understandable information
2021-11-03 11:46:13 +01:00
..
adjointOptimisationFoam CONFIG: add date and paths information for tutorial Allrun script 2021-09-22 17:42:21 +02:00
adjointShapeOptimizationFoam/pitzDaily CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
boundaryFoam/steadyBoundaryLayer ENH: finer granularity for CleanFunctions 2021-07-28 10:02:27 +02:00
icoFoam CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
lumpedPointMotion ENH: improve flexibility of error, messageStream output 2021-11-03 11:46:13 +01:00
nonNewtonianIcoFoam/offsetCylinder CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
overPimpleDyMFoam CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
overSimpleFoam/aeroFoil CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
pimpleFoam TUT: use mergeType points for wedge geometries (#2241) 2021-10-21 15:31:11 +02:00
pisoFoam CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
porousSimpleFoam TUT: replace m4 versions of angledDuct blockMeshDict with native forms 2021-07-28 13:14:44 +02:00
shallowWaterFoam/squareBump CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
simpleFoam TUT: use mergeType points for wedge geometries (#2241) 2021-10-21 15:31:11 +02:00
SRFPimpleFoam/rotor2D CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
SRFSimpleFoam/mixer CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00