Commit Graph

3936 Commits

Author SHA1 Message Date
c34ed7bfcc BUG: FreeStream.C : unitialised 0 element 2010-08-19 15:43:43 +01:00
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
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
c39a936538 STYLE: remove unused include in porousZone 2010-08-10 09:21:46 +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
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
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
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
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
3839768ac8 Merge branch 'olesenm' 2010-07-27 16:44:02 +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
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
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
c978a94ba3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-23 12:08:44 +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
cd28a4fbb4 Merge remote branch 'OpenCFD/master' into olesenm 2010-07-21 13:05:09 +02:00
c7bc9216d4 ENH: indexedOctree : renamed find to findInside, changed findIndices to return reference. 2010-07-21 11:18:50 +01:00
82dec4824e ENH: support find via keyType for coordinateSystems
- findAll() method returns a labelList of all matching names
- find() method returns the index to the first matching name

  For example, use a regex to specify alternative coordinate systems
  in porousZones
  (
      "cat1?(Back|Front)*"
      {
          coordinateSystem    "(cat1|system_10)";
          porosity    0.781;
          ...
      }
  )
2010-07-21 11:11:42 +02:00
6a03ebdd24 ENH: support keyType for porousZones
- allows a regex to collect several cellZones.
  For example,
  (
      "cat1?(Back|Front)*"
      {
          coordinateSystem    system_10;
          porosity    0.781;
          ...
      }
  )
2010-07-21 10:19:03 +02:00
4e1e1c9c73 STYLE: line length 2010-07-20 22:21:38 +01:00
8dacc7bdb3 STYLE: updated date in header 2010-07-20 22:20:41 +01:00