Commit Graph

4913 Commits

Author SHA1 Message Date
a8c630eb8a Merge remote branch 'OpenCFD/master' into olesenm 2010-03-25 11:18:33 +01:00
f3ab304d79 ENH: simplify compiler settings, provision for boost/CGAL 2010-03-25 10:37:44 +01:00
8fe5f7f9ee ENH: relax compiler check in foamInstallationTest (can use system gcc) 2010-03-25 08:38:04 +01:00
d1313bfda7 COMP: use current CGAL rules from cvm branch 2010-03-24 15:30:35 +01:00
d353f08f37 ENH: move internal wmake scripts to scripts/ directory
- more consistent script names
- remove '-help' option from internal scripts
2010-03-24 15:17:44 +01:00
0c8fb634f0 ENH: enforce consistent boundness on turbulence models.
- remove epsilonSmall, omegaSmall
- k0/epsilon0/omega0 become kMin/epsilonMin/omegaMin
- add qMin/zetaMin for consistency

These files still need some attention:
    dynOneEqEddy.C
    NonlinearKEShih.C
    settlingFoam

BUG: incompressible::LESModels:dynOneEqEddy::correct()
- avoid tmp field destruction for consistency with the compressible
  version

Possible TODO:
   - set kMin to zero (instead of SMALL) and introduce kSmall
     to avoid division by zero
2010-03-24 09:07:53 +01:00
240587029a BUG: Corrected reading of the lower-limit of epsilon and omega (RAS models)
ENH: Fixed documentation comments for the k0, epsilon0, omega0

BUG: omegaSmall was not being used in compressible RAS models
2010-03-23 14:31:06 +01:00
f1d03a3802 ENH: cleanup shell scripts, BUG: unclosed 'if' in inlineReplace 2010-03-23 14:05:51 +01:00
56a5650f5e ENH: in cshrc - prevent local variables from shadowing setenv variables 2010-03-23 11:42:28 +01:00
52fc076b47 ENH: in csh: clear PATH local shell variable so enforcing use of environment one.
Otherwise all $PATH will pick up the local one which will not be synchronised with $path
2010-03-23 10:22:45 +00:00
f65fe3244a BUG: foamEtcFile cannot use 'case' inside $( ) construct.
Reverted to using additional variable.
2010-03-22 17:33:56 +00:00
a3d4eb5664 BUG: Resolved (my own) conflict. 2010-03-22 17:10:42 +00:00
5d93fbe16d ENH: Removed parmetis. Use ptscotch instead. 2010-03-22 16:48:48 +00:00
658b7700e1 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	etc/settings.csh
	etc/settings.sh
	src/parallel/decompose/Allwmake
2010-03-22 15:44:34 +00:00
9f5c39af53 ENH: have ptscotch
ptscotch - compiles into ptscotchDecomp. All thirdparty decompositionMethods
now moved out of decompositionMethods so add them explicitly to link line
for programs that need them (decomposePar, snappyHexMesh etc.)
2010-03-22 15:38:35 +00:00
536087b59f ENH: Have dummy directory on LD_LIBRARY_PATH 2010-03-22 15:36:50 +00:00
fe083ad9f1 ENH: Update qt information in README 2010-03-22 15:04:29 +01:00
9d42286a22 ENH: add missing operator/ for 'one' class 2010-03-22 15:04:06 +01:00
2f594171b3 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-22 13:23:18 +01:00
fb613a88c5 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-22 10:32:43 +00:00
09a986a89a STYLE: Remove unused static variable 2010-03-22 10:32:13 +00:00
6680ddcfee ENH: Reuse existing zones. 2010-03-22 10:31:37 +00:00
4326096153 STYLE: cleanup some shell script syntax 2010-03-19 20:02:05 +01:00
d978c79e70 STYLE: drop unneeded MPI_HOME for openmpi (uses OPAL_PREFIX)
COMP: drop gcc-4.2 settings
2010-03-19 19:29:19 +01:00
01f8538e27 ENH: ignore empty zones in paraview reader 2010-03-19 18:57:09 +01:00
d1dada5dfd Removed unnecessary operations. 2010-03-19 17:56:11 +00:00
4f926a376f New solver: rhoPorousMRFPimpleFoam
Added compressibility support to MRFZone.
Required generalisation of the oneField concept.
Also clean-up the use of one and zero for consistency.
Simple mixerVessel2D tutorial case supplied.
2010-03-19 17:54:35 +00:00
b3fd9c599f Removed unnecessary files. 2010-03-19 17:52:15 +00:00
db34c43ab0 STYLE: use 'setenv PATH' instead of 'set path=' for c-shell scripts
- the path is accesible either way, but use setenv for consistency with
  other environment variables. It also simplifies foamCleanPath again.
2010-03-19 16:49:41 +01:00
3ee8595169 ENH: add -m <mode> option to foamEtcFile to allow chaining.
For example, within the user ~/.OpenFOAM/<VER>/prefs.sh:

    foamPrefs=`$WM_PROJECT_DIR/bin/foamEtcFile -m go prefs.sh` \
        && _foamSource $foamPrefs

could be used to write a personal adjustment that also includes the
site-wide prefs.
2010-03-19 13:06:49 +01:00
cfcea13450 BUG: missed cleanup of env variables in etc/settings 2010-03-19 11:40:05 +01:00
31ec0ed204 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-19 11:38:24 +01:00
f5322b0bed STYLE: Corrected error message 2010-03-19 10:32:18 +00:00
47ae71a70c STYLE: Show how to use different paraview 2010-03-19 10:31:47 +00:00
19bfbd159a Merge remote branch 'OpenCFD/master' into olesenm 2010-03-18 16:22:10 +01:00
a22305e093 BUG: options file had space after backslash 2010-03-18 14:48:01 +00:00
01d6eded39 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-18 14:41:26 +00:00
a6af4e272c ENH: offset calculation for multiple directMapped patches. 2010-03-18 14:39:33 +00:00
9c60eb17d1 ENH: strip off comment lines 2010-03-18 14:38:44 +00:00
5dd19019e9 COMP: remove newline after backslash continuation 2010-03-18 14:50:42 +01:00
ae012ae6bd Merge branch 'olesenm' 2010-03-18 12:27:50 +00:00
e92707e463 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-18 12:24:23 +00:00
dc06f24a0c ENH: Split src/parallel into decompse and reconstruct to remove cyclic build dependency 2010-03-18 12:23:01 +00:00
3e0c66e919 BUG: cshell version was not sourcing prefs.csh
BUG: compilerInstall was getting overwritten in settings.{csh,sh}
2010-03-18 13:19:14 +01:00
9535bcf408 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-18 11:16:40 +00:00
f7f35bc271 STYLE: changed indentation 2010-03-18 11:16:21 +00:00
61ec8ff8cb BUG: etc/cshrc: alias cannot be called on single line if statement? 2010-03-18 11:14:35 +00:00
c259ed3d50 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-18 10:48:11 +00:00
fac8ffd5b6 STYLE: Typo in README, platform -> platforms. 2010-03-18 10:37:56 +00:00
f88e11ce3c ENH: don't set ParaView_MAJOR if the ParaView_VERSION appears
non-numeric (eg, a git or cvs version).

- place the onus on the user to provide the correct ParaView_MAJOR in
  these situations.

STYLE: Drop support for cmake older than 2.6.4 (installed in 3rdParty)
2010-03-18 11:05:39 +01:00