Commit Graph

25 Commits

Author SHA1 Message Date
147fa2a75d STYLE: add notes to some (most) command-line options
- mapFields and splitMeshRegions need more clarification
2010-04-27 10:50:15 +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
937e0d23d0 STYLE: consistent naming of files containing the 'New' method
before:
    - 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass
    - 'New' prefixed to templated class name:   eg, TmplClass -> NewTmplClass
    - 'New' suffixed to class name:             eg, someClass -> someClassNew

after:
    - consistent 'New' suffixed to class name, no change of case
          eg, someClass -> someClassNew
          eg, TmplClass -> TmplClassNew
2010-04-13 18:47:47 +02:00
b6f3bd4c23 STYLE: follow coding guide recommendation for '//- Destructor' 2010-04-12 11:55:52 +02:00
c508b2fe17 STYLE: consistent capitalization of Private/Protected Member Functions in comments 2010-03-30 11:33:42 +02:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
689d4b2860 ENH: provide operator[] for accessing argList options.
- operator[] with label -> get args at index
- operator[] with word  -> get named option
2010-02-17 11:43:42 +01:00
d857d671ac STYLE: use new argList argRead() method and operator[] for cleaner code.
- deprecate argList::additionalArgs() method and remove uses of it
2010-02-16 17:57:49 +01:00
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
d7f5c905c2 updates to copyright dates 2009-07-24 17:36:32 +01:00
8edf105c45 cleanup of time handling (cosmetic changes), used timeSelector in more places 2009-05-20 15:40:30 +02:00
9eaaff14c4 included subtract method 2009-02-10 18:38:01 +00:00
5235d41622 single operations only 2009-02-10 17:39:00 +00:00
0051911aa6 adding interpolate field function 2009-02-04 12:25:06 +00:00
f679bd5003 Merge commit 'OpenCFD/master' into olesenm 2009-01-14 14:32:01 +01:00
4b8e8e3ecb adding basic add functionality 2009-01-13 15:50:01 +00:00
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
44f647d5ad adding randomise foamCalc function 2008-09-10 10:26:54 +01:00
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
88b2915fa9 added handling for tensor 2008-06-23 15:22:12 +01:00
5390ac2b1f Adding symmTensor to components.C otherwise foamCalc components sigma does not work in solidDisplacementFoam tutorial 2008-06-21 17:15:45 +01:00
b2fd02df8d Doxygen : fixed rogue classes, simplified INPUT 2008-06-06 10:17:32 +02:00
039adebb14 added new div postprocessing function, and removed old divPhi and divU apps 2008-05-28 19:21:29 +01:00
1e3f9823c0 new foamCalc app and foamCalcFunctions lib, to eventually replace current postProcess functionality 2008-05-28 18:46:02 +01:00