Commit Graph

5856 Commits

Author SHA1 Message Date
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
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
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
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
9f6793b38d STYLE: debian/* : version 170 2010-07-26 12:02:35 +01:00
c978a94ba3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-23 12:08:44 +01:00
6342326212 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-23 12:07:07 +01:00
7c1ca51598 Revert "ENH: Added DOS-style line ending check to git hook"
This reverts commit 102f797016.
2010-07-23 12:06:51 +01:00
e3f20df12f ENH: checkMesh : wedge & empty checking improved
- aspect ratio and cellDeterminant do not use 3rd direction
- wedges are properly check for having opposite one
2010-07-23 12:06:42 +01:00
d5ee2e8e1f Corrected copyright date. 2010-07-23 10:56:18 +01:00
dd789fb25d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-23 10:55:08 +01:00
a3a6b890d0 dimensionedScalar cbrt: changed word "1/3" to "1|3" 2010-07-23 10:54:56 +01:00
d42448a057 Merge branch 'olesenm' 2010-07-23 10:09:16 +01:00
102f797016 ENH: Added DOS-style line ending check to git hook 2010-07-23 10:08:47 +01:00
e099012556 STYLE: use regex to avoid extra loop in pre-commit-hook 2010-07-23 09:31:18 +02:00
2a1ccb730e ENH: drop special treatment for C++ comments line length in pre-commit-hook
ENH: report line number for illegal words and for copyrights
2010-07-22 10:29:27 +02:00