Commit Graph

5128 Commits

Author SHA1 Message Date
mattijs
edeb20c856 ENH: Added faceZones support. Reverted back to using scheduled comms
(less memory)
2010-03-04 13:47:09 +00:00
mattijs
1a87cd16fb ENH: Add averaging to all iso-surface based sampledSurfaces.
The optional 'average' switch causes use of the average-of-pointvalues
instead of the original volField.
2010-03-04 13:45:44 +00:00
Mark Olesen
89615f708e ENH: respect face orientation when decomposing polyhedra.
ENH: use face::trianglesQuads() method for PV3FoamReader as well.
- this avoids missing faces (and weird cells) in the decomposed polyhedra.
2010-03-04 11:20:20 +01:00
Mark Olesen
5726d59f63 STYLE: improved usage information for wmake 2010-03-04 09:37:50 +01:00
mattijs
fcc442e359 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-03 15:11:16 +00:00
mattijs
af32ffeaad ENH: Implement gradient coupled temperature bc as fixedGradient instead of fixedValue. 2010-03-03 14:59:39 +00:00
mattijs
60a1898399 STYLE: Fixed creation date 2010-03-03 14:59:02 +00:00
Mark Olesen
1fe4264f3f ENH: add foamNewCase script
Create a new case from a template for particular applications
2010-03-03 10:49:12 +01:00
henry
5c9aa7f4d2 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-03 09:30:18 +00:00
henry
62c2f4d1bb Corrected header formatting. 2010-03-03 09:30:11 +00:00
Mark Olesen
2073dcf9d7 STYLE: move source templates from bin/templates/ to etc/codeTemplates/ 2010-03-03 09:19:23 +01:00
mattijs
67f6d98288 BUG: build order not correct for reconstruct library to be built. 2010-03-02 12:16:01 +00:00
mattijs
fd6003d9a3 BUG: findBox needed treeBoundBox, not boundBox 2010-03-02 12:15:34 +00:00
mattijs
bdab648191 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-02 09:51:53 +00:00
mattijs
de673c5ee5 ENH: Changed mixed coupled bc to use combination of zerogradient and fixedValue
Is more convergent&stable than switching.
2010-03-02 09:51:00 +00:00
mattijs
1c100735cc BUG: overwrite option does not require an argument. 2010-03-02 09:50:34 +00:00
andy
803556d761 ENH: initialised edge values to avoid compiler warning msg 2010-03-01 17:14:33 +00:00
andy
f88d85ba8a ENH: have dummy versions for thirdparty libraries
The dummyThirdParty tree builds libraries which are drop-in
(but non-functional) versions of some thirdparty libraries. This will
make it easier to ship binary versions without having to ship thirdparty packs.
2010-03-01 17:11:08 +00:00
andy
f37cfd5284 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-01 16:05:59 +00:00
andy
22ce56db17 Merge branch 'olesenm' 2010-03-01 15:55:30 +00:00
mattijs
0a2968325d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-01 15:24:00 +00:00
mattijs
5ef1bac786 ENH: Have new WM_MPLIB message passing library : SYSTEMOPENMPI
It uses mpicc to find out where the installed libraries are.
2010-03-01 15:23:00 +00:00
mattijs
85a481906a ENH: Added new WM_MPLIB setting.
This signals that we are using the system installed openmpi version.
2010-03-01 15:14:03 +00:00
mattijs
d6de32b039 ENH: enable out-of-the-box building with system scotch on Debian. 2010-03-01 14:56:02 +00:00
mattijs
45fdd0e573 ENH: use non-blocking comms 2010-03-01 14:51:54 +00:00
mattijs
27634a044e STYLE: Add help to command-line arguments 2010-03-01 14:50:41 +00:00
mattijs
22ac629da5 BUG: Detect derived-from-wall boundary conditions 2010-03-01 14:49:47 +00:00
Mark Olesen
8c6a5dde5c BUG: match order of symmTensor tuples to match the paraview pqScalarBarRepresentation 2010-03-01 14:21:20 +01:00
Mark Olesen
7c70919cfe BUG: apps/ensight/cshrc had bad CEI_ARCH for 32bit version
ENH: upgrade to env. variable to ensight9 (current version)
2010-03-01 11:01:09 +01:00
graham
12c6dc3cba ENH: conformalVoronoiMesh. Making collapse to edge and point respect
the fact that some points are on the boundary.

