e2d12e7306
cuttingPlane : handle cutting planes that coincide with a mesh face
2008-07-28 10:30:50 +02:00
a7d1ef36e7
Merge commit 'OpenCFD/master' into olesenm
2008-07-25 18:09:01 +02:00
3cdc8ca03c
static label Time::findClosestTimeIndex(const instantList&, const scalar)
...
- avoid code duplication in vtkPV3Foam.C and checkTimeOption.H
- can also be used in Time::findClosestTime(), but didn't touch that
2008-07-25 15:37:38 +02:00
34ecc21e0f
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-25 12:46:03 +01:00
e8a706fcc5
not do points that are not to be split but are on multiple faces that are to be split
2008-07-25 12:45:53 +01:00
30512ec12d
correcting interval dumping when changing dump interval
2008-07-25 12:45:22 +01:00
9cd8339e5c
Minor tidy-up
2008-07-24 16:02:02 +01:00
6ce182a358
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-24 13:23:01 +01:00
1b9980a590
did not handle internal faces correctly
2008-07-24 13:22:32 +01:00
4f0418744d
syntax
2008-07-24 13:21:25 +01:00
5a4e09c772
Added += and -= operators.
2008-07-24 12:40:43 +01:00
2a01530fcf
Removed spurious files
2008-07-23 17:54:24 +01:00
5ad6930cc6
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-23 17:05:21 +01:00
a81fc982ba
Removed references to CGAL
2008-07-23 17:05:14 +01:00
b43378747a
Merge commit 'OpenCFD/master' into olesenm
2008-07-23 13:41:51 +02:00
b42e13583a
More cleanup on headers/source for doxygen
...
- it also found things like size_t instead of size_type in fileName class
2008-07-22 11:12:40 +02:00
85c164340e
Added IOobject::readOption to IOOutputFilter
...
- allows post-processing functions with an optional dictionary
(eg, the developer can hard-wire some defaults)
2008-07-21 16:40:05 +02:00
0473f177ad
Create unique member name for addNamed...SelectionTable
...
We can now add the same member function with different lookups
e.g. 'stl' and 'stlb'
By using leading/trailing underscores around the lookup name,
we get a unique name and avoid possible collision with other classes.
2008-07-20 15:19:07 +02:00
f75ffd7f15
cosmetics
2008-07-20 14:17:08 +02:00
a48bc8746a
use dictionary::readIfPresent wherever reasonable
2008-07-20 14:07:49 +02:00
537f11310f
baffle splitting in parallel
2008-07-18 12:59:26 +01:00
d61fd187c1
argList.C - don't emit banner with -help, -doc usage etc.
...
This makes it easier to find the usage on the screen.
Provide hint about -help if the docs cannot be found.
2008-07-18 11:41:12 +02:00
b341c45864
update docs for timeVarying bcs
2008-07-18 08:52:33 +02:00
ce66358a57
cyclic ordering fix
2008-07-17 14:15:43 +01:00
68bbd82c91
Merge branch 'molecularDynamics'
2008-07-15 10:10:06 +01:00
5e5b26edd5
update dictionary headers and FoamFile entry to 1.5 format
2008-07-14 14:50:35 +02:00
ba0de9ace0
Removed spurious polyMesh::directions() function.
2008-07-10 20:04:09 +01:00
58c73dd4f5
kappa and E now need read as scalars instead of dimensionedScalars (2)
2008-07-10 11:05:01 +01:00
c8f89b17a2
kappa and E now need read as scalars instead of dimensionedScalars
2008-07-10 11:02:49 +01:00
2dce152272
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-09 16:36:33 +01:00
6578ada113
minor formatting changes/clean-up
2008-07-09 16:36:15 +01:00
76bf16093a
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-09 16:20:01 +01:00
2491068f35
level0 determination
2008-07-09 16:07:42 +01:00
ce8d3ec960
Fix for if no level 0 cells present.
2008-07-09 15:53:25 +01:00
9a3f933288
General tidy-up
2008-07-09 15:26:16 +01:00
26ef8829cb
Merge branch 'olesenm'
2008-07-09 12:24:49 +01:00
106d1447fa
no meshed surfaces
2008-07-09 10:08:50 +01:00
9cde05b169
Merge commit 'OpenCFD/master' into olesenm
...
Resolved conflicts:
src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C
src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H
2008-07-09 09:14:18 +02:00
21f5411622
Adjusted interpolationTable for smoother merge with Henry's changes.
...
- timeVaryingUniformFixedValuePointPatchField seems to have been missed
2008-07-09 09:06:32 +02:00
15cad22d8c
split autoHexMeshDriver; updated header
2008-07-09 00:21:36 +01:00
2c8fa3b35f
typo
2008-07-09 00:19:33 +01:00
32d0a25278
Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev
2008-07-08 16:25:11 +01:00
4a68c38ec4
Added new constructor from fileName to interpolationTable and
...
removed the objectRegistry argument from the constructor from
dictionary. Now case-relative paths should be specified using
$FOAM_CASE.
2008-07-08 16:25:00 +01:00
f400fb2943
Changed property averaging report to remove r.f
2008-07-08 14:09:00 +01:00
ffe2142dee
refining without surfaces
2008-07-07 19:50:53 +01:00
76f2d62bde
mesh driver rewrite; initial distributed surfaces
2008-07-07 18:41:09 +01:00
b7bb04e81b
trisurfaceMeshes superceded by searchableSurfaces
2008-07-07 18:40:05 +01:00
c8887472f8
minor changes to interpolationTable
...
- use 'outOfBounds' dictionary keyword
- avoid fileName expansion
- removed unnecessary dictionary reference
2008-07-07 12:51:16 +02:00
d7f85054e8
minor fixup for flowRate bcs.
2008-07-07 08:49:35 +02:00
8b4e098813
Merge commit 'OpenCFD/master' into olesenm
2008-07-07 08:22:16 +02:00