Commit Graph

4959 Commits

Author SHA1 Message Date
6a48570c20 STYLE: add quotes around html attributes 2010-04-14 09:41:52 +02:00
bbb22dc331 ENH: remove existing doxygen html/ in background 2010-04-14 09:14:49 +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
42807ddd7e STYLE: fix worst spacing violations for 'os <<' constructions
- accept some violations of the coding guidelines though
- perhaps adding a style exception would be simpler.
2010-04-13 17:45:49 +02:00
6b819eb50a STYLE: use new fvPatch::start() method 2010-04-13 17:12:57 +02:00
af039f0eb7 ENH: add fvPatch::start() method to simplify some expressions 2010-04-13 16:06:57 +02:00
6148d8c428 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-13 11:11:48 +01:00
4b5d82c63a BUG: missing NamedEnum. 2010-04-13 11:11:22 +01:00
42562ac65e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-13 11:07:29 +01:00
defea5836e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/containers/Lists/DynamicList/DynamicList.H
	src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C
	src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C
2010-04-13 11:07:19 +01:00
404ffda99a STYLE: sendingReferralList. Type in FatalErrorIn. 2010-04-13 11:05:51 +01:00
9fd4af7e7b STYLE: reactingParcelFilmFoam/rhoEqn.H. Changing to GPL v3. 2010-04-13 10:44:43 +01:00
130dfe7dc6 ENH: Added warning message about nGrow changed behaviour. 2010-04-13 10:30:42 +01:00
5397845971 STYLE: Remove unused include files. 2010-04-13 10:29:16 +01:00
9544796a98 Merge branch 'olesenm' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev into olesenm 2010-04-13 09:57:41 +01:00
2c54d448f5 ENH: Use const reference instead of const copy in loop 2010-04-13 09:57:33 +01:00
c2044d746a ENH: udr_checker is the same for ensight82 and ensight90 2010-04-13 10:35:51 +02:00
874120350c STYLE: use forAllIter, forAllConstIter in more places
ENH: change some iterator -> const_iterator access

BUG: found some places with forAllIter and ::iterator !
2010-04-13 09:10:36 +02:00
5636df2b5a STYLE: use #+BEGIN_EXAMPLE / #+END_EXAMPLE in codingStyleGuide.org
- seems to work more reliably than the previous indented colons
2010-04-13 09:08:43 +02:00
3b53ff5658 ENH: Make snappyHexMeshDict consistent with nGrow change.
nGrow in 1.6.x was always taken to be 0!
2010-04-12 17:27:39 +01:00
489b4d26b1 ENH: Use master/slave point structure to assign master. 2010-04-12 17:24:35 +01:00
fb86371714 ENH: Test ListOps on DynamicList. 2010-04-12 17:18:46 +01:00
9bf63117ae ENH: functionObjects improvements.
- readFields works seamlessly on-the-fly and as postprocessor
- new surfaceInterpolateFields to create interpolated field
- writeRegisteredObject only check upon writing, not upon startup
- add min,max to faceSource
2010-04-12 17:04:40 +01:00
5b8b42f0dc TYPO: in directory name for adjointShapeOptimizationFoam 2010-04-12 14:26:59 +02:00
f1e7cae646 ENH: Have edge addressing from coupledPatch to mesh 2010-04-12 11:48:04 +01:00
b6f3bd4c23 STYLE: follow coding guide recommendation for '//- Destructor' 2010-04-12 11:55:52 +02:00
a50f01b079 STYLE: use forAllIter, forAllConstIter instead of long-hand version
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
2010-04-12 11:18:38 +02:00
0f58ac5a9b ENH: abort if rsync is missing - foamCopySettings, foamNewCase 2010-04-12 11:12:51 +02:00
1aa25ebf39 STYLE: use forAllConstIter instead of long-hand version 2010-04-09 17:17:42 +01:00
e8cfd92f9d ENH: move residualControl and abortCalculation into common jobControl lib 2010-04-09 17:55:37 +02:00
4209af4d77 ENH: cleanup foamEndJob to work with -case option instead of <root> <case> 2010-04-09 17:40:06 +02:00
f7b0b7ca71 STYLE: drop 'getopt' in favour of hand-rolled option parsing
- improves flexibility and allows more consistent long options
2010-04-09 16:55:47 +02:00
a55ce8eeba Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	tutorials/incompressible/simpleFoam/pitzDaily/system/controlDict
2010-04-09 14:21:34 +02:00
a30f977dc5 STYLE: avoid namespace { ... } in functionObject source code 2010-04-09 14:09:42 +02:00
f501cdb17d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-09 12:45:16 +01:00
f8ea34bc59 Time: Moved functionObject execution from "++" to "loop"
This change allows functionObjects to cleanly terminate the code e.g. on convergence.
2010-04-09 12:45:13 +01:00
30dc12f140 pitzDaily tutorial: Added functionObject convergence check. 2010-04-09 12:43:55 +01:00
50616e6fc8 motorBike tutorial: improved the schemes. 2010-04-09 12:43:17 +01:00
16a16090db ENH: invert logic of residualControl check to allow dictionary entry.
- lets the user specify controls like this:
      maxResiduals
      {
          p  5e-4;
          U  1e-3;
          "(k|epsilon|omega)"  1e-3;
      }
2010-04-09 13:42:00 +02:00
3fef72510e STYLE: use switch value for 'writeCompression' in controlDict's
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00
1fc97066c5 ENH: Updated lagrangian tutorials to reflect changes in lagrangian/intermediate library 2010-04-09 11:49:48 +01:00
762508c822 ENH: added active flag to lagrangian/intermediate's SurfaceFilmModel 2010-04-09 11:44:56 +01:00
10141f907b STYLE: use dict entry for function objects in controlDict 2010-04-09 12:23:25 +02:00
31aaddf452 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-09 11:00:08 +02:00
b1484b37fd Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-08 21:05:43 +01:00
5e8903726d ENH: explicitly include libraries that contain boundary conditions. 2010-04-08 21:05:14 +01:00
70589ddcd1 BUG: no copy constructor visible for returning DynamicLists from functions. 2010-04-08 21:03:50 +01:00
39f66fbefa ENH: Updates to lagrangian tutorials re: SurfaceFilmModel entry 2010-04-08 17:58:57 +01:00
ce4485e9cf Merge remote branch 'OpenCFD/master' into olesenm 2010-04-08 18:23:01 +02:00
d0b1511eaf Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-08 17:21:12 +01:00