Skip to content
Snippets Groups Projects
  1. Jun 14, 2017
    • mattijs's avatar
      Squashed commit of the following: · 7e6faf04
      mattijs authored
      commit 510b9353f8cb932a87f1588b17a4dea230c29d3c
      Author: mattijs <mattijs>
      Date:   Wed Jun 14 16:36:35 2017 +0100
      
          ENH: timeControl: propagate time-change logic from Time.C
      
      commit 6dc57a8f1e0e7605ea819deb6f11dd4b7874ff30
      Author: mattijs <mattijs>
      Date:   Thu Jun 1 11:28:56 2017 +0100
      
          ENH: timeControl: cleanup; avoid division by zero
      
      commit 5ac4bc2dd8c1f4676eef9d7a03215caba23a2e19
      Author: mattijs <mattijs>
      Date:   Wed May 31 12:04:52 2017 +0100
      
          ENH: timeControl: allow ramping down as well as up.
      
      commit a6b2db9e791f29258f04f3a9cbd6354aa468977d
      Author: mattijs <mattijs>
      Date:   Wed May 17 15:29:22 2017 +0100
      
          ENH: timeControl: limit any timestep change if deltaTCoeff enabled.
      
      commit 004115ee03a6637ae0d23cce303a30d1b3af046f
      Author: mattijs <mattijs>
      Date:   Wed May 17 11:40:26 2017 +0100
      
          ENH: setTimeStep: have timeStart, timeEnd controls on time step adjustment.
      
          Also added smoothly varying time step change (through optional deltaTCoeff)
      7e6faf04
  2. Apr 06, 2017
  3. Mar 21, 2017
  4. Jan 04, 2017
  5. Nov 24, 2016
  6. Jun 13, 2016
  7. May 18, 2016
  8. May 13, 2016
  9. May 12, 2016
    • Henry Weller's avatar
      Standardized the naming of functions which control the writing of fields etc. · 6164c2f2
      Henry Weller authored
      to have the prefix 'write' rather than 'output'
      
      So outputTime() -> writeTime()
      
      but 'outputTime()' is still supported for backward-compatibility.
      
      Also removed the redundant secondary-writing functionality from Time
      which has been superseded by the 'writeRegisteredObject' functionObject.
      6164c2f2
    • Henry Weller's avatar
      functionObjects: Changed options 'outputControl' -> 'writeControl' and... · c983670c
      Henry Weller authored
      functionObjects: Changed options 'outputControl' -> 'writeControl' and 'outputInterval' -> 'writeInterval'
      
      for consistency with the time controls in controlDict and to avoid
      unnecessary confusion.  All code and tutorials have been updated.
      
      The old names 'outputControl' and 'outputInterval' are but supported for
      backward compatibility but deprecated.
      c983670c
  10. May 11, 2016
  11. May 02, 2016
    • Henry Weller's avatar
      functionObjects: Moved into the functionObjects namespace and rationalized and... · 0534a225
      Henry Weller authored
      functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction
      
      Rather than requiring each functionObject to handle failed construction
      internally (using the active_ flag) the static member function "viable"
      is provided which returns true if construction of the functionObject is
      likely to be successful.  Failed construction is then handled by the
      wrapper-class which constructs the functionObject,
      e.g. "OutputFilterFunctionObject".
      0534a225
  12. Dec 03, 2015
    • mattijs's avatar
      ENH: functionObjects: call execute on last time step · 3e5da0bc
      mattijs authored
      - old convention was that on last time step it would only call end()
      and not execute()
      - however this meant that e.g. the functionObjectProperties file
      did not get written
      - and almost all functionObjects were doing an execute() inside of end()
      - new convention: call execute() on last time step, just before doing end()
      3e5da0bc
  13. Dec 01, 2015
  14. Aug 27, 2014
  15. Nov 29, 2013
  16. Oct 04, 2013
  17. Sep 09, 2013
  18. Jun 07, 2013
  19. Dec 13, 2012
  20. Sep 14, 2011
  21. Aug 14, 2011
  22. May 11, 2011
  23. Mar 23, 2011
  24. Jan 19, 2011
  25. Jan 14, 2011
  26. Jan 07, 2011
  27. Jan 05, 2011
  28. Oct 26, 2010
  29. Jul 28, 2010
  30. Mar 29, 2010
  31. Nov 24, 2009