Commit Graph

292 Commits

Author SHA1 Message Date
ac00f974e6 drop ununsed nUsedFaces parameter from polyMesh::resetPrimitives(xfer<..)
- use xfer form for calls to resetPrimitives
2008-10-24 12:25:27 +02:00
2bb928ec8f checked in surfMesh library code
- keyedSurface is similar to triSurface, but uses faces
  - meshedSurface is sorted in regions and should be more memory efficient
  - surfMesh is the placeholder name for an OpenFOAM native surface format
2008-10-23 16:29:36 +02:00
99e8bf7516 volPointInterpolation, pointMesh now MeshObject 2008-10-21 15:02:04 +01:00
10e8b73275 merge Mark's branch 2008-10-16 12:47:25 +01:00
7c24deb529 missing include 2008-10-14 17:21:47 +01:00
d8c44047bf point merging 2008-10-14 17:05:21 +01:00
e8843a35b5 foamToEnsightParts: add -noMesh option 2008-10-14 18:00:33 +02:00
56296e89c1 foamToEnsightParts: added -index option, streamlined IOobject usage, fixed typo 2008-10-14 15:29:30 +02:00
682c247e00 gcc 4.2.1 compiler warning 2008-10-13 09:33:36 +01:00
7a77e7ad3e Merge commit 'OpenCFD/master' into olesenm 2008-10-09 16:13:41 +02:00
d6bad4c556 new dictionary feature 2008-10-09 09:45:31 +01:00
12bec33d04 translation vector on cyclicPolyPatch; adapted createPatch 2008-10-08 11:42:23 +01:00
3feae1f3f6 extraneous copy 2008-10-08 11:41:38 +01:00
9891d37172 parallel postChannel 2008-10-08 07:55:07 +01:00
0bbc8fd2c4 parallel checkMesh 2008-10-07 18:24:56 +01:00
28696e51ab Use LIB_SRC instead of FOAM_SRC in Make/options files 2008-10-07 09:18:18 +02:00
0f579e4073 wildcards in dictionaries 2008-10-02 17:28:33 +01:00
bac9f1e1b7 wildcards in dictionaries 2008-10-02 17:28:17 +01:00
ce41e4596d sample consistent with tutorial 2008-10-02 08:43:32 +01:00
83d33e425a Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-01 12:13:55 +01:00
cc0dbb0549 adding -fields option 2008-09-30 15:57:55 +01:00
b722041fff Corrected reading of "LESProperties". 2008-09-28 22:46:33 +01:00
0dc639e90a switch off functionObjects 2008-09-28 19:27:04 +01:00
8d142532a2 Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-24 17:05:36 +01:00
b76714f202 Merge branch 'olesenm' 2008-09-24 15:40:08 +01:00
8e4c7fb2c3 Corrected output of patch area. 2008-09-24 11:10:45 +01:00
9774bf2d0d updaing to include compressible case 2008-09-23 15:13:53 +01:00
f73739c79e modified remaining Allwmake scripts to run from anywhere 2008-09-19 14:47:06 +02:00
c4c0f54fc6 dynamicList change 2008-09-17 11:53:14 +01:00
a105eaf3ac printing 2008-09-15 12:15:22 +01:00
7fbcce1596 new app to apply wall function BCs for incompressible RAS calcs 2008-09-12 11:58:07 +01:00
481f4730da Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-10 16:52:35 +01:00
7b4e30d80a Updated the writePatchField function. 2008-09-10 16:52:14 +01:00
b1ddfaddd4 no space after block code 2008-09-10 13:58:02 +01:00
764cfa2ffe consistent numbering with postChannel tutorial 2008-09-10 13:57:48 +01:00
b53fba494a smaller extents 2008-09-09 17:09:54 +01:00
4773de4695 \r handling 2008-09-04 21:49:11 +01:00
24fcef879d empty surface fields 2008-09-03 10:55:04 +01:00
212a70a17b boundbox intersect renaming 2008-08-28 15:50:11 +01:00
7fa60e67a5 added argument 2008-08-19 14:00:10 +01:00
0f4dc98c0d moving global setting back to the top of the reader GUI 2008-08-15 11:41:51 +01:00
4c42474779 resolving conflict 2008-08-15 11:39:06 +01:00
2117bf62b7 Merge branch 'olesenm' 2008-08-15 11:15:16 +01:00
120e32a58d Decided upon the format case{region}.OpenFOAM for denoting regions (paraview)
Pro: Good delimitation. Good visual distinction. No confusion with normal
       cases, since '{}' characters are excluded by !word::valid()
  Con: Possible quoting issues when creating directly instead of via paraFoam,
       but seemed to work fine with bash TAB completion.
2008-08-10 16:54:55 +02:00
7be206a5f3 Be pickier about only running certain scripts from the cwd 2008-08-09 18:50:27 +02:00
9427a34c2a PV3FoamReader gets (single) mesh region handling
- handling multiple regions require multiple readers
  - a region is currently recognized by the file name, anything after the
    '=' delimiter (eg, "case=region.OpenFOAM") is used to determine the
    mesh region, but might be changed in the future
    eg, 'case%region', 'case^region', 'case~region', 'case{region}' ...

Note:
  - Having a separate reader for each region instead attempting to handle
    all the mesh regions in a single reader is the better solution.
    It is not only simpler, but allows distinct field selections for
    each region
Todo:
  - Haven't a test for Lagrangian and multi-regions.
2008-08-08 23:23:06 +02:00
a99632d441 cht tutorial tidy up
- remove inappropriate fields from the regions
    (only important or useful for post-processing)
  - Allclean script had missed some files
2008-08-08 22:38:25 +02:00
e4bb4fc0f0 incorrect call of removeCells 2008-08-08 10:59:29 +01:00
a75fe38a1d Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-08-07 16:18:15 +01:00
37297583d0 new utility - like autoPatch but for surfaces 2008-08-07 16:18:06 +01:00