Commit Graph

131 Commits

Author SHA1 Message Date
95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
  'XX.size() <= 0' or for simpler coding.
  It also has the same number of characters as '!XX.size()' and /might/ be
  more readable

- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
  when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
3c2e85bac9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-08 20:19:11 +00:00
fcdcf55610 Added support for "pFinal". 2009-01-08 20:05:46 +00:00
b1ca8f48e4 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-05 22:18:33 +00:00
04d26c8e38 Corrected dimensions of kappa. 2009-01-05 22:17:20 +00:00
c5b38a7232 update copyrights for 2009 2008-12-31 19:01:56 +01:00
cdd2266467 Merge commit 'OpenCFD/master' into olesenm
Conflicts:

	src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
	src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
1d450fbe11 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2008-12-30 22:00:52 +00:00
22393b4262 new bc 2008-12-30 22:00:17 +00:00
468668d0be muf -> muEff for consistency 2008-12-19 14:48:54 +00:00
c5c622e1ab adding pFinal 2008-12-19 14:45:28 +00:00
9596677119 labelled muf - grad(muf) used, so can now manipulate in fvSolution etc 2008-12-19 14:03:49 +00:00
393e4d232e added explicit call to UEqn.relax() 2008-12-19 14:01:00 +00:00
dbe5e08213 minor mods:
- added pdFinal option
    - labelled muf - grad(muf) used, so can now manipulate in fvSolution etc
    - added absolute/relative around the calculation of divU
2008-12-19 13:59:05 +00:00
9663072b5f Removed ddtPhiCorr. 2008-12-12 15:06:04 +00:00
c7a0f553ef include file position 2008-12-11 18:54:43 +00:00
fd7ec69cc3 Added documentation to PDRFoam. 2008-12-11 12:05:56 +00:00
7f22e3104a Added correctPhi to compressibleInterDyMFoam. 2008-12-11 12:05:21 +00:00
7c326218a8 Local Macros for Doxygen 2008-12-01 10:32:53 +00:00
75e7defd60 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2008-11-27 16:58:35 +00:00
21117b467b PDRkEpsilon.H Documentation 2008-11-27 16:54:30 +00:00
c98e404f45 Corrected HPMPI case. 2008-11-27 16:46:06 +00:00
747db59c3a basic.H
XiModel.H
SCOPELaminarFlameSpeed.H
basicXiSubXiEq.H
basicXiSubG.H
Doxyfile (include PATH to OpenCFD Macros)
doxyFilt (include class documentation in /src)
2008-11-27 11:22:08 +00:00
47d0a28d7d Updated utilities to use the new turbulenceModels paths. 2008-11-23 16:17:05 +00:00
381b1e8c9f Updated compressible applications to use the new turbulenceModel base-class where appropriate
(transient solvers) and corrected paths to the new location of the turbulence models.
2008-11-23 15:01:53 +00:00
0479165024 Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 20:33:06 +00:00
326b86ec2d Added generic turbulenceModel base class to incompressible turbulence models. 2008-11-20 17:07:17 +00:00
95b8a978ff Correction to the PDR drag model. 2008-11-20 16:53:14 +00:00
99e8bf7516 volPointInterpolation, pointMesh now MeshObject 2008-10-21 15:02:04 +01:00
4e2027c1f9 Added optional UEqn relaxation. 2008-10-12 11:43:35 +01:00
69c567167d intel compiler messages 2008-10-07 18:02:50 +01:00
81f08283f4 Added momentum equation relaxation to allow forcing diagonal-dominance. 2008-10-07 10:07:43 +01:00
8d142532a2 Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-24 17:05:36 +01:00
aacc33e946 removing spurious link to malloc 2008-09-24 13:43:13 +01:00
f73739c79e modified remaining Allwmake scripts to run from anywhere 2008-09-19 14:47:06 +02:00
ae0581dfcb use dictionary::lookupOrDefault to simplify some code 2008-09-19 13:12:32 +02:00
00c9e2774d Calculate p from pd. 2008-09-16 15:20:24 +01:00
538ad4482f Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-12 11:18:42 +01:00
7993ea55d5 Moved gradP.raw to the "uniform" sub-directory. 2008-09-11 15:32:32 +01:00
5b80d5d23e added comment 2008-09-09 12:34:24 +01:00
44a19bc903 built into user area 2008-09-09 12:34:11 +01:00
ffe9308432 Minor updates. 2008-09-03 08:34:04 +01:00
15bade148d Yet more updates to the transonic formulation. 2008-08-26 18:20:20 +01:00
1c06d18571 New Lagrangian application. 2008-08-26 11:44:42 +01:00
a4bf18bfc6 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-08-25 11:18:19 +01:00
e612b8e4da Corrected the transonic formulation. 2008-08-25 11:18:13 +01:00
c2b09b20a6 built into FOAM_USER_APPBIN 2008-08-19 13:47:45 +01:00
4386ef3d07 typo in comment 2008-08-19 13:47:10 +01:00
83d9e20f74 Removed reference to PISO sub-dict. 2008-08-15 11:30:24 +01:00