Commit Graph

249 Commits

Author SHA1 Message Date
99a7669440 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/primitives/functions/DataEntry/CSV/CSV.H
	src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntry.C
	src/OpenFOAM/primitives/functions/DataEntry/DataEntry/DataEntry.H
	src/OpenFOAM/primitives/functions/DataEntry/Table/TableBase.H
2012-02-03 12:44:17 +00:00
100ba9c0c4 BUG: DataEntry: corrected external, file based tables 2012-02-03 12:39:48 +00:00
1da5da2a0f BUG/ENH: Added use of engine time to cloud injection models - mantis #407 2012-02-02 18:58:17 +00:00
de7ccd8e5b tensor2D: Added specialisation for the outerProduct of Vector2D to enable outer product operation 2012-02-01 12:30:16 +00:00
ccacbadda1 OpenFOAM: avoid duplicate definitions when compiling SP 2012-01-23 10:14:05 +00:00
e2cc8830d4 ENH: tetrahedron: move slicing with plane. Removed tetPointRef.H 2012-01-16 15:48:15 +00:00
b2cb10010b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-03 18:23:16 +00:00
cfcc9f490e BUG: Corrected behaviour of DataEntry for backward compatibility 2012-01-03 18:23:06 +00:00
0970ae0bee Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-03 16:43:05 +00:00
6b148718cc Change eigenvalue ordering to be ascending value rather than ascending magnitude 2012-01-03 16:42:53 +00:00
d2561e688f Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-03 11:08:31 +00:00
4d23d3f574 STYLE: TableFile.H: fixed header comment 2012-01-03 11:08:11 +00:00
a78a46e7c2 symmTensor: Corrected symmTensor & symmTensor dot-product 2011-12-28 17:46:51 +00:00
d46303b9cb STYLE: Removed trailing spaces 2011-12-16 14:39:45 +00:00
7801d7f50f ENH: Added CompatibilityConstant DataEntry for backwards comapatibility 2011-12-16 12:10:06 +00:00
d21091c788 ENH: readSTLASCII: single precision point merging 2011-12-08 16:23:09 +00:00
8558af2cdf COMP: 64bit label changes 2011-11-28 11:10:46 +00:00
810de38afb STYLE: minor code formatting update 2011-11-23 10:19:02 +00:00
4cbd9ebc13 ENH: Added I/O to tableFile data entry 2011-11-22 15:15:57 +00:00
f69a2c7776 ENH: Changed default bounds handling to clamp 2011-11-22 15:03:31 +00:00
bdeff26fc7 BUG: corrected tableBase max-bounds check 2011-11-22 15:02:27 +00:00
e31a9da793 ENH: Added new table from file data entry 2011-11-22 14:59:09 +00:00
e9e9dcbd08 ENH: Refactored DataEntry table-types to make use of new table base class 2011-11-22 13:14:48 +00:00
1df679963e ENH: Added base class for DataEntry table-types 2011-11-22 13:14:19 +00:00
031dff6233 ENH: Removed unised #include file 2011-11-22 11:54:41 +00:00
5763b7e404 ENH: Added CSV table DataEntry 2011-11-21 17:12:59 +00:00
8b4fa16d8b ENH: Added dictionary write functionality to DataEntry 2011-11-17 18:10:42 +00:00
ef4a575788 ENH: ops.H: added min,maxMagSqrOp 2011-11-11 10:34:50 +00:00
be57805cf3 COMP: cachedRandom: use OSspecific version for random number
Fixes http://www.openfoam.com/mantisbt/view.php?id=233
2011-11-03 17:11:43 +00:00
328f44b375 ENH: OSspecific: make userName,domainName,hostName strings 2011-10-07 16:02:59 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
3ad3ad6d24 COMP: compiler warnings 2011-07-13 17:16:32 +01:00
66ce33f53e STYLE: Random: date 2011-07-04 09:52:50 +01:00
2a89555d0a COMP: Random: moved to OSspecific 2011-07-01 16:14:10 +01:00
77077a83e5 ENH: stringOps: open OStringStream with fixed precision so floating point numbers get preserved 2011-06-29 09:56:51 +01:00
29c879a612 BUG: globalPoints: handling points on 3 cyclics. Disabled globalPoints on unordered cyclic patches NOORDERING
Wallfilm uses cyclics to do transform but is not proper subdivision of space.
This conflicts with globalIndexAndTransform determining 3 independent transforms.
2011-05-27 11:51:32 +01:00
4a40859859 ENH: globalIndexAndTransform : updated debug message 2011-05-23 16:07:48 +01:00
39d597f3fd ENH: globalIndexAndTransform: added debug printing 2011-05-20 17:02:33 +01:00
8782283d62 ENH: cyclicPolyPatch: have local 'matchTolerance' entry in dictionary 2011-04-27 20:41:17 +01:00
2b24e28e78 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-13 17:23:14 +01:00
a653f2d027 BUG: wordRe: assignment from keyType not handled 2011-04-13 17:11:36 +01:00
84329ea4a0 STYLE: minor code formatting 2011-04-13 16:17:39 +01:00
2a925aeff3 ENH: support alternative values in string expansion
- syntax as per Bourne/Korn shell
      ${parameter:+altValue}

  If parameter is unset or null, nothing is substituted.
  Otherwise the \c altValue is substituted.
2011-03-18 10:12:38 +01:00
97da787c69 ENH: add fileName::name(bool) for returning basename without extension 2011-03-03 13:48:04 +01: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
0484d1b25b ENH: allow '_' prefix when reading/writing SHA1Digest
- the resulting SHA1 can be written and parsed directly
  without any ambiguities when it starts with a digit
  eg, SHA1: _024ea2fa570968069f52f55aa47ee82ac417f5f6

- provide same optional prefix functionality in conversion to string
  and in comparison with strings

- add SHA1Digest::null
2011-02-25 14:53:12 +01:00
5ab254d5b0 STYLE: drop dubious string::expand recursion
- was used for on-the-fly, but not needed anymore
2011-02-23 15:18:01 +01:00
97a15a8b06 STYLE: simplify stringOps::expand names 2011-02-23 14:42:51 +01:00
31f6d9ba5e ENH: add stringOps::expandDict 2011-02-23 13:38:57 +01:00