andy
349ddc5f59
added lookupOrAddDefault and readIfPresent functions
2008-06-16 15:54:11 +01:00
andy
4fc2fe6596
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-16 14:47:56 +01:00
andy
290e4018cd
enabled lookupOrDefault on model coefficients
2008-06-16 14:15:04 +01:00
henry
2e018d69c6
Minor formatting change.
2008-06-16 12:58:45 +01:00
henry
8ddee4ccdc
New tutorial run and clean scripts.
2008-06-16 12:51:20 +01:00
henry
39d9bebe26
Updated with new run, test and clean scripts
2008-06-16 12:49:38 +01:00
andy
c52b20b10d
Updating time selection
2008-06-16 11:30:13 +01:00
andy
b01662afe8
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-16 10:39:02 +01:00
andy
750a8c78ad
updated to incorporate particle post-processing
2008-06-16 10:37:57 +01:00
henry
e570205b8c
Removed FoamX stuff.
2008-06-13 20:14:40 +01:00
henry
39c13e3bc8
Corrected Application name.
2008-06-13 20:14:14 +01:00
henry
2e57a728da
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-13 20:13:34 +01:00
henry
d2a0363d64
Bug-fix: http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/8030
2008-06-13 20:13:25 +01:00
andy
9bd3861cd2
applying Mark's patch to update sed statements
2008-06-13 16:27:15 +01:00
andy
b97b101df4
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-13 15:54:22 +01:00
Mark Olesen
5c31d90826
paraview build: use $WM_THIRD_PARTY_DIR
2008-06-13 16:44:00 +02:00
andy
1b13d6c4b2
added (optional) constraints for rotational cyclics
2008-06-13 15:52:50 +01:00
Mark Olesen
b92e037e52
Doxygen filter changes * allow doxygen to process applications/**.H * use @cond/@endcond to suppress documenting classes/variables in applications/
...
- allows some access from applications to libraries
- connection between application and local includes is still a bit weak,
but is possible via the dirs.html navigation.
2008-06-13 13:16:02 +02:00
henry
9ad914ca0b
Tried to sort out the scripts in the tutorials but found it is messed up. Will start again from a new version from Mattijs
2008-06-13 13:46:55 +01:00
mattijs
91c2d7743b
tutorial scripts
2008-06-12 19:32:10 +01:00
henry
adcce409ab
Added support for Ebrowse.
2008-06-12 11:53:12 +01:00
henry
1536aeb4b5
Added support for Ebrowse
2008-06-12 11:49:23 +01:00
henry
68ab71fab1
Added header file to "Source Files" list.
2008-06-11 20:49:40 +01:00
henry
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
henry
bb034f8ba6
Further tinkering and additional test of the eigenvaues of symmTensors.
2008-06-11 13:32:42 +01:00
henry
951e70cd6b
Corrected scope of operators.
2008-06-11 13:31:26 +01:00
andy
79475c871e
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-11 12:08:32 +01:00
henry
a827854fca
Minor change to the tolerances in the eigenvalue calculation
2008-06-11 12:08:01 +01:00
Mark Olesen
727d16e935
Doxygen : sed script changes 'Typedef' -> @class (easier to find)
2008-06-11 11:23:45 +02:00
Mark Olesen
49cb54a0c4
Merge commit 'origin/master' into olesenm
2008-06-11 11:21:03 +02:00
henry
e0d3735b08
Filter out 'Optional' directories from 'wmake all'; these must be built
...
specifically on the request of the user by running 'wmake all' or 'Allwmake'
in the directory as appropriate.
2008-06-11 09:44:14 +01:00
Mark Olesen
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
henry
6d94d8ed8b
Corrected I to labelI.
2008-06-10 17:57:39 +01:00
henry
46b4f7d377
Minor format change.
2008-06-10 17:47:35 +01:00
henry
d325f236b1
Changed Type to Typedef and added Foam:: to the typename in the headers.
2008-06-10 17:03:05 +01:00
henry
1a5ed84c41
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-10 15:20:59 +01:00
henry
401dc84c25
Added the removal of $1$WM_MPLIB as suggested in
...
http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/7969
2008-06-10 15:20:53 +01:00
andy
bbefe26477
Merge branch 'olesenm'
2008-06-10 15:15:16 +01:00
henry
d8c093fad2
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-10 15:00:02 +01:00
henry
e95a6955b9
Added labelSphericalTensor to handle labelI correctly.
2008-06-10 14:59:49 +01:00
andy
56878a9fc7
changed point field data again - no need to use anything other than fieldname (removed vpi prefix)
2008-06-10 14:48:39 +01:00
Mark Olesen
21a46e0031
Merge commit 'origin/master' into olesenm
2008-06-10 15:17:57 +02:00
Mark Olesen
0e00a43eec
minor documentation cleanups
2008-06-10 15:00:47 +02:00
Mark Olesen
9c35ea85bb
wmakeLnInclude : also remove broken links
2008-06-10 13:09:36 +02:00
andy
52641449d1
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-10 11:27:47 +01:00
andy
5b92011d93
changed volPointInterpolate() labels to vpi()
2008-06-10 11:27:31 +01:00
henry
5569015b4a
New application:
...
Application
expandDictionary
Description
Read the dictionary provided as an argument, expand the macros etc. and
write the resulting dictionary to standard output.
2008-06-10 11:07:52 +01:00
henry
ba585fef7f
Added "Application" entry in header.
2008-06-10 10:48:44 +01:00
Mark Olesen
a307c235c4
preservePatchType : replaced missed 'defaultFaces' literal with defaultFacesName variable
2008-06-10 10:57:42 +02:00
Mark Olesen
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