Commit Graph

82 Commits

Author SHA1 Message Date
dfc4c6906c dictionary class : spelling and have bool return for readIfPresent 2008-06-17 15:07:20 +02:00
84898c6cdd resolving merge conflict 2008-06-17 12:09:22 +01:00
5d377a2109 fixed NamedEnum array bounds warning
* some warnings were spurious with gcc-4.3.0, but gcc-4.3.1 correctly
    flagged these problems:
    - processorLduInterfaceTemplates.C
2008-06-17 10:01:10 +02:00
349ddc5f59 added lookupOrAddDefault and readIfPresent functions 2008-06-16 15:54:11 +01:00
a382bdacea OpenFOAM Make/options: use $WM_THIRD_PARTY_DIR zlib headers, not system headers 2008-06-16 11:09:59 +02:00
e85482fdbf Merge commit 'origin/master' into olesenm 2008-06-16 10:45:26 +02:00
1025c3c4d3 eliminate .OpenFOAM-VERSION references in dotFoam and other files 2008-06-16 10:39:22 +02:00
2e57a728da Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-13 20:13:34 +01:00
d2a0363d64 Bug-fix: http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/8030 2008-06-13 20:13:25 +01:00
099117dd2a argList + IOobject write-headers modifications
* new -srcDoc option to display doxygen-processed source code
  * display standard options -help/-doc/-srcDoc at end of usage
  * consolidate code when writing IOobject headers
  * drop writeLogbanner and add optional bool to writeBanner
  * minor formatting changes
2008-06-13 18:21:36 +02:00
1b13d6c4b2 added (optional) constraints for rotational cyclics 2008-06-13 15:52:50 +01:00
92cd94ac66 Reworked dictionary code :
* finally removed #ifdef's with old merge method
 * use autoPtr::ptr() instead of autoPtr::() to reduce cloning
 * eliminated a few add() methods that are covered by the templated form
 * added a 'set()' method that forces overwrite - symmetric with HashTable
2008-06-13 14:40:46 +02:00
1e8d4b2a82 dictionary functionEntries cleanup
* added '#remove' function
  * changed insert() method name to more general execute()
  * using #inputMode or #remove within a primitiveEntry now provokes an error
  * adjusted the dictionaryTest accordingly
2008-06-13 10:43:31 +02:00
e7a33edc7d Merge commit 'origin/master' into olesenm 2008-06-11 15:11:05 +02:00
52c2bfc519 fix minor typos 2008-06-11 15:08:13 +02:00
bb034f8ba6 Further tinkering and additional test of the eigenvaues of symmTensors. 2008-06-11 13:32:42 +01:00
79475c871e Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-11 12:08:32 +01:00
a827854fca Minor change to the tolerances in the eigenvalue calculation 2008-06-11 12:08:01 +01:00
e5f0dd3e03 Doxygen cleanups
* skip doxygen docs for local variables (treeBoundBox)
  * filter transforms 'Typedef' -> @typedef
  * added tools/find-retagged
  * manually changed some InClass tags to Typedef - still needs more attention
2008-06-11 10:05:33 +02:00
6d94d8ed8b Corrected I to labelI. 2008-06-10 17:57:39 +01:00
d325f236b1 Changed Type to Typedef and added Foam:: to the typename in the headers. 2008-06-10 17:03:05 +01:00
bbefe26477 Merge branch 'olesenm' 2008-06-10 15:15:16 +01:00
e95a6955b9 Added labelSphericalTensor to handle labelI correctly. 2008-06-10 14:59:49 +01:00
0e00a43eec minor documentation cleanups 2008-06-10 15:00:47 +02:00
a307c235c4 preservePatchType : replaced missed 'defaultFaces' literal with defaultFacesName variable 2008-06-10 10:57:42 +02:00
0cbbefb3a6 Revert string expansion of leading '.' and './' to the original behaviour.
* Now that the expansion of FOAM_CASE is delayed in the boundary conditions,
  the old expansion is simpler and seems to work better with IOobjects.
2008-06-10 10:23:14 +02:00
107ff36066 Removed templated solvers. Will be added to next version. 2008-06-09 22:57:49 +01:00
b2fd02df8d Doxygen : fixed rogue classes, simplified INPUT 2008-06-06 10:17:32 +02:00
446c30cfe9 adding Mark's changes 2008-06-04 19:00:37 +01:00
15fea54f38 constant not present 2008-06-04 15:22:11 +01:00
168c7e1ca9 removing FoamX 2008-06-04 13:40:02 +01:00
60917d510f Changed zlib version to 1.2.3 2008-06-04 11:22:11 +01:00
93d1f74d8c dummy Pstream update and typo in Time.C comment. Sorry for mixup. 2008-06-02 19:16:12 +01:00
daca3b3300 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-02 13:18:33 +01:00
da11607f7c did not append any edges 2008-06-02 11:39:21 +01:00
8032ac989a whitespace 2008-06-02 11:38:59 +01:00
05cb29de14 Added corrections for complex mesh-motion from Frank Boss 2008-05-31 11:27:28 +01:00
508b757fbb Attempt to fix src/OpenFOAM/lnInclude/triFace*H problem 2008-05-30 11:08:35 +01:00
8c2c22604a Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-29 14:06:54 +01:00
2e0962685a strange triFace constructors 2008-05-29 13:26:21 +01:00
31c5a625e5 Corrected constructors to compile with gcc-4.2.1 2008-05-29 12:23:10 +01:00
993a18af63 constructor from primitive 2008-05-29 12:02:36 +01:00
2c548926f4 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-27 16:14:47 +01:00
cac72ae991 Further changes to remove warnings from gcc-4.3.0. 2008-05-27 16:13:24 +01:00
0b9c6cace3 Merge commit 'origin/master' into olesenm 2008-05-27 09:57:59 +02:00
8f0c802318 Adjusted the timeVaryingUniformFixedValue pointPatch to match the fvPatch 2008-05-27 08:56:36 +02:00
0f687ccd76 Minimum changes to compile everything with gcc-4.3.0 2008-05-26 19:27:23 +01:00
f6107f4033 Minimum changes to compile everything with gcc-4.3.0 2008-05-26 13:47:04 +01:00
4a2a23a710 Lots of changes from Mark and my changes to ddtPhiCorr all mixed together
because I failed to work out how to merge Mark's stuff -- HELP!!!
2008-05-25 21:46:37 +01:00
8e2182dd69 Merge commit 'origin/master' into olesenm 2008-05-23 18:26:11 +02:00