Files
openfoam/applications/test
Mark Olesen 6a448016aa ENH: additional read guards for dimensionedType. input consistency (#762, #1148)
- provide a lookupOrDefault constructor form, since this is a fairly
  commonly used requirement and simplifies the calling sequence.

  Before

      dimensionedScalar rhoMax
      (
          dimensionedScalar::lookupOrDefault
          (
              "rhoMax",
              pimple.dict(),
              dimDensity,
              GREAT
          )
     );

  After

      dimensionedScalar rhoMax("rhoMax", dimDensity, GREAT, pimple.dict());

- read, readIfPresent methods with alternative lookup names.

- Mark the Istream related constructors with compile-time deprecated
  warnings.

BUG: read, readIfPresent methods not handling optional dimensions (#1148)
2019-01-03 13:34:11 +01:00
..
2018-10-18 12:57:32 +02:00
2018-12-19 18:07:52 +00:00
2018-12-19 18:07:52 +00:00
2017-05-17 10:18:14 +02:00
2018-12-19 18:07:52 +00:00
2018-12-19 18:07:52 +00:00
2018-12-19 18:07:52 +00:00
2013-09-27 22:47:59 +01:00
2018-12-19 18:07:52 +00:00
2018-12-19 18:07:52 +00:00