f55c568f13
ENH: upgrade from NamedEnum to Enum (issue #515 )
2017-07-03 21:43:33 +02:00
d415bf77bf
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2017-06-26 13:33:19 +01:00
2dc8038092
ENH: timeControl: adds some more #423 .
2017-06-26 11:51:14 +01:00
34a1a5dec2
STYLE: Minor corrections to comments/fix typos
2017-06-23 12:13:46 +01:00
7e6faf049c
Squashed commit of the following:
...
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)
2017-06-14 16:40:17 +01:00
2da2970c7c
BUG: timeActivatedFileUpdate: was potentially rereading itself!
...
Fixed by setting flag which then gets queried by Time. Fixes #420 .
2017-04-06 10:26:16 +01:00
eed3b77060
ENH: Function objects - updated logic to determine whether or not to instantiate a time-based function object. Fixes #439
2017-03-21 16:55:24 +00:00
69bc13f300
BUG: Function objects - updated to enable user time emtries, e.g. if using engineTime. Fixes #437
2017-03-21 13:32:55 +00:00
680ba0f214
BUG: timeControl: add tolerance to timeStart, timeEnd. Fixes #367 .
2017-01-04 11:17:12 +00:00
fb78378959
ENH: Function objects - ensure objects are up-to-date when writing
2016-11-24 12:36:52 +00:00
b9940cbbb1
COMP: Multiple changes - first clean build after latest merge - UNTESTED
2016-09-23 15:36:53 +01:00
9fbd612672
GIT: Initial state after latest Foundation merge
2016-09-20 14:49:08 +01:00
118a0f225d
functionObjects: Completed transformation of 'source' to vol/surfaceRegion
2016-06-13 09:42:14 +01:00
ae1a6dd12d
functionObjects: Simplified the handling of the post-processing mode
...
Replaced the 'postProcess' argument to the 'write' and 'execute'
functions with the single static member 'postProcess' in the
functionObject base-class.
2016-06-13 08:36:03 +01:00
5af1a7e4f3
functionObjects::partialWrite: Redundant and removed
...
the equivalent functionality is provided by the writeRegisteredObject
functionObject in a MUCH simpler, easier and extensible manner.
functionObject: Removed the now redundant 'timeSet' function.
2016-05-18 12:23:29 +01:00
2b501b7e85
timeControlFunctionObject: Updated the control logic in the 'end' function
...
to correspond to the new default behavior of the 'end' function in
functionObject which now calls 'execute' then 'write'.
2016-05-18 09:05:24 +01:00
ded5f35dd6
functionObjects: Separated 'execute' and 'write' functions to simplify support for post-processing
2016-05-13 09:05:29 +01:00