Commit Graph

10204 Commits

Author SHA1 Message Date
84898c6cdd resolving merge conflict 2008-06-17 12:09:22 +01:00
24c4b1b745 relocation of turbulence models and renaming namespaces 2008-06-17 10:48:04 +01:00
817b64987e Avoid gcc-4.3.1 warning: parentheses around comparison in operand of & 2008-06-17 11:44:33 +02: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
2251d431fb added lookupOrAddDefault and readIfPresent functions 2008-06-16 19:25:40 +01:00
5218b4f0ef Changed src/lagrangian/molecule folder to molecularDynamics and split off separate potential library. 2008-06-16 18:06:28 +01:00
328399998f Changed src/lagrangian/molecule folder to molecularDynamics and split off se
parate potential library.
2008-06-16 18:05:19 +01:00
98735abbf0 added printCoeffs variable 2008-06-16 17:58:16 +01:00
454374affe updating tubulence model io 2008-06-16 17:45:49 +01:00
349ddc5f59 added lookupOrAddDefault and readIfPresent functions 2008-06-16 15:54:11 +01:00
290e4018cd enabled lookupOrDefault on model coefficients 2008-06-16 14:15:04 +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
763cc5e4ab Pstream : avoid compiler warnings, doxygen ignore file-scope variables 2008-06-13 19:47:04 +02:00
b97b101df4 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-13 15:54:22 +01:00
1b13d6c4b2 added (optional) constraints for rotational cyclics 2008-06-13 15:52:50 +01:00
f48cbb88a9 use dictionary lookupOrDefault() method instead of found() + lookup() 2008-06-13 15:51:31 +02: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
91c2d7743b tutorial scripts 2008-06-12 19:32:10 +01:00
5102a2bc28 Merge commit 'origin/master' into olesenm 2008-06-12 08:28:32 +02:00
47996ef186 Removed all warnings from gcc-4.3.0 except those from
NamedEnum (bug in compiler?)
molecule (Graham dealing with it)
lex (no comment)
VTK (again no comment)
2008-06-11 15:55:07 +01: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
951e70cd6b Corrected scope of operators. 2008-06-11 13:31:26 +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
46b4f7d377 Minor format change. 2008-06-10 17:47:35 +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
c8adde9bd2 General tidy.
Added new viscosity models: powerLaw, HerschelBulkley.
2008-06-09 21:44:03 +01:00
ef1cec75f8 Change the strain rate from mag(grad(U)) to mag(symm(grad(U))). The
old formulation includes the effect of gradients caused by solid body
rotation on the strain rate, while the second returns only the
irrotational part.
2008-06-09 18:38:28 +01:00
9fc1615a86 Changed WM_THIRD_PARTY to WM_THIRD_PARTY_DIR and added to all 'options' files that use third-party software. 2008-06-09 15:31:17 +01:00
09dcc45dae new decomposition options; fixed decomposePar preserveFaceZones 2008-06-06 18:17:50 +01:00
49b6c94f66 Merge commit 'origin/master' into olesenm 2008-06-06 14:04:52 +02:00
b2fd02df8d Doxygen : fixed rogue classes, simplified INPUT 2008-06-06 10:17:32 +02:00
9f5351af6d Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-05 20:20:11 +01:00
935d7a8131 Changed format to be spreadsheet-friendly:
#           x         0.05         0.03
#           y         0.05         0.04
#           z        0.001        0.001
#        Time
        0.005     0.130842   7.7749e-05
         0.01    0.0554095   -0.0100031
        0.015    0.0388121   -0.0115969
2008-06-05 20:19:41 +01:00