1513507e94
ENH: sampling on a trisurface.
...
This directly samples on a triSurface (instead of using the isosurface of
distance=0 method)
2010-02-03 06:14:47 +00:00
992344ffac
ENH: sampling on triSurfaceMesh
...
sampledTriSurfaceMesh adds sampling on points/triangles of a triSurface(mesh).
All values outside mesh are set to 0.
2010-02-01 16:31:48 +00:00
37c4f2f375
remove empty 'Description' from various .C files
2009-12-04 14:11:33 +01:00
745d8e47d1
probes - use new HashSet::insert() method
2009-12-01 18:32:30 +01:00
d0b8aa40f0
trim trailing space in src/sampling
2009-12-01 17:56:35 +01:00
2667382644
probes - handle fields as wordReList
...
- adjust code to more closely resemble sampledSets / sampledSurfaces
2009-12-01 17:53:18 +01:00
b752ce5272
sampledSets - handle fields as wordReList
...
- adjust code to more closely resemble sampledSurfaces
2009-12-01 16:11:18 +01:00
abc8d96198
sampledSurfaces - handle fields as wordReList
...
- this allows something like this:
fields( T U "Ua.*" );
to select normal fields and all the adjoint velocity fields
2009-12-01 14:42:46 +01:00
909e6b27e4
Apply coding style recommendations:
...
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
2009-11-30 08:55:03 +01:00
fa93ce8cd7
coding style adherence
...
- markup codingStyleGuide.org examples so they actually indent correctly
- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01:00
9157364a4b
Merge commit 'OpenCFD/master' into olesenm
2009-11-25 12:29:31 +01:00
004a1a8c45
added triangulate argument
2009-11-19 19:37:23 +00:00
9fdd3fce79
Merge commit 'OpenCFD/master' into olesenm
2009-11-18 13:09:27 +01:00
5a2eff8e17
fieldname is a word; not fileName
2009-11-10 13:18:35 +00:00
3d9c822022
Added abortCalculation function object, exposed Time::stopAtControls
...
- still needs fine-tuning (testing) to see if it reacts as anticipated under
various conditions.
2009-11-06 17:18:32 +01:00
151f30e779
made container constructors explicit
2009-11-03 18:09:52 +00:00
2f8f9f2782
further updates relating to commit 278e8c5030
2009-10-27 11:09:33 +00:00
791b5aaeaa
replacing isType with isA to enable directMappedWall to work
2009-09-15 17:51:59 +01:00
3355c8d9eb
initial streamlines functionobject
2009-08-25 12:35:48 +01:00
e7b3ede72e
multiple line writing; vtk output
2009-08-24 17:41:20 +01:00
31c76da40f
Changed the runtime-selection tables to output a sorted toc.
2009-08-06 18:01:28 +01:00
816f6b3488
Updated the headers.
2009-07-24 17:01:31 +01:00
4bf0ae136c
empty handling
2009-07-21 16:51:21 +01:00
084e5aad19
rewriting empty boundary conditions
2009-07-21 13:29:39 +01:00
c3dcdcdc4a
cosmetics - code formatting
2009-07-14 13:04:30 +01:00
b1d2ecd38a
opened up function obect interface
2009-07-06 12:31:16 +01:00
2d96e32b13
add region option
2009-04-25 14:46:03 +01:00
84c8fe33ce
probing on regions
2009-03-20 16:29:23 +00:00
fa67230e18
average field not stored
2009-03-20 13:44:37 +00:00
92f97c8701
comment
2009-03-20 13:42:21 +00:00
81cce6950a
Merge commit 'OpenCFD/master' into olesenm
2009-03-18 14:49:37 +01:00
0099fc3966
unused code for averaging
2009-03-18 11:49:16 +00:00
681cd5fc30
sampling: use proxy surfaceWriter to generate obj, stl and other formats
2009-03-17 14:13:03 +01:00
d3bc5c21b1
sampling: added thresholdCellFaces, sampledThresholdCellFaces
2009-03-16 18:49:23 +01:00
ba771d1901
sampling reworking
...
- write geometry file if no fields would be sampled
- write geometry file only once for obj, stl formats and use MeshedSurfaceProxy
for writing
2009-03-16 17:37:58 +01:00
fb1e155eed
Merge commit 'OpenCFD/master' into olesenm
2009-03-16 08:28:08 +01:00
0128b2be68
UIndirectList
2009-03-12 19:25:21 +00:00
71a6424c60
iso surfaces on separated cyclics
2009-03-12 13:42:22 +00:00
e011328d99
Merge commit 'OpenCFD/master' into olesenm
2009-03-12 10:39:22 +01:00
77a80dd5e7
iso surfaces on coupled patches
2009-03-10 22:04:25 +00:00
34da731896
sampledSurface hacking proof-of-concept
...
- using 'nil' type to write geometry only, in the future we could fallback to 'null'
writer and hook in arbitrary formats from surfMesh
- IOobject gets writeEndDivider() static method
2009-03-10 13:12:00 +01:00
8e57ed53f6
Merge commit 'bundle/olesenm' into home
2009-03-09 20:32:24 +01:00
6ecdf4fc41
updated DebugSwitches, surfaceWriter
...
- added obj surfaceWriter
- don't bother with prepended field names on obj and stl surfaceWriter.
It fills the disk and suggests differences where there are none.
2009-03-09 15:37:54 +01:00
6309810e2e
surfMesh reworked
...
- treat 'ofs' IO just like any other format
- dropped BasicMeshedSurface, since MeshedSurface can now also have zero or
more zones
- UnsortedMeshedSurface is a special type of MeshedSurface with zero zones,
but with additional zoneId labels
- use MeshedSurfaceProxy for writing surfaces with points/faces/zones and
optional faceMap - provides output interface for MeshedSurface,
UnsortedMeshedSurface and surfMesh.
- simplify output to filenames only, I can't see that the Ostream
is needed anywhere
- surfMesh renaming now works, after the objectRegistry fix
2009-03-08 00:59:33 +01:00
aabf0eff4d
comment update
2009-02-26 20:59:36 +00:00
f644d9d277
handling empty
2009-02-26 09:02:13 +00:00
c8944ce200
iso surface correction
2009-02-24 13:45:57 +00:00
5a30dd1b01
iso surface
2009-02-24 12:09:17 +00:00
3c5afbfcac
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-02-18 17:08:00 +00:00
0e2f77b170
iso surface on coupled bc
2009-02-18 17:05:56 +00:00