Commit Graph

4841 Commits

Author SHA1 Message Date
Mark Olesen
3213388ddf Merge remote branch 'OpenCFD/master' into olesenm 2010-03-30 09:11:52 +02:00
andy
76381a7b15 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-29 17:38:27 +01:00
andy
e2f2bd1ff1 ENH: Updated lagrangian/intermediate lib to use updated pdfs library 2010-03-29 17:37:10 +01:00
andy
1ac6442055 ENH: Updated dieselSpray lib to use updated pdfs library 2010-03-29 17:36:47 +01:00
andy
4ba2681dd6 ENH: Updated pdfPlot utility
- pdf updated - needs to be inside pdfs namespace
- added writeData option - write individual data/samples to file
2010-03-29 17:34:50 +01:00
andy
6f78c8a949 STYLE: Updated header comment/description 2010-03-29 17:34:18 +01:00
andy
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
Mark Olesen
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
andy
44faceb792 Merge branch 'olesenm' 2010-03-29 10:26:43 +01:00
Mark Olesen
0686bdf1e9 ENH: simplify cpp rules to avoid absolute paths and multiple GFLAGS.
- otherwise /lib/cpp may need a different library binding than
  currently available and results in this type of error:

  /usr/lib64/gcc/x86_64-suse-linux/4.4/cc1:
  /data/app/OpenFOAM/ThirdParty-1.6.x/platforms/linux64/gcc-4.3.3/lib64/libstdc++.so.6:
  version `GLIBCXX_3.4.11' not found (required by
  /usr/lib64/libppl_c.so.2)

ENH: remove unused flex++ rule for SiCortex that was identical to the
general one anyhow.
2010-03-29 10:59:35 +02:00
Mark Olesen
09970cc01a ENH: read dictionary values for kMin, epsilonMin, omegaMin on construct. 2010-03-29 10:20:58 +02:00
Mark Olesen
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
andy
cb7fd50852 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-26 16:27:11 +00:00
andy
772e1d1b4f BUG: enthalpy source term for dieselFoam solver corrected 2010-03-26 16:26:53 +00:00
Mark Olesen
cec4b184c4 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-26 16:27:09 +01:00
Mark Olesen
f1a0179d8a Merge remote branch 'OpenCFD/olesenm' into olesenm 2010-03-26 16:26:14 +01:00
mattijs
553b439f6d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-26 14:23:00 +00:00
mattijs
5c600fee85 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-26 13:40:19 +00:00
andy
fda53efc0c Merge branch 'olesenm' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev into olesenm 2010-03-26 13:40:06 +00:00
mattijs
d01adb74e3 ENH: Added tet volume check to checkMesh and snappyHexMesh 2010-03-26 13:39:51 +00:00
mattijs
c521e80c9f ENH: Added missing surfaceField types (surfaceVectorField, surfaceTensorField etc) 2010-03-26 13:38:55 +00:00
andy
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
mattijs
df56a5b192 STYLE: corrected header. 2010-03-26 13:36:53 +00:00
mattijs
d6c5d294b4 ENH: added patchID access function 2010-03-26 13:36:24 +00:00
mattijs
d981028d35 STYLE: Added to header 2010-03-26 13:35:42 +00:00
Mark Olesen
0b9e5ea11a ENH: link to general mplib* rules where possible.
ENH: generalize rule for X11

ENH: Avoid move in flex/flex++ rule.
2010-03-26 11:48:23 +01:00
Mark Olesen
46d96dc855 BUG: remove old wmake/rules/*/{dirToString,wmkdep} binaries 2010-03-25 14:42:29 +01:00
Mark Olesen
7b3ab6e75c ENH: git ignore eclipse project files 2010-03-25 13:55:11 +01:00
Mark Olesen
a8c630eb8a Merge remote branch 'OpenCFD/master' into olesenm 2010-03-25 11:18:33 +01:00
Mark Olesen
f3ab304d79 ENH: simplify compiler settings, provision for boost/CGAL 2010-03-25 10:37:44 +01:00
Mark Olesen
8fe5f7f9ee ENH: relax compiler check in foamInstallationTest (can use system gcc) 2010-03-25 08:38:04 +01:00
Mark Olesen
d1313bfda7 COMP: use current CGAL rules from cvm branch 2010-03-24 15:30:35 +01:00
Mark Olesen
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
Mark Olesen
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
Mark Olesen
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
Mark Olesen
f1d03a3802 ENH: cleanup shell scripts, BUG: unclosed 'if' in inlineReplace 2010-03-23 14:05:51 +01:00
Mark Olesen
56a5650f5e ENH: in cshrc - prevent local variables from shadowing setenv variables 2010-03-23 11:42:28 +01:00
mattijs
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
mattijs
f65fe3244a BUG: foamEtcFile cannot use 'case' inside $( ) construct.
Reverted to using additional variable.
2010-03-22 17:33:56 +00:00
mattijs
a3d4eb5664 BUG: Resolved (my own) conflict. 2010-03-22 17:10:42 +00:00
mattijs
5d93fbe16d ENH: Removed parmetis. Use ptscotch instead. 2010-03-22 16:48:48 +00:00
mattijs
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
mattijs
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
mattijs
536087b59f ENH: Have dummy directory on LD_LIBRARY_PATH 2010-03-22 15:36:50 +00:00
Mark Olesen
fe083ad9f1 ENH: Update qt information in README 2010-03-22 15:04:29 +01:00
Mark Olesen
9d42286a22 ENH: add missing operator/ for 'one' class 2010-03-22 15:04:06 +01:00
Mark Olesen
2f594171b3 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-22 13:23:18 +01:00
mattijs
fb613a88c5 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-22 10:32:43 +00:00
mattijs
09a986a89a STYLE: Remove unused static variable 2010-03-22 10:32:13 +00:00
mattijs
6680ddcfee ENH: Reuse existing zones. 2010-03-22 10:31:37 +00:00