b54f89ac05
PV3Reader - render after toggling show point/patch names
2009-11-03 22:13:48 +01:00
e596285b43
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-03 20:58:43 +00:00
d109f88657
Fix for viewing glyphs on a set of patches provided by Mark Olesen.
2009-11-03 20:58:41 +00:00
e3b5d373d0
PV3FoamReader bugfix - interpolated point fields had wrong names on the patches
2009-11-03 21:36:50 +01:00
151f30e779
made container constructors explicit
2009-11-03 18:09:52 +00:00
69a4c76c6e
changed help text
2009-11-03 18:08:53 +00:00
23cf5d94cd
code tidying
2009-11-03 14:33:01 +00:00
cfdb0a5ec3
wildcards for excludedPatches
2009-11-02 13:31:17 +00:00
5c98e0b652
Tecplot360 writer
2009-11-02 13:30:51 +00:00
ba1422df46
Tecplot360 writer
2009-11-02 13:30:36 +00:00
ec03076d00
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-27 09:53:25 +00:00
278e8c5030
Converted constant reference to primitive arguments to constant primitive arguments.
2009-10-26 22:45:21 +00:00
c9a2f4923e
templated uniformInterpolationTable
2009-10-26 19:15:32 +00:00
cbe5974c26
adding tabulated U wall function BC and utility to generate tables
2009-10-26 18:54:10 +00:00
122f3c466f
extraneous reduce on noFailedChecks
2009-10-23 18:35:26 +01:00
83cee1cb68
First useful Qt modifications to the PV3blockMeshReader, PV3FoamReader
...
- Show Point Numbers as is_internal="1" and hook directly into a QT-checkbox
and thus bypass modifying the reader state.
- Same for Cache Mesh and Show Patch Names
2009-10-23 00:33:42 +02:00
19359869f4
use degToRad
2009-10-22 13:05:26 +01:00
9120e00a59
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-22 11:59:45 +01:00
c3eac7b801
Merge branch 'master' into dsmc
...
Conflicts:
src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloudI.H
Fixed - old cacheDeltaT in conflict.
2009-10-21 16:39:20 +01:00
e9cdaf6106
Merge branch 'master' into dsmc
2009-10-21 14:12:36 +01:00
d6a278f2b2
Introduced the new file unitConversion.H to hold degToRad, radToDeg
...
and other unit conversion functions as they are required e.g. slug <-> kg.
2009-10-21 10:55:00 +01:00
10dd3ea2a4
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-20 22:15:23 +01:00
32e2edb94b
degrees to radians conversion
2009-10-20 22:15:18 +01:00
3c788010fb
Merge commit 'bundle/olesenm' into home
2009-10-19 19:47:45 +02:00
ffc9d0d97b
find/replace pi/180.0 -> degToRad() and 180.0/pi -> radToDeg()
...
- note left utilities/mesh/advanced/collapseEdges/collapseEdges.C as-is.
It looks suspicious, but the change was recent, so maybe it means something
2009-10-19 13:53:25 +02:00
61ad54ec03
skip group type 7 (nodes) as output by salome
2009-10-18 21:14:15 +01:00
1ef88a2aef
blockMesh reader fix, start refactoring of PV3Readers
...
- apply scaleFactor (eg, mm->m) in PV3 reader - this looks better when
overlaying with other objects
- stop segfault when paraview exits without deleting readers first
2009-10-18 17:50:41 +02:00
c57262c2a0
Cleanup/fixup paraview readers
...
- remove patch/point text labels upon deletion
- combined client/server plugin instead of separate .so files
first experiment with adding panel decorations
- directory reorganization
2009-10-18 16:23:41 +02:00
a8f7488e0f
Merge branch 'olesenm'
2009-10-13 12:39:35 +01:00
51ebdc5e80
Merge branch 'master' into dsmc
2009-10-11 11:16:56 +01:00
e9da288118
Reverted the Americanism "math" back to the original "mathematical" and reverted name of
...
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
2009-10-10 22:58:58 +01:00
84be998ebc
Merge commit 'OpenCFD/master' into olesenm
2009-10-08 12:07:04 +02:00
5e852915f5
Merge commit 'bundle/home' into olesenm
...
Conflicts:
src/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H
src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H
src/mesh/blockMesh/blockMesh/blockMeshMerge.C
src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H
2009-10-08 12:03:35 +02:00
e003b5207a
PV3blockMeshReader - added display of curvedEdges
2009-10-07 22:42:41 +02:00
da62572187
ParaView reader for blockMesh
...
- first version. Only uses simple hex shapes for the blocks.
2009-10-05 23:36:08 +02:00
b0f31c4b05
PV3FoamReader - cosmetic changes
2009-10-05 23:21:42 +02:00
2dcd867f47
blockMesh improvements
...
- expose point field throughout
- make output less verbose, but can switch on/off with verbose() static method
2009-10-05 22:53:22 +02:00
1194af6a8a
added foamListTimes utility
...
- can be used to query available time directories
- useful, for example, with a shell script
2009-10-05 09:14:14 +02:00
f6ec4dee46
added -constant
2009-10-01 19:34:53 +01:00
1ea20c864e
overwrite to write to original instance
2009-09-30 15:23:57 +01:00
c3519f5b4a
patch decomposition through mapping
2009-09-29 22:53:17 +01:00
6b439e6392
fix writing to 0/ instead of constant
2009-09-29 20:28:48 +01:00
7e0a4d8eb8
foamToEnsightParts: cosmetic changes
2009-09-25 13:39:22 +02:00
7e985f898e
added remove command
2009-09-24 23:48:19 +01:00
fad330d3f2
added zoneSets
2009-09-24 18:51:17 +01:00
72cacc9588
added zoneSets
2009-09-24 18:39:04 +01:00
65ca8a8b99
Merge branch 'master' into dsmc
2009-09-24 09:55:56 +01:00
ad5d10b817
Merge commit 'OpenCFD/master' into olesenm
2009-09-23 09:14:28 +02:00
1c8ad89145
added cellZonesOnly option which does not use walk
2009-09-22 15:26:40 +01:00
da8198a487
added region option
2009-09-22 15:26:19 +01:00