Commit Graph

4275 Commits

Author SHA1 Message Date
henry
de0897cd66 Added "./" to makeParaView and makeQt. 2009-11-25 13:50:39 +00:00
Mark Olesen
b2d7439b86 Lists get first() and last() member functions
- this builds on Mattijs' commit 968f0bbd57 but with a first()
  as well.

- Added both to FixedList, IndirectList, UIndirectList and *PtrList and
  since they can certainly be useful there. Did not add to BiIndirectList,
  since I'm not sure what it should mean there. Did not add to PackedList,
  since it's not clear how useful they'd be yet in these contexts (and I'm
  not sure how it would interact with the iterator proxy implementation).

- Note: STL defines front() and back() for these methods.
2009-11-25 14:47:48 +01:00
henry
06eb5b7477 Added preliminary version of the rhoSimplecFoam code and tutorial case.
This currently only runs in serial, parallelisation is worked on.
2009-11-25 11:59:19 +00:00
Mark Olesen
1c6dd6de70 removed Paraview2 support from paraFoam
- mention PV3blockMeshReader in the README as well
2009-11-25 12:33:00 +01:00
Mark Olesen
9157364a4b Merge commit 'OpenCFD/master' into olesenm 2009-11-25 12:29:31 +01:00
Mark Olesen
b3cdac4baf remove unused (and duplicate) Tuple.H in applications/utilities/mesh/advanced/modifyMesh/ 2009-11-25 12:07:03 +01:00
henry
33947e732e Corrected instructions for cshrc. 2009-11-25 10:09:14 +00:00
andy
a3cb1246d2 typo 2009-11-24 16:12:04 +00:00
andy
d5765f2237 removed paraview 2 set-up scripts 2009-11-24 14:58:49 +00:00
andy
407d047f07 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-24 14:45:05 +00:00
andy
75bb4275ac minor coding tweaks 2009-11-24 14:39:17 +00:00
andy
428327f3e6 added comments 2009-11-24 14:36:20 +00:00
andy
e126099dc1 removed redundant logic 2009-11-24 14:29:41 +00:00
andy
bfc0926c8b updated to enable alternative builds if env variables set externally 2009-11-24 13:07:12 +00:00
andy
95b2a4d39b re-design to use RASModel 2009-11-24 13:05:01 +00:00
henry
c3d4f8990a Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-24 11:00:58 +00:00
henry
15bc2dd10b Added printCoeffs as requested. Note that the coeffs will now be printed twice by
models derived from Smagorinsky.
2009-11-24 11:00:52 +00:00
Mark Olesen
55c04d307e finally commited pending (cosmetic) code cleanup for blockMesh/curvedEdges
- slightly better code isolation, dropped unneed variables, changed
  vector -> point in the appropriate places

- the spline stuff is still horribly broken.
  Needs a complete rewrite or needs to get chucked.
2009-11-24 00:34:37 +01:00
Mark Olesen
81891675ea Commit Paraview enhancements - quit working on sets/zones frills
- Include Sets/Zones now scans immediately to refresh the list of available
  mesh parts. Unfortunately, this also causes the object panel to be
  modified, even although the selection doesn't acutally need to change.
  This seems to be due to how the pqNamedWidgets are getting the information
  from the proxy properties. I can't figure if it's possible to acheive what
  I want, but we can probably live with the current implementation.

  After IncludeZones, simply us 'Reset' to undo the spurious GUI changes.
  Works fine - just looks a bit silly.

- Added 'Refresh' button to rescan for new times/fields.  Good for
  post-processing ongoing calculations without exiting the reader.

- Added 'Skip Zero Time' checkbox: many (some) calculations have
  data missing at time=0 (eg, rho, lagrangian, etc). This provides
  a convenient way to skip over this time.

- Future?:
  We could probably pick up favourite default values for these switches from
  ~OpenFOAM/controlDict, from a case system/paraview, or simply by making
  the casename.OpenFOAM also be an OpenFOAM dictionary with the settings.
2009-11-24 00:09:07 +01:00
andy
e83a5c271e re-structuring 2009-11-23 18:31:41 +00:00
graham
908c61688a Adding mapper argument BCs that store p0_ point field in
fvMotionSolver/pointPatchFields
2009-11-23 17:29:59 +00:00
andy
d6a5a3299e new function object: timeActivatedFileUpdate 2009-11-23 17:18:24 +00:00
andy
e0cbe97409 cosmetics 2009-11-23 17:17:35 +00:00
mattijs
f83866357e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-23 12:55:24 +00:00
mattijs
968f0bbd57 added last() member function 2009-11-23 12:55:20 +00:00
mattijs
5bb620de10 scheduled or non-blocking polyMesh initialisation 2009-11-23 12:44:46 +00:00
henry
af3c1a7766 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-23 12:19:58 +00:00
henry
85152a2d5e Added faceCentres().
Removed blank lines between template specification and function definition.
2009-11-23 12:19:52 +00:00
henry
7cd4adc59d Minor reordering. 2009-11-23 12:18:21 +00:00
Mark Olesen
87300f124e Merge commit 'OpenCFD/master' into olesenm 2009-11-23 12:03:10 +01:00
Mark Olesen
534b7dca70 dimensionSet enhancement
- added asText() method to assist people with remembering what the
  dimensions are in English

- minor short-circuit optimizations in dimensionless() and operator==
2009-11-23 11:58:19 +01:00
mattijs
de97ff23b9 calculate sizes also when running non-parallel 2009-11-22 17:42:52 +00:00
mattijs
f0ddc03279 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-21 10:54:47 +00:00
mattijs
e226745a87 nonblocking transfer of particles 2009-11-21 10:54:02 +00:00
mattijs
d0e866f2ca synchronise flipping on coupled boundaries 2009-11-21 10:53:36 +00:00
mattijs
a4cfc67f46 allow on-the-fly construction for e.g. having hundreds of cutting planes 2009-11-21 10:52:54 +00:00
mattijs
79ffe06758 support for mpich 2009-11-21 10:51:49 +00:00
mattijs
7b917838ce sizes not returned 2009-11-21 10:50:55 +00:00
mattijs
dd3dc96199 new pointMesh construction 2009-11-21 10:49:15 +00:00
graham
e06171fea4 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-20 14:09:25 +00:00
Mark Olesen
2c52705cf7 move reconstructPar 'guts' to src/parallel/reconstruct
- in preparation for adding an optional '-reconstruct' to a few utilities
  re-use as -lreconstruct library

- move related stuff there too
      src/decompositionMethods/decompositionMethods
      -> src/parallel/decompositionMethods

- added missing namespace qualifiers
2009-11-20 14:37:56 +01:00
henry
0f2af4200a Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-20 12:40:21 +00:00
henry
35c9d7bbd5 Corrected test applications. 2009-11-20 12:40:19 +00:00
graham
5f8fc6452e Revert "Adding -lrt for decomposition methods."
This reverts commit a213537563.
2009-11-20 11:41:37 +00:00
graham
fabbd8bb47 Merge branch 'master' into dsmc 2009-11-20 11:31:30 +00:00
mattijs
8a37f34f17 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-19 19:37:58 +00:00
mattijs
467feeb659 changed comment 2009-11-19 19:37:49 +00:00
mattijs
004a1a8c45 added triangulate argument 2009-11-19 19:37:23 +00:00
mattijs
dcc53875f7 removed processorWeights 2009-11-19 19:37:07 +00:00
Mark Olesen
d6e4c1a9a2 Merge commit 'OpenCFD/master' into olesenm 2009-11-19 15:13:37 +01:00