openfoam/applications/solvers/multiphase/multiphaseEulerFoam
Mark Olesen dd8341f659 ENH: make format of ExecutionTime = ... output configurable (issue #788)
- controlled by the the 'printExecutionFormat' InfoSwitch in
  etc/controlDict

      // Style for "ExecutionTime = " output
      // - 0 = seconds (with trailing 's')
      // - 1 = day-hh:mm:ss

   ExecutionTime = 112135.2 s  ClockTime = 113017 s

   ExecutionTime = 1-07:08:55.20  ClockTime = 1-07:23:37

- Callable via the new Time::printExecutionTime() method,
  which also helps to reduce clutter in the applications.
  Eg,

     runTime.printExecutionTime(Info);

  vs

     Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
         << "  ClockTime = " << runTime.elapsedClockTime() << " s"
         << nl << endl;

--

ENH: return elapsedClockTime() and clockTimeIncrement as double

- previously returned as time_t, which is less portable.
2018-04-27 15:00:34 +02:00
..
interfacialModels STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
Make Make/options: Removed duplicate entries 2016-08-01 20:55:16 +01:00
multiphaseSystem STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
Allwclean Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
Allwmake ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00
correctPhi.H multiphaseEulerFoam: transform to solve for p_rgh 2015-03-19 21:40:41 +00:00
CourantNo.H Updated headers 2016-04-30 21:53:19 +01:00
createFields.H STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
createMRFZones.H MRFZone: rationalize to allow support for general frame acceleration 2015-05-29 15:31:53 +01:00
DDtU.H MRFZone: rationalize to allow support for general frame acceleration 2015-05-29 15:31:53 +01:00
MRFCorrectBCs.H MRFZone: rationalize to allow support for general frame acceleration 2015-05-29 15:31:53 +01:00
multiphaseEulerFoam.C ENH: make format of ExecutionTime = ... output configurable (issue #788) 2018-04-27 15:00:34 +02:00
pEqn.H STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
TEqns.H Thermodynamics and sub-models: Removed "Sp" boundedness corrections on transport, replaced with "bounded Gauss" scheme 2012-09-21 14:34:42 +01:00
UEqns.H GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref() 2016-04-30 18:43:51 +01:00
zonePhaseVolumes.H multiphaseEulerFoam: Work in progress 2011-10-26 14:30:06 +01:00