Commit Graph

2132 Commits

Author SHA1 Message Date
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
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
Henry
1d3a93554b Add conversion to scalar for SP 2011-02-21 22:50:17 +00:00
sergio
79bb78c667 STY: copyright year fixing 2011-02-21 17:28:55 +00:00
sergio
c5676efd94 STY: fixing bad streams 2011-02-21 17:25:51 +00:00
sergio
4cad47d0a0 Merge branch 'master' into pairPatchAgglomeration
Conflicts:
	applications/solvers/lagrangian/steadyReactingParcelFoam/pEqn.H
2011-02-21 17:20:43 +00:00
sergio
1ca7097ad6 BUG: non-orthogonal correction corrected in pEq 2011-02-21 16:54:28 +00:00
Mark Olesen
3c43471021 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-21 13:11:57 +01:00
andy
9353af41b3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-21 10:45:39 +00:00
andy
3dc6bb4ecd BUG: Corrected non-ortho correction in pEqn 2011-02-21 10:45:33 +00:00
Mark Olesen
afa8c88822 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-21 09:14:07 +01:00
Henry
6cf70a7d52 Removed all components relating to the unsupported error estimation code 2011-02-19 18:16:59 +00:00
Mark Olesen
6590b211e9 COMP: remove regExp dependency from polyBoundaryMesh 2011-02-18 18:21:11 +01:00
Mark Olesen
7692304dba Merge remote branch 'OpenCFD/master' into olesenm 2011-02-18 18:19:46 +01:00
Mark Olesen
fe9fc5e51d COMP: remove regExp dependency from polyBoundaryMesh 2011-02-18 17:52:42 +01:00
graham
c9c445c5d5 STYLE: Remove tabs and .zip file. 2011-02-18 16:28:13 +00:00
sergio
e820c30b60 Merge branch 'master' into pairPatchAgglomeration 2011-02-18 15:33:09 +00:00
sergio
7261334dc8 STY: changing map distribute 2011-02-18 14:23:08 +00:00
mattijs
ecf13f23c4 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-16 17:24:21 +00:00