Commit Graph

948 Commits

Author SHA1 Message Date
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
0067393011 bin/tools/*Functions are not executable - use editor hint instead of #!/bin/sh 2008-06-16 17:10:19 +02:00
5ff23aecc3 Merge commit 'origin/master' into olesenm 2008-06-16 17:03:54 +02:00
349ddc5f59 added lookupOrAddDefault and readIfPresent functions 2008-06-16 15:54:11 +01:00
4fc2fe6596 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-16 14:47:56 +01:00
290e4018cd enabled lookupOrDefault on model coefficients 2008-06-16 14:15:04 +01:00
2e018d69c6 Minor formatting change. 2008-06-16 12:58:45 +01:00
8ddee4ccdc New tutorial run and clean scripts. 2008-06-16 12:51:20 +01:00
39d9bebe26 Updated with new run, test and clean scripts 2008-06-16 12:49:38 +01:00
c52b20b10d Updating time selection 2008-06-16 11:30:13 +01:00
dcb487fd0f wmake : set WM_NCOMPPROCS automatically when both WM_HOSTS and WM_SCHEDULER are set
This substantially eases enabling/disabling distributed compiling
For example,
 - export WM_HOSTS="host1:N ... hostN:N"  as usual
 - simply set/unset WM_SCHEDULER

etc/aliases.{sh,csh} added aliases for enabling/disabling wmakeScheduler
 - alias wmSchedON='export WM_SCHEDULER=$WM_PROJECT_DIR/wmake/wmakeScheduler'
 - alias wmSchedOFF='unset WM_SCHEDULER'

Removed wmakeLockScheduler, identical to wmakeScheduler except a 'sleep'
2008-06-16 11:46:11 +02:00
b01662afe8 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-16 10:39:02 +01:00
750a8c78ad updated to incorporate particle post-processing 2008-06-16 10:37:57 +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
3ad61835f6 build paraview without requiring Tk 2008-06-15 17:56:54 +02:00
1025c3c4d3 eliminate .OpenFOAM-VERSION references in dotFoam and other files 2008-06-16 10:39:22 +02:00
3bbd01ebfb minor changes to Allwmake script(s)
* use $WM_THIRD_PARTY_DIR variable in top-level Allwmake
  * test new shell idiom for Allwmake files:
        # run from this directory only
        cd ${0%/*} || exit 1
    this might be especially useful when building optional components
2008-06-15 17:57:55 +02:00
e570205b8c Removed FoamX stuff. 2008-06-13 20:14:40 +01:00
39c13e3bc8 Corrected Application name. 2008-06-13 20:14:14 +01: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
9bd3861cd2 applying Mark's patch to update sed statements 2008-06-13 16:27:15 +01:00
b97b101df4 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-13 15:54:22 +01:00
5c31d90826 paraview build: use $WM_THIRD_PARTY_DIR 2008-06-13 16:44:00 +02: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
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
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
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
64d00dc22b 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
91c2d7743b tutorial scripts 2008-06-12 19:32:10 +01:00
adcce409ab Added support for Ebrowse. 2008-06-12 11:53:12 +01:00
1536aeb4b5 Added support for Ebrowse 2008-06-12 11:49:23 +01:00
5102a2bc28 Merge commit 'origin/master' into olesenm 2008-06-12 08:28:32 +02:00
68ab71fab1 Added header file to "Source Files" list. 2008-06-11 20:49:40 +01: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