Commit Graph

1263 Commits

Author SHA1 Message Date
mattijs
c809c1d5bd adding coefficient logging 2008-08-06 16:14:05 +01:00
mattijs
44d5e5cdbb simplification of file handling 2008-08-06 16:13:02 +01:00
mattijs
95bb8d6577 tidy up 2008-08-06 13:35:10 +01:00
henry
ad1b9d4738 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-08-06 12:54:47 +01:00
henry
6a16c52842 Added the missing defineTemplateTypeNameAndDebug(Cloud<solidParticle>, 0) 2008-08-06 12:54:39 +01:00
mattijs
49c7752ba6 extra check on illegal input 2008-08-06 10:25:37 +01:00
mattijs
75efb76033 exposed boudarry faces 2008-08-06 10:25:00 +01:00
mattijs
1b3cf9133a operator== 2008-08-06 10:24:35 +01:00
mattijs
7d9b0b103d handle marked internal faces 2008-08-06 10:24:19 +01:00
mattijs
c647881d7b remove override option since goes to constant anyway 2008-08-06 10:24:01 +01:00
andy
837bc0a249 moved global parameters back to the top of the GUI panel 2008-08-06 10:12:08 +01:00
Mark Olesen
de195bf1fd PV3FoamReader - minor changes
- remove TimeRange property from XML. Not needed for discrete time data
  - represent Lagrangian data as VTK_VERTEX for simple visualization
2008-08-05 21:41:47 +02:00
Mark Olesen
6ffd5a3358 foamToEnsightParts updated
- handle new cloud locations, got missed before the release
  - handle multiple clouds
  - more efficient checking of fields etc.
  - write case file at the end, thus we can potentially
    do something more intelligent about the time set handling
2008-08-05 20:32:23 +02:00
henry
2734e77775 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-08-05 13:22:02 +01:00
henry
d7a506c5f4 Added missing access function. 2008-08-05 13:21:52 +01:00
mattijs
e6935c5269 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-08-05 13:00:08 +01:00
Mark Olesen
a9b8a507e7 Merge commit 'OpenCFD/master' into olesenm 2008-08-04 18:24:41 +02:00
Mark Olesen
22a13ea28b PV3FoamReader - tooltips and reclaim memory if mesh caching is turned off 2008-08-04 18:23:10 +02:00
henry
f3f8ee3335 Fixed update of kappa_. 2008-08-04 16:17:49 +01:00
henry
fe4b18b053 Set the min value to 1e-8. 2008-08-04 16:05:06 +01:00
Mark Olesen
062bb36693 PV3FoamReader - code cleanup
- streamlined code somewhat, minor attempt to reclaim some memory
 - now use "mesh parts" for patches/zones/sets/etc throughout to avoid
   ambiguity with mesh regions
 - collect superCells and addPointCellLabels in a class. The old version
   actually seemed to have overwritten the addPointCellLabels with each
   cellSet/cellZone. This means that part of the pointFields would be trashed
   in the combination of polyhedral cells, cellSets/cellZones and internalMesh
 - polyDecomp information for muitiple mesh regions, but not yet exploited
 - pointFields now working for cellZones/cellSets
 - extroplating fields onto walls also works as expected for interpolated
   pointFields
 - added tooltips to reader GUI

TODO:
 - pointFields (real and interpolated) for faceSets/faceZones
2008-08-03 14:17:25 +02:00
Mark Olesen
775ef2c843 PV3FoamReader improvements
- various GUI properties are now animateable="0"
    (meaning they no longer show up on the time-line)
  - move reader switches to the bottom of the GUI
  - move Lagrangian fields above pointFields for better visibility
  - basic support for multiple clouds
  - filter fields based on selection before looping over all the geometry bits
  - mesh conversion functions now return VTK mesh types for easier handling
  - faceZones mesh conversion had points/faces allocation reversed
  - updateInfo with every call to setTime() that changes the timeIndex
    This seems to be the only way to notice Lagrangian fields
  - restore displaying patchnames that got forgotten in the last commit
  - misc reorganization
