Commit Graph

2324 Commits

Author SHA1 Message Date
5b88f8e38f Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-02 16:13:05 +00:00
ad7e2ffaee BUG: Correct map distribution for QrNbr 2011-03-02 16:12:35 +00:00
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
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
630592fb17 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-02 11:48:42 +00:00
c9098c1b1b BUG: Distribute QrNbr was missing 2011-03-02 11:16:28 +00:00
b2de414a99 ENH: Updated steadyReactingParcelFoam -> LTSReactingParcelFoam 2011-03-02 11:00:13 +00:00
cb38e02622 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-01 18:04:55 +00:00
63ecc03d76 STYLE: snappyHexMeshDict: updated comment 2011-03-01 18:02:51 +00:00
e4f00d6b83 Revert "STYLE: surfaceCoarsen: remove orhpaned files"
This reverts commit 98f269edaf.
2011-03-01 15:00:38 +00:00
f182b725da STYLE: use 'static const' instead of 'const static' for consistency 2011-03-01 15:21:30 +01:00
e3c4a02b8c COMP: removed extrudeModel and MGridGenGAMGAgglomeration from foamDebugSwitches 2011-02-25 17:21:42 +00:00
7e7b75be36 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-25 16:44:39 +00:00
fd3dc4681b Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-24 17:23:56 +00:00
af115c5d01 ENH: Updated utilities using lagrangian classes 2011-02-24 16:47:54 +00:00
98f269edaf STYLE: surfaceCoarsen: remove orhpaned files 2011-02-24 10:45:01 +00:00
4aafea74a9 COMP: removed calcEntry bits missed in b4dae1a5ab 2011-02-24 11:35:24 +01:00
67fc6a171a ENH: use stringOps::expandDict when processing codeStream input 2011-02-23 14:22:14 +01:00
31f6d9ba5e ENH: add stringOps::expandDict 2011-02-23 13:38:57 +01:00
71d21f6de4 ENH: implement stringOps - trim, trimRight, inplaceTrim, inplaceTrimRight 2011-02-23 10:13:10 +01:00
abde400dd5 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	bin/foamCleanPath
2011-02-22 19:24:31 +01:00
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
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
1d3a93554b Add conversion to scalar for SP 2011-02-21 22:50:17 +00:00
79bb78c667 STY: copyright year fixing 2011-02-21 17:28:55 +00:00
c5676efd94 STY: fixing bad streams 2011-02-21 17:25:51 +00:00
4cad47d0a0 Merge branch 'master' into pairPatchAgglomeration
Conflicts:
	applications/solvers/lagrangian/steadyReactingParcelFoam/pEqn.H
2011-02-21 17:20:43 +00:00
1ca7097ad6 BUG: non-orthogonal correction corrected in pEq 2011-02-21 16:54:28 +00:00
3c43471021 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-21 13:11:57 +01:00
9353af41b3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-21 10:45:39 +00:00
3dc6bb4ecd BUG: Corrected non-ortho correction in pEqn 2011-02-21 10:45:33 +00:00
afa8c88822 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-21 09:14:07 +01:00
6cf70a7d52 Removed all components relating to the unsupported error estimation code 2011-02-19 18:16:59 +00:00
6590b211e9 COMP: remove regExp dependency from polyBoundaryMesh 2011-02-18 18:21:11 +01:00
7692304dba Merge remote branch 'OpenCFD/master' into olesenm 2011-02-18 18:19:46 +01:00
fe9fc5e51d COMP: remove regExp dependency from polyBoundaryMesh 2011-02-18 17:52:42 +01:00
c9c445c5d5 STYLE: Remove tabs and .zip file. 2011-02-18 16:28:13 +00:00
e820c30b60 Merge branch 'master' into pairPatchAgglomeration 2011-02-18 15:33:09 +00:00
7261334dc8 STY: changing map distribute 2011-02-18 14:23:08 +00:00
ecf13f23c4 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-16 17:24:21 +00:00
de564957bc COMP: tecio : move out of thirdparty 2011-02-16 13:44:26 +00:00
7f7cbddd01 COMP: adjustments to compile with clang 2011-02-16 14:42:35 +01:00
20ec599400 COMP: removed combustionModels lib - not built yet 2011-02-16 12:08:47 +00:00
ddffdd5627 COMP: Added OSspecifc/WM_OSTYPE include to PV3 reader CmakeLists 2011-02-16 11:32:49 +00:00
30bad1a72a COMP: removed EulerianInterfacialModels lib - not built yet 2011-02-16 11:21:50 +00:00
808ff1aa32 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-15 16:55:05 +01:00
ac7c938c95 STYLE: redistributeMeshPar : cleanup 2011-02-15 12:49:16 +00:00
0f5ec6b9bc STYLE: redistributeMeshPar : use construct-from-dictionary for fields 2011-02-15 12:26:09 +00:00
ea5da9a2e6 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-14 14:56:12 +00:00
0ad764baa5 ENH: foamDebugSwitches : added new libraries 2011-02-14 14:54:32 +00:00