90d2f80aae
ENH: Deprecated channelFoam solver - can now use pimpleFoam with field sources
2012-01-31 12:23:16 +00:00
aad5c6519b
interDyMFoam: Correct the sub-cycled cell volumes used for phase volume fraction calculation
2012-01-31 11:19:01 +00:00
c6c4508217
New BC: phaseHydrostaticPressure
...
Applies a constant density hydrostatic pressure to the region of the patch for
which the specified phase is non-zero.
2012-01-30 16:05:15 +00:00
a84661c204
ENH: checkMesh: Add output for the average number of faces per cell
...
Works in parallel
2012-01-30 15:36:30 +00:00
ac40a2f68d
ENH: cvMesh:
...
- Add final version of range insert. This is faster than inserting points one
by one.
- Add a crude method to guess if an edge location that is near to another is
on a different edge and should be added. See the baffle case as an example
of where this is needed. Code is in nearFeatureEdge()
2012-01-26 17:33:54 +00:00
9c8e2fa709
ENH: Updated use of field sources in simple/pimple solvers
2012-01-26 16:23:34 +00:00
2890f30897
ENH: solidWallHeatFlux: new postprocessing application for solids
2012-01-25 18:06:28 +00:00
1c3ce0518d
ENH: basicThermo: have runtime selection table
2012-01-25 17:45:18 +00:00
26f463487f
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-25 15:32:48 +00:00
40f4146ce2
ENH: patchAverage,patchIntegrate: generalise
2012-01-25 15:32:30 +00:00
71e623d558
ENH: creatPatch: added message when requested (new) patch already exists
2012-01-25 10:54:05 +00:00
6dd1d80c18
STYLE: Minor code clean-up
2012-01-25 10:36:43 +00:00
50ddfebf38
ENH: Added -dict option to createPatch utility
2012-01-25 10:03:03 +00:00
040f333f63
ENH: Added -overwrite option to mergeMeshes utility
2012-01-25 09:50:08 +00:00
a98aecf98f
BUG: cvMesh: Average plane C and plane D normals for the mitre point pair
2012-01-24 12:51:35 +00:00
83d81b7441
ENH: cvMesh: Dynamic tree added for surface points.
...
Now there is a search for the surface points to check whether they are close
to any other surface point. If they are, reject the point unless the angle
between the normals of the surfaces are around 180 degrees, which means that
the points are close but on opposite surfaces (i.e. there is a small gap).
2012-01-24 12:48:38 +00:00
4289ae94db
ENH: Add dynamicIndexedOctree to cvMesh
2012-02-03 14:21:17 +00:00
56fccbfbad
BUG: Corrected sprayFoam species evolution - mantis #394
2012-01-24 10:48:16 +00:00
3d84a30178
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-20 13:04:51 +00:00
24084582b4
ENH: Adding updates to Ensight converter (Mark Olesen)
2012-01-20 13:04:44 +00:00
f659614ac1
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetOverlapVolume.H
2012-01-19 16:34:43 +00:00
0b1bcbb753
Remove non-ASCII characters
2012-01-19 16:27:23 +00:00
486da88fb9
BUG: Corrected mesh movement in sprayEngineFoam solver
2012-01-19 14:19:36 +00:00
a7e19a9632
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-18 10:23:54 +00:00
f8468a0686
BUG: Corrected -dict option for extrudeToRegionMesh utility
2012-01-18 10:23:45 +00:00
36419e5eff
ENH: Change List<> to DynamicList<> in point insertion.
...
Was a massive bottleneck
Also changed surface conformation to use findAllNearestEdges
2012-01-17 16:21:04 +00:00
34e088b228
ENH: Add findAllNearestEdges to conformationSurfaces (calls extendedFeatureEdgeMesh)
2012-01-17 16:19:33 +00:00
69ec8b054d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-17 10:38:04 +00:00
9030833a49
COMP: porousSimpleFoam: Make/options for fieldSources
2012-01-16 16:41:56 +00:00
01f61f62bf
ENH: treeDataEdge: Improved overlap accuracy of box and sphere.
...
Overlap of an edge with a boundBox is now evaluated using boundbox.intersect
2012-01-16 16:09:18 +00:00
d92a8c556b
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-01-16 15:59:58 +00:00
515374726f
STYLE: date
2012-01-16 15:50:47 +00:00
e2cc8830d4
ENH: tetrahedron: move slicing with plane. Removed tetPointRef.H
2012-01-16 15:48:15 +00:00
cb308ce790
ENH: Add sphere overlap function to treeDataEdge and a test.
2012-01-16 09:33:10 +00:00
c618e6a9d3
BUG: cvMesh: added tolerance for deciding whether vectors are parallel.
...
There was a bug in feature point handling. normals that were effectively
parallel were not being picked up as being parallel, so a tolerance
has been added as a static const.
2012-01-13 12:11:22 +00:00
6a6986b4ce
BUG: createBaffles.C: converting coupled faces into baffles
2012-01-13 11:58:27 +00:00
674abd8ecd
ENH: cvMesh: Add vectorTools functions, a test folder and update cvMesh
2012-01-12 16:03:48 +00:00
d0cc8a85f5
BUG: Corrected renumberMethods path (options file) for renumberMesh utility
2012-01-12 09:08:01 +00:00
6f3027e221
ENH: cvMesh: edge point triplets now inserted according to surface pairs
...
The addition of edge points now takes into account all surface point
pairs associated with the internal point that generates them.
2012-01-11 14:07:35 +00:00
154eea4496
BUG: mantis #157 : swapUp/swapDown changed when considering first/last element
2012-01-11 09:48:45 +00:00
f719c0df82
BUG: porousSolid T Ew modifications and lookup of T instead of the
...
thermo
2012-01-10 18:07:54 +00:00
011b804baa
ENH: Adding fieldSources to Allwmake
2012-01-10 16:22:49 +00:00
e4e42a9f87
Merge branch 'master' into fieldSourcesLib
2012-01-10 15:49:07 +00:00
e1462229c0
ENH: Changing chtMultiRegionFoam tutorial entries
2012-01-10 15:47:47 +00:00
df878f084a
ENH: Modified chtMultiRegionFoam including porous media and
...
secondary regions loops
2012-01-10 15:46:38 +00:00
698ceefed1
ENH: Adding fieldSources lib to solvers usiing sources
2012-01-10 15:34:42 +00:00
866e7371d4
ENH: cvMesh: improved surface conformation point pair placement
...
Surface conformation points are now not ust projected from oen point onto the
nearest surface, but projected onto any surface which the dual cell of the
Delaunay vertex cuts through.
2012-01-09 09:06:59 +00:00
e0824b9692
BUG: objToVTK: Do not print vertex normal header in vtk if none are in the obj
2012-01-05 17:45:46 +00:00
62b1b53fff
ENH: cvMesh: Replace std::list with List where possible.
...
CGAL algorithms such as incident_faces take a list and an output iterator as
arguments. They require the list to have push_back defined. Some std::lists
remain where this is the case.
2012-01-05 15:32:00 +00:00
8ce75feb7a
BUG: List constructor now uses deref op instead of operator()()- mantis #219
2012-01-05 12:21:31 +00:00