graham
c25546fd6d
recovered bad master merge
2008-06-18 10:23:55 +01:00
henry
e17c195c96
Corrected for the changes to the name and location of the turbulance models.
2008-06-17 18:54:46 +01:00
graham
ff8991246b
Updated etc/settings.sh for gcc 4.3.1
2008-06-17 18:01:27 +01:00
andy
79b0d0ca2b
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-17 17:29:57 +01:00
andy
f4b2b04f58
consistency update
2008-06-17 17:28:12 +01:00
henry
87fcc65e18
Changed gcc version to 4.3.?
2008-06-17 17:05:03 +01:00
henry
29c8fd500b
I have no idea...
2008-06-17 17:03:27 +01:00
graham
b0a2e17703
Merge branch 'master' into molecularDynamics
2008-06-17 17:03:06 +01:00
graham
29d1571274
Updated src/lagrangian/Allwmake
2008-06-17 16:59:46 +01:00
henry
f02ef4fa4b
Corrected for gcc-4.3.1
2008-06-17 16:56:42 +01:00
andy
c7a59bb25f
consistency update
2008-06-17 16:43:27 +01:00
andy
f290006aba
consistency update - turbulenceModel -> RASmodel
2008-06-17 16:37:02 +01:00
andy
e46a010ad2
added coeffsDict name to printCoeffs() and consistency update
2008-06-17 16:26:42 +01:00
graham
217f01e026
Updated gnemdFoam, mdEquilibrationFoam and molConfig applications to use new separate potential and molecule libraries. Updated potentialDict description in mdEquilibrationFoam/periodicCube test case to new format.
2008-06-17 16:08:28 +01:00
graham
1ebd73261e
Merge branch 'master' into molecularDynamics
2008-06-17 15:41:04 +01:00
andy
2b59f6d6c7
Merge branch 'olesenm'
2008-06-17 15:27:00 +01:00
graham
e347a84be6
Merge branch 'master' into molecularDynamics
2008-06-17 15:21:50 +01:00
Mark Olesen
992d33b28a
hopefully the last of the NamedEnum out-of-bounds
2008-06-17 16:14:34 +02:00
andy
db9632c329
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-06-17 14:20:26 +01:00
andy
61f4a0f8a9
removing erroneous files
2008-06-17 14:20:10 +01:00
Mark Olesen
045a08c9db
turbulenceModel : remove missed dimensionedScalar treatment for Cmu, kappa, E
2008-06-17 15:09:52 +02:00
Mark Olesen
dfc4c6906c
dictionary class : spelling and have bool return for readIfPresent
2008-06-17 15:07:20 +02:00
andy
4ddd3c67a6
updates to tuts to reflect turbulence changes, and general tut updates
2008-06-17 14:07:11 +01:00
graham
68c15d8552
Merge branch 'master' into molecularDynamics
2008-06-17 13:37:15 +01:00
andy
84898c6cdd
resolving merge conflict
2008-06-17 12:09:22 +01:00
andy
24c4b1b745
relocation of turbulence models and renaming namespaces
2008-06-17 10:48:04 +01:00
Mark Olesen
817b64987e
Avoid gcc-4.3.1 warning: parentheses around comparison in operand of &
2008-06-17 11:44:33 +02:00
Mark Olesen
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
andy
2251d431fb
added lookupOrAddDefault and readIfPresent functions
2008-06-16 19:25:40 +01:00
graham
5218b4f0ef
Changed src/lagrangian/molecule folder to molecularDynamics and split off separate potential library.
2008-06-16 18:06:28 +01:00
graham
328399998f
Changed src/lagrangian/molecule folder to molecularDynamics and split off se
...
parate potential library.
2008-06-16 18:05:19 +01:00
andy
98735abbf0
added printCoeffs variable
2008-06-16 17:58:16 +01:00
andy
454374affe
updating tubulence model io
2008-06-16 17:45:49 +01:00
Mark Olesen
0067393011
bin/tools/*Functions are not executable - use editor hint instead of #!/bin/sh
2008-06-16 17:10:19 +02:00
Mark Olesen
5ff23aecc3
Merge commit 'origin/master' into olesenm
2008-06-16 17:03:54 +02:00
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
Mark Olesen
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
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
Mark Olesen
a382bdacea
OpenFOAM Make/options: use $WM_THIRD_PARTY_DIR zlib headers, not system headers
2008-06-16 11:09:59 +02:00
Mark Olesen
e85482fdbf
Merge commit 'origin/master' into olesenm
2008-06-16 10:45:26 +02:00
Mark Olesen
3ad61835f6
build paraview without requiring Tk
2008-06-15 17:56:54 +02:00
Mark Olesen
1025c3c4d3
eliminate .OpenFOAM-VERSION references in dotFoam and other files
2008-06-16 10:39:22 +02:00
Mark Olesen
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