d79237597e
STYLE: Fixing code style requirements for all src.
2010-07-28 13:31:46 +01: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
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
eb1bd8bd20
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2010-07-21 13:01:21 +01:00
3b7afb3ffb
STYLE: add some comments to pre-commit-hook, unclutter some syntax
2010-07-21 13:50:20 +02:00
a76dd34d47
Adjust bin/tools/pre-commit-hook to avoid triggering pre-receive hook
2010-07-21 13:34:46 +02:00
cd28a4fbb4
Merge remote branch 'OpenCFD/master' into olesenm
2010-07-21 13:05:09 +02:00
b2d6ae091b
ENH: made Andy's pre-receive hook into a pre-commit hook
...
- allows fixes before trying to push
2010-07-21 12:58:43 +02:00
c7bc9216d4
ENH: indexedOctree : renamed find to findInside, changed findIndices to return reference.
2010-07-21 11:18:50 +01:00
7faf359bc1
COMP: adding -traditional-cpp to CPP variable.
2010-07-21 10:58:53 +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
7186f05242
COMP: missing include files.
2010-07-20 22:17:31 +01:00
47a63dc90e
ENH: indexedOctree: added find-inside query.
...
Adapted meshSearch and sampledTriSurfaceMesh to use it.
2010-07-20 22:15:45 +01:00
a2995ae0e5
ENH: decomposePar : allow -constant to override controlDict setting
2010-07-20 18:52:34 +01:00
10d9c8a174
BUG: wedgePolyPatch : did not like getting constructed with 0 faces (done by createPatch)
2010-07-15 15:03:23 +01:00
4a31516441
STYLE: update copyriht year.
2010-07-15 13:06:40 +01:00
f6670f8dec
COMP: Make/options added indirect libs for Solaris linker.
2010-07-15 09:38:52 +01:00
f38ad5e44d
BUG: renumberMesh : writing XXXProcAddressing
2010-07-15 09:27:05 +01:00
8197dd3ce5
ENH: plane : added dictionary writing
2010-07-15 09:26:37 +01:00
c05ac8062d
BUG: fileMonitor : did not handle combined messages
2010-07-15 09:25:31 +01:00
c1b9a67af9
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-07-13 21:45:16 +01:00
e3e52ee2df
ENH: blockMeshTopology: added error checking on boundary syntax
2010-07-13 21:44:34 +01:00
fd21176ab5
Merge branch 'master' of ssh://10.0.0.4/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-07-12 18:14:05 +01:00
065bf825b8
COMP: debian/ assume version 170 so we can reuse files
2010-07-12 18:13:53 +01:00
48696bdb45
ENH: silently remove leading ~OpenFOAM/ in bin/foamEtcFile
...
- makes it easier to cut-and-paste from dictionary contents that use
the Foam::findEtcFile expansion
2010-07-12 11:48:24 +02:00