Henry
f25f3d6f07
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-07 15:46:00 +00:00
Henry
d87c1252af
PDRFoam: Updated to compile SP
2011-03-07 15:45:55 +00:00
mattijs
c2c9ab6f0b
ENH: foamToTecplot: do not build if tecio not present
2011-03-07 13:44:34 +00:00
sergio
e95597a2c5
ENH: PDRMesh
2011-03-07 13:19:37 +00:00
mattijs
8006c12405
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-07 12:55:50 +00:00
mattijs
367deb1773
Revert "COMP: tecio : move out of thirdparty"
...
This reverts commit de564957bc
.
Conflicts:
applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/examples/gridsolution/gridsolution.cpp
2011-03-07 12:51:26 +00:00
andy
e0a29f44ad
BUG: Correction after merge
2011-03-07 12:49:41 +00:00
andy
2896dcd91e
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-07 12:48:32 +00:00
andy
fa96053fc3
BUG: Added missing destructor for PDRkEpsilon
2011-03-07 12:48:26 +00:00
sergio
a9151f6abd
STY: deleting old format "New"
2011-03-07 12:47:25 +00:00
sergio
391f1ddbd9
BUG: virtual destructor
2011-03-07 12:31:10 +00:00
sergio
03ef9514b1
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-07 11:11:22 +00:00
sergio
d2c698e994
STY: Changing destructors style and MyClassNew format
2011-03-07 11:10:37 +00:00
graham
1b953f3d45
STYLE: Dates.
2011-03-07 11:01:11 +00:00
graham
54e6afef81
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-07 10:53:38 +00:00
graham
cbc4cee935
ENH: Using proper expression for accelerating frame terms.
...
No "axis" required - when considering omegaDot the concept becomes meaningless.
Centre of rotation can be specified, to avoid it needing to be the origin, and
to allow it to move.
2011-03-07 10:52:08 +00:00
sergio
1fbf80f410
STY: date correction
2011-03-04 18:27:48 +00:00
sergio
b88dd7c6c0
ENH: Updated PDRFoam
2011-03-04 18:24:15 +00:00
graham
5528940ae5
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-04 14:06:43 +00:00
graham
a9d0a6d02b
ENH: Non-inertial reference frame particle force.
2011-03-04 13:45:25 +00:00
andy
9fcd3dd216
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-03 16:15:41 +00:00
andy
5504a2a4fc
BUG: corrected pressure non-ortho loops when using correction(ddt(p))
2011-03-03 15:26:01 +00:00
Mark Olesen
97da787c69
ENH: add fileName::name(bool) for returning basename without extension
2011-03-03 13:48:04 +01:00
graham
41951c6f9f
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-03 11:19:57 +00:00
graham
b34106b6f4
ENH: Rename incompressible -> ico, using CollidingCloud.
2011-03-03 10:50:59 +00:00
Mark Olesen
2fcc1db960
Merge remote branch 'OpenCFD/master' into olesenm
2011-03-03 10:41:04 +01:00
mattijs
29dd2e5e77
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-02 16:14:12 +00:00
sergio
5b88f8e38f
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-02 16:13:05 +00:00
sergio
ad7e2ffaee
BUG: Correct map distribution for QrNbr
2011-03-02 16:12:35 +00:00
Mark Olesen
3b72fc3e38
ENH: support default values in string expansion
...
- syntax as per Bourne/Korn shell
${parameter:-defValue}
If parameter is unset or null, the \c defValue is substituted.
Otherwise, the value of parameter is substituted.
2011-03-02 14:11:30 +01:00
Mark Olesen
01ea4623f9
BUG: string expand bombed out on first unknown construct
...
- eg,
"$USER $(PWD) $USER" -> "username $(PWD) $USER"
instead of
"$USER $(PWD) $USER" -> "username $(PWD) username"
this is noticable in some dynamicCode usages
STYLE: consolidate all string expand code into stringOps
2011-03-02 13:46:15 +01:00
andy
630592fb17
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-02 11:48:42 +00:00
sergio
c9098c1b1b
BUG: Distribute QrNbr was missing
2011-03-02 11:16:28 +00:00
andy
b2de414a99
ENH: Updated steadyReactingParcelFoam -> LTSReactingParcelFoam
2011-03-02 11:00:13 +00:00
mattijs
cb38e02622
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-03-01 18:04:55 +00:00
mattijs
63ecc03d76
STYLE: snappyHexMeshDict: updated comment
2011-03-01 18:02:51 +00:00
mattijs
e4f00d6b83
Revert "STYLE: surfaceCoarsen: remove orhpaned files"
...
This reverts commit 98f269edaf
.
2011-03-01 15:00:38 +00:00
Mark Olesen
f182b725da
STYLE: use 'static const' instead of 'const static' for consistency
2011-03-01 15:21:30 +01:00
andy
e3c4a02b8c
COMP: removed extrudeModel and MGridGenGAMGAgglomeration from foamDebugSwitches
2011-02-25 17:21:42 +00:00
andy
7e7b75be36
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-25 16:44:39 +00:00
andy
fd3dc4681b
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-24 17:23:56 +00:00
andy
af115c5d01
ENH: Updated utilities using lagrangian classes
2011-02-24 16:47:54 +00:00
mattijs
98f269edaf
STYLE: surfaceCoarsen: remove orhpaned files
2011-02-24 10:45:01 +00:00
Mark Olesen
4aafea74a9
COMP: removed calcEntry bits missed in b4dae1a5ab
2011-02-24 11:35:24 +01:00
Mark Olesen
67fc6a171a
ENH: use stringOps::expandDict when processing codeStream input
2011-02-23 14:22:14 +01:00
Mark Olesen
31f6d9ba5e
ENH: add stringOps::expandDict
2011-02-23 13:38:57 +01:00
Mark Olesen
71d21f6de4
ENH: implement stringOps - trim, trimRight, inplaceTrim, inplaceTrimRight
2011-02-23 10:13:10 +01:00
Mark Olesen
abde400dd5
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
bin/foamCleanPath
2011-02-22 19:24:31 +01:00
mattijs
79939b9e18
ENH: #codeStream: preserve across preprocessing
...
- new token: token::VERBATIMSTRING
- writing of this type in primitiveEntry
- disabling of all functionEntries in entry
2011-02-22 15:29:57 +00:00
Mark Olesen
4aa279d7bc
ENH: use HashTable for mapping codeStream entries
...
- write intermediate code to _SHA1 directories
- add Test-codeStream
2011-02-22 12:34:20 +01:00