Commit Graph

4357 Commits

Author SHA1 Message Date
0e0ffa4082 Moved metis into its own library.
Scotch is now built using its own build system which builds
an additional metis.h which conflicts with the metis one so
to have separate include directory settings we also need separate
Make/ structures.
2010-01-04 12:55:58 +00:00
73781ad682 Added clearing out existing map; added reverse distribution 2010-01-01 11:14:21 +00:00
48b98e4dc7 Corrected header 2009-12-30 16:08:48 +00:00
3bfec62cee Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-17 15:55:21 +00:00
e8b1f746dd Disabled moving internal points since not proven to be benificial 2009-12-17 15:54:41 +00:00
b2b242a858 Allocated non-zero fvPatchField - caused memory leak since pointer redirected 2009-12-17 15:54:08 +00:00
9e11bc2d93 Merge branch 'olesenm' 2009-12-16 15:15:03 +00:00
14553e1c4d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-16 15:03:19 +00:00
7a4c03b97a Added interPhaseChangeFoam tutorial case: cavitatingBullet 2009-12-16 15:02:49 +00:00
daf1d6db3d Fixed bad usage of Foam::FatalErrorIn in chemkinLexer.L 2009-12-16 15:43:56 +01:00
e434b51914 Add namespace qualifier to WarningIn, FatalErrorIn, etc. macros.
- Previously had just 'Warning' instead of '::Foam::Warning', which
  meant that an identically named class method would inadvertently be
  used - resulting in a compile failure.
2009-12-16 08:55:04 +01:00
a5217d7be3 Merge commit 'bundle/home' into olesenm 2009-12-16 08:08:23 +01:00
cfeeea7b71 Merge commit 'OpenCFD/master' into olesenm 2009-12-16 08:03:50 +01:00
ad2204a818 Add in calcEntry as a very rough draft
- needs Coco/R 16 Dec 2009 version
2009-12-16 01:31:44 +01:00
23f5e5917a Remove unused primitiveEntry::insert() private method.
Improve constructors.

    - Use (const UList<token>&) instead of (const List<token>&)

    - Add (const Xfer< List<token> >&) constructor.
2009-12-15 17:35:21 +01:00
e325814c80 Test application for syncTools functionality 2009-12-15 16:00:47 +00:00
06aaed2a82 Changed comment 2009-12-15 15:59:28 +00:00
a41cb80316 Added unset functionality and corrected assignment 2009-12-15 15:58:54 +00:00
b877323a33 Added baffle option and corrected default setting
When faceZones are present one has to decide whether to have zone faces
only on the edge of cellZones or also freestanding.
The setting for minMedialAxisAngle was corrected since the calculation
has also been corrected.
2009-12-15 15:56:35 +00:00
409fb9aa9a Use openmpi-1.4, which was released 2009-12-08 (minor security fix).
According to the openmpi release information:
- Use GNU Libtool 2.2.6b to build Open MPI, which updates the
  embedded "libltdl" library to fix a potential security
  vulnerability. There are no other changes compared to Open MPI
  v1.3.4.

For development purposes it should thus be adequate to simply

    ( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 )

if you don't wish to recompile things.
2009-12-15 16:43:33 +01:00
fb2bd52972 Use openmpi-1.4, which was released 2009-12-08 (minor security fix).
According to the openmpi release information:
- Use GNU Libtool 2.2.6b to build Open MPI, which updates the
  embedded "libltdl" library to fix a potential security
  vulnerability. There are no other changes compared to Open MPI
  v1.3.4.

For development purposes it should thus be adequate to simply

    ( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 )

if you don't wish to recompile things.
2009-12-15 16:43:33 +01:00
268ed99a7e Fix size bug in PackedList operator=, spotted by Mattijs.
- the size_ was not being adjusted in two assignment operators:
      PackedList<nBits>::operator=(const PackedList<nBits>&)
      PackedList<nBits>::operator=(const UList<label>&)
