Commit Graph

45 Commits

Author SHA1 Message Date
97b08a9b13 BUG: Use copy instead of reference 2012-11-20 18:05:10 +00:00
00da60e51c ENH: Updated scope for NamedEnum 2012-11-16 13:25:19 +00:00
90be0ef222 ENH: Added access function to 'names' 2012-10-16 11:51:01 +01:00
967e389e94 ENH: Added mesh name to path of not using default region 2012-10-16 10:38:21 +01:00
f4ee6e1418 ENH: Added helper function for function objects to return output folder for current time value 2012-10-16 10:17:56 +01:00
eda58a4b69 ENH: made local member data private 2012-10-15 18:14:39 +01:00
d8321469e9 ENH: Added base class for function objects that generate text files 2012-10-15 17:56:36 +01:00
8489de277d GIT: conflict resolution 2012-09-17 12:03:11 +01:00
52fefbca00 ENH: adding outputInterval option for ocOutputTime mode in function
objects
2012-09-04 11:20:42 +01:00
a80d4d9b69 ENH: doxygen documentation updates 2012-07-12 17:12:52 +01:00
3dd7ab054b STYLE: change of doxygen tags for function objects and ico wall functions boundaryConditions 2012-07-12 10:35:09 +01:00
5ebb8dc482 ENH: Added documentation file for function objects 2012-07-11 11:46:34 +01:00
71c5c0fdb8 ENH: Added time bounds to function objects 2011-09-14 10:39:21 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
95d8fd4860 STYLE: Updated copyright dates 2011-05-11 11:34:38 +01:00
a791316896 ENH: dlLibraryTable: moved library handles to objects 2011-04-18 16:41:21 +01:00
157d89f3de STYLE: OutputFilterFunctionObject.C : indentation 2011-03-23 04:57:09 +00:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
57a443a183 STYLE: functionObjectList : indentation 2010-11-16 12:38:07 +00:00
797c4a7457 ENH: functionObjects: force writing when used through execFlowFunctionObjects 2010-10-26 16:23:36 +01:00
95219e6f76 COMP: specialization Foam::NamedEnum templates within namespace Foam
- otherwise gets flagged as an error by clang
2010-10-12 12:17:13 +02:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
28b1a9e2c6 Merge branch 'olesenm' 2010-06-03 10:25:03 +01:00
c51a2b0f63 ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction 2010-06-02 09:48:07 +01:00
7abd54708c ENH: improve robustness of outputFilterOutputControl 2010-05-18 09:24:46 +02:00
03338b9ea9 STYLE: partial revert for 5cfa97624e 2010-04-23 10:23:08 +02:00
5cfa97624e STYLE: more consistent New methods, use unregistered IOobject where appropriate 2010-04-20 17:13:35 +02:00
b6f3bd4c23 STYLE: follow coding guide recommendation for '//- Destructor' 2010-04-12 11:55:52 +02:00
0a746b6a82 STYLE: Corrected incorrect comment and minor formatting 2010-04-07 11:40:28 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
5e972c772f remove trailing space from some files 2009-12-04 13:39:35 +01:00
4d10d06158 IOOutputFilter - can create from IOobject directly
- useful when using alternative dictionary names/locations
2009-12-01 11:10:25 +01:00
9157364a4b Merge commit 'OpenCFD/master' into olesenm 2009-11-25 12:29:31 +01:00
407d047f07 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-24 14:45:05 +00:00
e126099dc1 removed redundant logic 2009-11-24 14:29:41 +00:00
a4cfc67f46 allow on-the-fly construction for e.g. having hundreds of cutting planes 2009-11-21 10:52:54 +00:00
3d9c822022 Added abortCalculation function object, exposed Time::stopAtControls
- still needs fine-tuning (testing) to see if it reacts as anticipated under
  various conditions.
2009-11-06 17:18:32 +01:00
40e22860e9 added find(name) method + general updates 2009-09-02 17:24:46 +01:00
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
dedabab18f expose name of functionObjects 2009-07-21 17:28:27 +01:00
b1d2ecd38a opened up function obect interface 2009-07-06 12:31:16 +01:00
fee6e312b9 Time and functionObject updated for end()
- added end() method to functionObject, functionObjectList & associated classes
- moved outputFilters from src/sampling -> src/OpenFOAM/db/functionObjects
2009-02-17 12:48:10 +01:00