Commit Graph

10204 Commits

Author SHA1 Message Date
1b46e05158 BUG: allowed sliver triangle to be collapsed down to illegal 2 vertex face.
Added simple check to disable collapsing faces to <3 vertices.
2010-03-30 21:52:48 +01:00
0b1fc8e0cd ENH: Changed behaviour of surfaces with zones.
- if allowFreeStanding = false it also disables faceZones on boundaries.
- can have surfaces with faceZone but no cellZone.
2010-03-30 21:50:40 +01:00
d8c1aa3afd BUG: nGrow of layer disabling not handled correctly.
Now also moved to within layer iteration loop.
2010-03-30 21:49:37 +01:00
883dbc2e2d ENH: Add concave cell checking 2010-03-30 21:48:57 +01:00
3060d2a048 BUG: Corrected erroneous string replacements (option) 2010-03-30 11:43:28 +01:00
6adf0cbca8 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-30 11:42:19 +02:00
c508b2fe17 STYLE: consistent capitalization of Private/Protected Member Functions in comments 2010-03-30 11:33:42 +02:00
635fd464ec BUG/STYLE: cleanup turbulence models
- eg, pure virtual correct() and read() methods declarations but
  real implementations.

- unused yPlusLam_ member
2010-03-30 09:53:06 +02:00
6e15975678 STYLE: consistent parameter naming in turbulence model 2010-03-30 09:44:43 +02:00
9bb6e5ac25 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-30 08:28:19 +01:00
04d9ec232c ENH: Use scheduled transfer for one to many comms 2010-03-30 08:19:56 +01:00
8fcb33e492 STYLE: adjust copyright date and licence conditions for new files 2010-03-30 09:17:36 +02:00
3213388ddf Merge remote branch 'OpenCFD/master' into olesenm 2010-03-30 09:11:52 +02:00
76381a7b15 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-29 17:38:27 +01:00
e2f2bd1ff1 ENH: Updated lagrangian/intermediate lib to use updated pdfs library 2010-03-29 17:37:10 +01:00
1ac6442055 ENH: Updated dieselSpray lib to use updated pdfs library 2010-03-29 17:36:47 +01:00
6f78c8a949 STYLE: Updated header comment/description 2010-03-29 17:34:18 +01:00
b3bf830949 ENH: Updates to thermo/pdfs library
- added Niklas' update to Rosin-Rammler
- new fixedValue type
- code clean-up
2010-03-29 17:32:31 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
09970cc01a ENH: read dictionary values for kMin, epsilonMin, omegaMin on construct. 2010-03-29 10:20:58 +02:00
fa47947f0b ENH: return the bounded volScalarField from Foam::bound()
- this allows the bounded field to be used immediately in another
  operation (eg, within a constructor).

ENH: use bounded epsilon_ instead of (epsilon_ + epsilonMin_) in calculations.
2010-03-29 09:43:01 +02:00
5c600fee85 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-26 13:40:19 +00:00
d01adb74e3 ENH: Added tet volume check to checkMesh and snappyHexMesh 2010-03-26 13:39:51 +00:00
26a718ac45 ENH: Further to commit 0c8fb634f0 - turbulence models developments
- use of xxxMin_ values and code clean-up
2010-03-26 13:37:48 +00:00
df56a5b192 STYLE: corrected header. 2010-03-26 13:36:53 +00:00
d6c5d294b4 ENH: added patchID access function 2010-03-26 13:36:24 +00:00
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
a8c630eb8a Merge remote branch 'OpenCFD/master' into olesenm 2010-03-25 11:18:33 +01:00
829c30733d COMP: Boost and CGAL environment.
Targeting all building and linking to CGAL and boost installed to
$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER.

Reverting to CGAL 3.5.1, waiting for 3.6.1 - problem in 3.6 with boost
1.42.0.

Removing MPFR_HOME variable, not needed as include and link is done
with the $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER_ARCH
versions.
2010-03-24 13:33:29 +00:00
8d1af0a2ba Merge branch 'master' into cvm 2010-03-24 12:10:17 +00: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
50160baa9c gamg on cyclics working again 2010-03-23 13:53:40 +00: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
5342baa2a7 Merge branch 'master' into cvm
Conflicts:
	etc/settings.csh
	etc/settings.sh
2010-03-23 11:43:17 +00:00
fdbc6bab95 Merge branch 'master' into particleInteractions
Conflicts:
	src/parallel/decompose/decompositionMethods/Make/options
2010-03-23 11:18:53 +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
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
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
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
876f975c29 Merge branch 'master' into particleInteractions 2010-03-19 16:01:41 +00:00
f5322b0bed STYLE: Corrected error message 2010-03-19 10:32:18 +00: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
dc06f24a0c ENH: Split src/parallel into decompse and reconstruct to remove cyclic build dependency 2010-03-18 12:23:01 +00:00
f7f35bc271 STYLE: changed indentation 2010-03-18 11:16:21 +00:00
a703cb3b94 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-17 18:13:13 +00:00
9e68716255 ENH: Minor spelling correction 2010-03-17 17:57:10 +00:00