Commit Graph

6030 Commits

Author SHA1 Message Date
50b157bc47 STYLE: interpolationPoint : 80char limit 2010-08-19 05:23:37 +01:00
a286d70adf Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-08-19 05:21:40 +01:00
79a12e1dd8 ENH: extrudeToRegionMesh : generate columns of 1D cells 2010-08-19 05:18:03 +01:00
b8216e22a4 COMP: makeMesh script not posix 2010-08-18 14:10:22 +01:00
4e0e3f47e2 BUG: rd is calculated using grad(U) instead of skew(U) 2010-08-17 09:32:51 +01:00
b463b944eb Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-08-16 12:23:56 +01:00
c069440944 STYLE: Removed spurious tut folders. 2010-08-12 12:55:18 +01: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
f709d24dbe ENH: updated multiphaseInterFoam damBtreak4Phase/Fine tutorials 2010-08-10 14:41:34 +01: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
ffb20f2dd7 ENH: Prandtl delta - use scalar lookup instead of dimensionedScalar 2010-08-09 14:55:12 +01:00
008fe007e5 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-08-06 16:18:31 +01:00
71c30256a4 BUG: cuttingPlane : normal comparison 2010-08-06 16:18:16 +01:00
d40df85591 ENH: interpolationPoint : interpolation from point values only (using Mean Value Coordinates) 2010-08-06 16:17:18 +01: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
5bde9ad117 BUG: MRFZoneTemplates : absoluteFlux missing rho 2010-08-06 11:22:38 +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
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