Commit Graph

4815 Commits

Author SHA1 Message Date
89c7523c72 Merge branch 'master' into splitCyclic
Conflicts:
	src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
	src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
	src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
	src/parallel/decompose/scotchDecomp/scotchDecomp.C
	src/parallel/parMetisDecomp/parMetisDecomp.C
	src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C
2010-03-25 13:54:12 +00:00
50160baa9c gamg on cyclics working again 2010-03-23 13:53:40 +00: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
c9376b28bc Merge remote branch 'OpenCFD/master' into olesenm 2010-03-18 11:11:45 +01:00
0d4349bb7e ENH: Added support for cmake version 2.8.1 2010-03-18 09:55:19 +00:00
6597a8642c Merge remote branch 'OpenCFD/master' into olesenm 2010-03-18 10:45:09 +01:00
a703cb3b94 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-17 18:13:13 +00:00
e0fcca3858 ENH: don't use directMapped on top patch. 2010-03-17 18:12:48 +00:00
9e68716255 ENH: Minor spelling correction 2010-03-17 17:57:10 +00:00
97910c2c0c ENH: only set ParaView_MAJOR by default if not already set 2010-03-17 17:56:23 +00:00