Commit Graph

5668 Commits

Author SHA1 Message Date
2a37f5b11c ENH: allow single-character 't' and 'f' aliases for bool/Switch 2010-09-14 11:42:25 +02:00
0f57f4ec8a STYLE: move bin/doxyFilt -> bin/tools/doxyFilter
- normally only for doxygen generation, not needed in the path
2010-08-11 11:03:43 +02:00
c39a936538 STYLE: remove unused include in porousZone 2010-08-10 09:21:46 +02:00
420ac3b5d0 ENH: skip checks in pre-commit hook when no files have changed
- this usage can correspond to a 'git commit --amend'
2010-08-10 08:39:13 +02:00
e564a9810f ENH: add IO support for PackedList, PackedBoolList 2010-08-09 17:27:09 +02:00
dc237f20a8 ENH: merge polyPatchID and ZoneID together into DynamicID 2010-08-05 14:47:49 +02:00
2d93b5c202 ENH: add findIndex/Indices to polyBoundaryMesh, align polyPatchID, ZoneID with keyType syntax 2010-08-04 17:01:43 +02:00
1866a2b0fd ENH: improve speed/flexibility of pre-commit-hook
- only search indexed files (BUGFIX)
- search for long-lines is faster when regex is anchored
- use git grep logic instead of sed logic where possible

- add support for running the hook manually as well.
  For example,
      bin/tools/pre-commit-hook  applications/test src/OpenFOAM/db

- add some feedback to pre-commit hook:
  The hook can be really slow, at least let people know that something
  is happening
2010-08-05 10:30:32 +02:00
fef1613ed9 ENH: add bin/tool/find-trailingwhitespace 2010-08-03 17:37:14 +02:00
b89a3dc2c0 ENH: add keyType::null and wordRe::null, add match method to string classes
- provides a more uniform interface to string list operations etc

STYLE: more complete docs for keyType
2010-08-04 10:35:16 +02:00
692aa4abba ENH: adjust sampling to handle keyType zone specification 2010-08-04 15:16:03 +02:00
991d856017 ENH: add Xfer<> construction for indexedOctree components
- in preparation for using PackedBoolList
2010-08-04 11:18:22 +02:00
aa6b918bca ENH: add ZoneMesh::inZone method that returns a PackedBoolList
- useful for generating combined zones. Eg,

      cellZone combined
      (
          "combinedZone",
          czm.inZone(key).used(),
          ZoneI,
          *this
      );
2010-08-06 17:03:15 +02:00
e12581bffc ENH: Add PackedBoolList class (previously just a typedef)
ENH: adjust internal storage of PackedList to ensure that all unused
     internal storage elements are guaranteed to always be bit-wise
     zero. This makes the PackedBoolList implementation easier, and
     also greatly eases much of the book-keeping.
     Bits are now also zeroed on PackedList::clear()

Note: in PackedList, require packing at least 2 items otherwise it is
     more efficient to use a normal list.
2010-07-28 14:50:17 +02:00
c91b71b521 ENH: Added support for DimensionedField<Type, volMesh> to reconstructPar 2010-08-06 13:20:46 +01:00
fc39e54f70 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-08-06 12:09:19 +01:00
02cd5c05da STYLE: code clean-up/restructure 2010-08-06 12:09:06 +01:00
f243736c78 ENH: Added 'noChemistrySolver' option/class 2010-08-06 12:08:24 +01:00
195dd9fa54 ENH: Removed unused 'scale' member data from ode 2010-08-06 12:07:52 +01:00
16e5a28085 ENH: refineMesh : add region option. 2010-08-05 17:08:54 +01:00
7bcdbfc33a ENH: do not print boundinb box for zero-sized patches 2010-08-05 15:21:34 +01:00
19b90937f9 ENH: (andy as mattijs) header file clean-up 2010-08-03 14:39:42 +01:00
ae30b33e19 STYLE: code clean-up and dummy git push for mattijs 2010-08-03 14:17:56 +01:00
9e7cb86097 ENH: proper restart for maxWellU bc 2010-08-03 14:07:16 +01:00
67e82750f3 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-08-02 15:19:40 +01:00
1c8fd73a79 ENH: Updates to ODEChemistryModel.[CH] 2010-08-02 15:19:37 +01:00
37a06ac9a7 ENH: Include .H file, allows out of library derivation. 2010-07-30 17:30:40 +01:00
28345247a7 STYLE: Fixing code style requirements for more files - those not
picked up by a copyright change.
2010-07-29 11:28:44 +01:00
f26b8c1cc7 STYLE: 80 char lines. 2010-07-28 16:42:53 +01:00
4d870512a6 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-28 14:05:18 +01:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
6986a95c3a COMP: moved files 2010-07-28 12:49:22 +01:00
9c5ecc1a90 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-27 18:11:37 +01:00
dd488c26c2 BUG: corrected path to setHotRoom util for heat transfer tuts 2010-07-27 18:11:25 +01:00
3839768ac8 Merge branch 'olesenm' 2010-07-27 16:44:02 +01:00
f2793ffd51 ENH: allow #directive lines to exceed the 80-col line length limit 2010-07-27 17:01:41 +02:00
49a853116a STYLE: copyright and 80 char line fixes. 2010-07-27 15:45:43 +01:00
012494fdb5 STYLE: Fixing code style requirements for all apps.
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
ba66d36bfd ENH: rateOfChange function for interpolationTable.
Creates linear slope only from low and high elements around the sample
value, so rate will be discontinuous.  Would be better with higher
order gradient calculation.
2010-07-27 12:55:01 +01:00
3ee05530e8 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-27 12:24:42 +01:00
67136c25ee STYLE: Remove tabs. 2010-07-27 12:24:27 +01:00
d2d8b813be STYLE: checkGeometry.C 80char line length 2010-07-27 10:33:33 +01:00
2bcb20d6a7 COMP: lagrangian/intermediate : missing dependencies 2010-07-27 10:32:04 +01:00
27b2f7ad94 ENH: Particle: allow hitPatch to move particle to different face, different patchId. 2010-07-27 10:31:20 +01:00
fbaea3c9be ENH: findRefCell : allow findRefCell based on different field (think p and p_rgh) 2010-07-27 10:29:30 +01:00
a7dd675209 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-26 15:40:02 +01:00
12837a67d5 ENH: add ZoneMesh::findIndices() method
STYLE: use findIndices instead of findAll for coordinateSystems
2010-07-26 13:18:59 +02:00
0b9ff0aa53 ENH: add trailing commas to proSTAR *.inp to cope with STARCCM+ read bug 2010-07-26 13:18:54 +02:00
7a2bf62805 Merge branch 'master' of ssh://10.0.0.4/home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	debian/changelog
2010-07-26 12:05:28 +01:00
b18931b91d Merge branch 'master' of ssh://10.0.0.4/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-26 12:03:19 +01:00