Commit Graph

14 Commits

Author SHA1 Message Date
6164c2f262 Standardized the naming of functions which control the writing of fields etc.
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.
2016-05-12 17:38:01 +01:00
450728ea84 Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
43beb06018 Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
56fa7c0906 Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
c4d5f65a10 Completed update ...ErrorIn -> ...ErrorInFunction
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-11 09:03:39 +00:00
2357b2cd91 ENH: Cloud function objects - updated output folder 2014-01-20 12:15:34 +00:00
1f524ef51b ENH: Updated cloud function objects 2013-12-09 09:37:34 +00:00
7985724846 ENH: Added option to remove particle in cloud function objects 2012-11-14 17:26:51 +00:00
e1d2e82ddc BUG: Corrected lagrangian function object postPatch normal dir - mantis #580 2012-08-01 15:42:51 +01:00
b381334693 ENH: Updated writing of particle property headers to avoid race condition for static variables 2012-06-07 17:30:36 +01:00
04e512140c BUG: Lagrangian post-processing model not outputting in chronological order - mantis #357 2012-01-30 17:39:37 +00:00
4acb88c13d ENH: Updated lagrangian intermediate cloud function objects 2011-11-02 16:48:27 +00:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
123868997a ENH: Updated cloud post-processing models to cloudFunctionObject (list) 2011-05-09 17:38:58 +01:00