2009-12-15 13:01:48 +01:00
2c815e5b84 Improve ITstream constructors.
- Use (const UList<token>&) instead of (const List<token>&)

- Add (const Xfer< List<token> >&) constructor.
2009-12-15 12:59:50 +01:00
96be92b395 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-15 11:38:58 +00:00
1e086391b7 Branch merge + conflict resolution 2009-12-15 11:38:23 +00:00
2760c3db5f Merge commit 'OpenCFD/master' into olesenm 2009-12-15 10:48:51 +01:00
02ef85faef Use first() and last() methods in primitiveEntry. 2009-12-15 09:37:09 +01:00
3f0b6ec830 Fix minor bug in ITstream
- The lineNumber of token::undefinedToken was being changed instead of
  just the lineNumber of the return token.

- use List::first() and List::last() methods as well
2009-12-15 09:27:27 +01:00
1b45fab97a Add minor documentation to pTraits specializations. 2009-12-15 09:03:07 +01:00
eb0c408262 Add very rudimentary output support for wide-characters. 2009-12-15 08:38:06 +01:00
2df9e0c342 Add very rudimentary output support for wide-characters. 2009-12-15 08:38:06 +01:00
c2a85fe666 Adding active flag to tutorial cloud properties files 2009-12-14 13:31:27 +00:00
34bca9ba88 Added `active' switch to clouds
Provides a clean mechanism to run the lagrangian family of solvers without
a cloud
2009-12-14 13:27:55 +00:00
94f2aac0b5 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-14 11:21:15 +00:00
5ca567d7cb Changed indentation 2009-12-14 11:20:57 +00:00
192f8ae542 Changed tecio build options to use local file 2009-12-14 11:20:22 +00:00
7c8316df70 Add peekBack() method to Istream. 2009-12-12 15:35:10 +01:00
f04cdab21d Update to compressible omegaWallFunction
Changed the evaluation of omega to be a function of both omega in the viscous
sublayer and omega in the log region
2009-12-11 17:39:49 +00:00
87f05dd72f Update to incompressible omegaWallFunction
Changed the evaluation of omega to be a function of both omega in the viscous
sublayer and omega in the log region
2009-12-11 17:26:21 +00:00
bf2865a087 Add missing low-level peek() to ISstream. 2009-12-11 17:31:15 +01:00
497ec32ed8 Add missing low-level peek() to ISstream. 2009-12-11 17:31:15 +01:00
d016db1bc6 Enhance edgeMesh to support more formats.
Read only support:

  .bdf, .nas - NASTRAN format. Handles both CBEAM and CROD as lines.
  CROD is what Hypermesh happens to output.

Write only support:

  .vtk - VTK legacy format in ASCII

Read/write support:
  .eMesh - native format, which is simply a list of points, edges
      with an additional IOobject header that lets them be moved about
      easily to use as a featureEdgeMesh.

  .inp - STAR-CD inp/cel/vrt combination
       IOobject header)

  .obj - Alias waverfront format

Radically simplify surfaceFeatureConvert by using the new edgeMesh
functionality.
2009-12-11 16:29:55 +01:00
46a455ccea Remove unused Istream methods from surfMesh classes.
Move compilation edgeMesh and surfMesh up in the list
(they are independent of triSurface).
2009-12-11 15:04:28 +01:00
6791d10570 Changed indentation 2009-12-11 11:59:28 +00:00
ce7274639d Added missing face-flipping flag 2009-12-11 11:58:12 +00:00
834e493812 Fixed missing arguments in error message 2009-12-11 11:56:04 +00:00
88e407043e Fixed typo in printing 2009-12-11 11:55:36 +00:00
9d817bfbdf Added -region option 2009-12-11 11:55:07 +00:00
9589828aa8 Added another new tutorial case for porousExplicitSourceReactingParcelFoam 2009-12-10 16:40:18 +00:00
7bed6626c7 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-10 16:03:54 +00:00