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
d536f087b5
region not preserved when stitching
2008-06-05 19:23:58 +01:00
d25d392c9f
removed call to putenv since incorrect
2008-06-05 13:09:20 +01:00
a13820c394
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-05 13:06:23 +01:00
ef69bc6c61
bounding box incorrect
2008-06-05 13:05:55 +01:00
fc67818323
Introduced Makefile variable 'THIRD_PARTY'
2008-06-05 13:17:31 +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
65b79dc7bf
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-04 15:16:32 +01:00
168c7e1ca9
removing FoamX
2008-06-04 13:40:02 +01:00
fde672e2fa
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-04 11:37:10 +01:00
60917d510f
Changed zlib version to 1.2.3
2008-06-04 11:22:11 +01:00
93f482ea36
layerFaces not correct
2008-06-04 11:06:41 +01:00
d2bb8ce337
changed dictionary
2008-06-03 23:52:11 +01:00
1021661f5a
comment typo
2008-06-03 23:11:51 +01:00
28f36a1667
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-03 23:10:14 +01:00
bab7f11792
Corrected for relacation of src/other to $WM_PROJECT_INST_DIR/ThirdParty
2008-06-03 21:34:07 +01:00
bcd1f1cf91
* bin/rmdepall: Correction to the removing of scanned files.
2008-06-03 21:19:13 +01:00
be6fd90b92
* src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/:
...
Added new BC (untested).
2008-06-03 15:33:56 +01:00