2008-08-02 16:05:22 +02:00
Mark Olesen
fa0b034338 PV3FoamReader - neater multiblocks and dual output ports
- normal mesh data on port0
  - Lagrangian data on port1
  - no fixed block numbers for dividing internalMesh, patches, zones etc.
    This helps avoid ugly gaps in the multiblock output
  - avoid segfault if Lagrangian fields are converted without positions

  TODO:
  - can we label the output ports?
  - the selection of Lagrangian data and fields is wonky.
2008-08-01 20:04:38 +02:00
mattijs
57949f8e82 status was not cleared 2008-08-01 17:56:48 +01:00
henry
3bd7010781 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-07-31 10:33:52 +01:00
henry
436b8f075d Added support for sphericalTensor and symmTensor. 2008-07-31 10:33:37 +01:00
mattijs
e9d424b7a8 removal of warning 2008-07-30 16:28:54 +01:00
mattijs
eb562dfdc6 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-07-30 16:28:43 +01:00
andy
e97b721db7 bugfix for lambda_ 2008-07-30 15:32:51 +01:00
mattijs
281591b70d non-default region handling 2008-07-30 15:19:13 +01:00
Mark Olesen
5d715694dd PV3FoamReader fixes
- added printMemory() method to aid debugging memory used
  - call UpdateInformation() if the mesh has changed
  - automatic activation of "internalMesh", "p", "U"
    is suppressed if a fvMesh is cached. Otherwise,
    appearing/disappearing volFields can cause a crash

  Note:
  The message "had to make up a selection value" that sometimes occurs
  seems to be paraview related (see paraview mailing list),
2008-07-30 15:50:30 +02:00
andy
ce111a8954 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-07-30 10:43:47 +01:00
Mark Olesen
09e48af795 Merge commit 'OpenCFD/master' into olesenm 2008-07-30 10:15:00 +02:00
mattijs
170c434997 unused file 2008-07-30 09:01:27 +01:00
mattijs
987dcb5c5c no return value 2008-07-30 09:01:09 +01:00
Mark Olesen
93b6ac2331 Merge commit 'OpenCFD/master' into olesenm 2008-07-30 09:16:22 +02:00
Mark Olesen
3f753a3eb7 Merge commit 'OpenCFD/master' into olesenm 2008-07-30 08:44:15 +02:00
mattijs
ad9e324c33 Merge commit 'origin/olesenm' 2008-07-29 23:03:54 +01:00
mattijs
700ba91ec7 changed header 2008-07-29 18:49:49 +01:00
mattijs
b4dd40f798 extraneous files 2008-07-29 18:25:43 +01:00
mattijs
d8638da06f set number of patches before changing faces 2008-07-29 11:50:18 +01:00
mattijs
6bd5df7f41 added comment for distributed running 2008-07-29 11:03:29 +01:00
Mark Olesen
c48c2a77cb Merge commit 'OpenCFD/master' into olesenm 2008-07-29 11:00:27 +02:00
henry
9aaefba2f4 Added Allclean to preserve the mesh files 2008-07-29 09:28:36 +01:00
henry
5301bf1ce7 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-07-29 08:46:33 +01:00
henry
3b59411239 Removed spurious file 2008-07-29 08:46:26 +01:00
henry
88b67a3263 New simpleFoam tutorial 2008-07-29 08:45:25 +01:00
Mark Olesen
faf3fd19b4 Merge commit 'OpenCFD/master' into olesenm 2008-07-29 09:30:18 +02:00
Mark Olesen
4b859dcce2 argList.C added Mattijs' check on distributed roots (slaves only) 2008-07-29 09:29:24 +02:00
Mark Olesen
f1d7955e45 BUGFIX - blockMeshApp should now handle paths properly 2008-07-29 09:11:11 +02:00