Commit Graph

3936 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
7bed6626c7 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-10 16:03:54 +00:00
35eeedeaa5 Added allowFreeStandingZoneFaces flag
This determines when faceZones and cellZones are being meshed any zone faces
can only be on the boundary of the cellZone or also 'free standing'. The
latter option can be used to e.g. create free-standing baffles
(that do not separate two regions)
2009-12-10 15:31:04 +00:00
17846a6bda Removed unused include file 2009-12-10 15:27:21 +00:00
7a46fea0d0 Updates to phase change model and ethalpy coupling
- Using parcel chemical enthalpy to update cloud chemical enthalpy transfer
  instead of total parcel enthalpy.
- Added functionality to allow enthalpy transfer to be user-controlled,
  either using latent heat, or instanteous enthalpy difference
2009-12-10 15:09:18 +00:00
9016db20dc Updates and corrections for the polynomial thermo
Added missing operators, and converted polys to be molar-intensive
to enable mixing using existing molar-weighted strategy
2009-12-10 12:34:42 +00:00
a8b2b4a91c Correcting poor coding style 2009-12-10 12:30:45 +00:00
a029a59036 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-12-09 17:44:13 +00:00
9e3527b315 Added more intelligent checking for finding same intersection 2009-12-09 17:42:57 +00:00
812b8f7a94 Changed the way in which the sub-dictionaries prepend the name of the parent to
avoid accumulation of the name during copy and clone.
2009-12-09 13:35:21 +00:00
352ef55b6d Added setCapacity function to presize storage 2009-12-09 12:50:21 +00:00
5b15180100 Added setCapacity function and added pre-sizing of reverse maps 2009-12-09 12:49:41 +00:00
17121a46a3 Corrected checking of component 2009-12-09 12:49:04 +00:00
30eac79d55 argList gets addNote() static method
- output any notes in the usage
2009-12-09 10:58:32 +01:00
8d0522633e argList - surround option parameters with <>
- increase usageMin to 20 to compensate for extra <>

- look for _source.html instead of -source.html to match newer doxygen
2009-12-09 09:03:49 +01:00
00a9a51b3b Reorganised the location of the "sixDoFRigidBodyDisplacement" BC to avoid unnecessary
dependency on the libforces.so and the libraries it requires.
2009-12-08 22:36:17 +00:00
ddfd9da81f Reorganised the location of the "sixDoFRigidBodyDisplacement" BC to avoid unnecessary
dependency on the libforces.so and the libraries it requires.
2009-12-08 22:35:35 +00:00
d92ea78c11 Added the field name to the creation of "mut". 2009-12-08 15:08:22 +00:00