When there is more than one boundary point on the face, it is
arbitrarily picking one, which can distort the surface.  Need to give
information about which points are features and decide how to
arbitrate when multiple boundary or feature points are seeking to be
collapsed together.
2010-02-26 20:20:35 +00:00
graham
fd41ce151f BUG: conformalVoronoiMesh. Possibility of two Delaunay vertices being
closer than SMALL when a pointFile is read (and perhaps other
situations).  When this is detected, deleting one or both of the points.

Also adding a check that both Delaunay vertices are internal before
looking at them in pointToBeRetained, otherwise there is a risk of a
seg-fault or undefined behaviour.
2010-02-26 19:11:09 +00:00
graham
d739901701 ENH: conformalVoronoiMesh. Not filtering faces when writing mesh out
to a timestep.  Passing an instance to the writeMesh functions rather
than a bool.

Adding infrastructure to record and use the fact that some dual
vertices are on the surface, so when points are merged and faces are
collapsed, the boundary points are preferred.
2010-02-26 16:25:07 +00:00
graham
378b557cd3 BUG: cellSizeFunction. Bad logic for triggering warning for bothSides
default whern surface does not support volumeType.

BUG: conformalVoronoiMesh.  Making test "totalHits >= hitLimit" rather than
"totalHits = hitLimit" to be strictly consistent and always trigger
the iteration termination message.
2010-02-26 16:11:30 +00:00
andy
a3ae26c472 STYLE: added definition of strain rate to viscosity model header 2010-02-25 18:39:35 +00:00
Mark Olesen
f2f2f60cf5 STYLE: remove unused cruft from flex-based lexers 2010-02-25 16:18:34 +01:00
graham
0eea2bab54 ENH: conformalVoronoiMesh. Reading surface conformation parameters
from dictionary and using from controls object.
2010-02-24 19:20:58 +00:00
Mark Olesen
9352e17eed BUG: fix incorrect node order for VTK_WEDGE in paraview3 reader
This appears to be a long-standing bug!?, since it was also in the
paraview-2 reader.
2010-02-24 16:41:21 +01:00
graham
74a6a8a876 Merge branch 'master' into cvm 2010-02-24 14:30:59 +00:00
Mark Olesen
f319ddfa61 ENH: begin initial coding for using upcoming vtkPolyhedron 2010-02-24 15:24:32 +01:00
graham
536e2fd413 BUG: fvMotionSolver/pointPatchFields which store p0, the initial
position of patch points.  Adding autoMap and rmap functions to
correctly handle p0 on decomposition and reconstruction.
2010-02-24 14:14:08 +00:00
graham
bf877c0e56 BUG: triSurfaceTools::surfaceSide. When the sample is essentially on
the surface and not on an edge or point, do not check that the line
between the sample and the nearest point is parallel to the normal.
2010-02-23 17:23:06 +00:00
graham
c0ba0228e3 STYLE: conformalVoronoiMesh. Rearranging indentation and spacing. 2010-02-23 16:28:04 +00:00
graham
2122b0854e ENH: conformalVoronoiMesh. Reading timeChecks Switch from dictionary. 2010-02-23 13:47:27 +00:00
mattijs
3844f850e9 Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2010-02-23 11:36:14 +00:00
mattijs
b73b4d8708 BUG: csh setenv syntax 2010-02-23 11:35:59 +00:00
graham
6f6d5dd39e ENH/BUG: featureEdgeMesh/conformalVoronoiMesh.
No longer reading or writing edgeDirections - calculating them on
read.

Properly initialising data in featureEdgeMesh constructor.

Fixing use of extend for treeBoundBox.

Removing writeObj from featureEdgeMesh constructor - calling
explicitly from surfaceFeatureExtract.
2010-02-23 11:25:14 +00:00
graham
cac2640b93 COMP: cvMesh. Removed mpfr and boost lib links - covered by
CGAL_LIBS.
2010-02-23 10:17:03 +00:00
graham
08488007af COMP: CGAL and boost build and environment options. 2010-02-22 16:00:54 +00:00
graham
e09a140a28 Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2010-02-22 13:59:07 +00:00
Mark Olesen
91967fb196 COMP: compiling setSet directly (without Allwmake) now works 2010-02-22 13:51:17 +01:00