Mark Olesen
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
Mark Olesen
d17d015f88
Use new last() method for List-type classes
...
- use first() method in some places as well where it helps clarity
- there are a few remaining cases: git grep 'size()-1]'
2009-11-26 13:35:57 +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
Mark Olesen
87300f124e
Merge commit 'OpenCFD/master' into olesenm
2009-11-23 12:03:10 +01: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
graham
fabbd8bb47
Merge branch 'master' into dsmc
2009-11-20 11:31:30 +00:00
andy
efb0d93a0c
removed ParaView 2 reader module
2009-11-19 10:48:28 +00:00
henry
b93d762e5a
Correction to the ordering of nsided and nfaced elements provided by
...
Francesco Del Citto.
2009-11-16 15:24:48 +00:00
andy
cf9b9bff17
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-12 13:29:10 +00:00
graham
0870e22400
Merge branch 'master' into dsmc
2009-11-11 13:24:48 +00:00
Mark Olesen
ebe39c4ea4
Merge commit 'OpenCFD/master' into olesenm
2009-11-04 08:56:20 +01:00
Mark Olesen
53a9208d9f
Merge commit 'bundle/home' into olesenm
...
Conflicts:
src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.C
src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H
tutorials/incompressible/simpleFoam/airFoil2D/Allclean
tutorials/multiphase/settlingFoam/ras/tank3D/Allclean
2009-11-04 08:54:34 +01:00
Mark Olesen
b54f89ac05
PV3Reader - render after toggling show point/patch names
2009-11-03 22:13:48 +01:00
henry
e596285b43
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-03 20:58:43 +00:00
henry
d109f88657
Fix for viewing glyphs on a set of patches provided by Mark Olesen.
2009-11-03 20:58:41 +00:00
Mark Olesen
e3b5d373d0
PV3FoamReader bugfix - interpolated point fields had wrong names on the patches
2009-11-03 21:36:50 +01:00
andy
23cf5d94cd
code tidying
2009-11-03 14:33:01 +00:00
mattijs
cfdb0a5ec3
wildcards for excludedPatches
2009-11-02 13:31:17 +00:00
mattijs
5c98e0b652
Tecplot360 writer
2009-11-02 13:30:51 +00:00
mattijs
ba1422df46
Tecplot360 writer
2009-11-02 13:30:36 +00:00
henry
278e8c5030
Converted constant reference to primitive arguments to constant primitive arguments.
2009-10-26 22:45:21 +00:00
Mark Olesen
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
graham
e9cdaf6106
Merge branch 'master' into dsmc
2009-10-21 14:12:36 +01:00
Mark Olesen
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
Mark Olesen
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
graham
51ebdc5e80
Merge branch 'master' into dsmc
2009-10-11 11:16:56 +01:00
Mark Olesen
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
Mark Olesen
e003b5207a
PV3blockMeshReader - added display of curvedEdges
2009-10-07 22:42:41 +02:00
Mark Olesen
da62572187
ParaView reader for blockMesh
...
- first version. Only uses simple hex shapes for the blocks.
2009-10-05 23:36:08 +02:00
Mark Olesen
b0f31c4b05
PV3FoamReader - cosmetic changes
2009-10-05 23:21:42 +02:00
Mark Olesen
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
Mark Olesen
7e0a4d8eb8
foamToEnsightParts: cosmetic changes
2009-09-25 13:39:22 +02:00
graham
65ca8a8b99
Merge branch 'master' into dsmc
2009-09-24 09:55:56 +01:00
mattijs
da8198a487
added region option
2009-09-22 15:26:19 +01:00
mattijs
791b5aaeaa
replacing isType with isA to enable directMappedWall to work
2009-09-15 17:51:59 +01:00
andy
e829004a71
bugfix: use ptf.name() on point fields
2009-09-10 16:02:35 +01:00
graham
e10bb9589e
Merge master, fixing conflicts
2009-09-07 12:23:13 +01:00
henry
0e782b6021
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-09-01 10:44:48 +01:00
henry
0d33a7eb46
Corrected conversion of tensor fields of all types.
2009-09-01 10:44:37 +01:00
andy
8a8e302999
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-08-26 18:31:31 +01:00
andy
7eb4019877
improved pdfPlot utility
2009-08-25 17:57:06 +01:00
mattijs
3b57660542
added genericFvPatchFields
2009-08-25 17:41:40 +01:00
mattijs
3355c8d9eb
initial streamlines functionobject
2009-08-25 12:35:48 +01:00
mattijs
e7b3ede72e
multiple line writing; vtk output
2009-08-24 17:41:20 +01:00
graham
d781ca0602
Merge branch 'master' into dsmc
2009-08-19 09:53:17 +01:00
mattijs
333dff7885
use of tensor::XX instead of symmTensor::XX
2009-08-13 12:14:05 +01:00
Mark Olesen
60549b30f5
ensightFoamReader - updated README* and global_extern*h from ensight-82
...
- still using the same version of the reader API (2.03)
- this seems to solve strange issues with genericPatchField symbols,
but it still doesn't get the reader module working.
- added in the release information (the build string)
2009-08-06 14:53:40 +02:00
henry
d4864d9b6e
Moved the "generic" BCs into a separate library and included it only in those utilities
...
which need this functionality. Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
henry
268574393a
Removed orphaned files.
2009-08-04 10:12:25 +01:00
andy
96f23c2796
Updated wall function boundary types for utils
2009-08-03 11:44:14 +01:00
graham
9d1fc15616
Merge branch 'master' into dsmc
2009-07-29 14:16:27 +01:00
andy
930477f0f1
updating verion dev->1.6
2009-07-24 17:49:15 +01:00
henry
816f6b3488
Updated the headers.
2009-07-24 17:01:31 +01:00
andy
9ff255962f
added feedback in the case that no valid nut/mut BCs are identified
2009-07-24 12:07:50 +01:00
mattijs
5cda312edc
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-23 13:08:30 +01:00
mattijs
76b25b20e7
update comment
2009-07-23 12:57:38 +01:00
andy
c1993c92fa
Merge branch 'olesenm'
2009-07-23 12:42:52 +01:00
andy
d7f3143a91
Revert "bugfix for extra RASModel::yPlus() parameters"
...
This reverts commit 82e59fa112
.
2009-07-23 12:37:12 +01:00
andy
7acb2904f3
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-07-23 12:05:45 +01:00
andy
1a1abf3544
updated yPlusRAS utility
2009-07-23 12:02:36 +01:00
andy
711ef82589
updated yPlusRAS utility
2009-07-22 17:54:47 +01:00
Chris Greenshields
1bfa912781
Modified more Description entries in utilities for documenting purposes
2009-07-22 15:51:53 +01:00
Mark Olesen
82e59fa112
bugfix for extra RASModel::yPlus() parameters
2009-07-22 12:54:24 +02:00
Mark Olesen
5692a06a32
fixed up sloppy Allwclean files
2009-07-22 12:39:20 +02:00
Mark Olesen
bda95a48fd
Export new environment variable FOAM_CASENAME
...
- contains the name part of the FOAM_CASE environment variable
2009-07-22 11:30:03 +02:00
andy
e5c36daef8
using fieldname as label for point field data instead of volPointInterpolate(X)
2009-07-17 18:06:33 +01:00
graham
9321f7e1e5
Adding pressure field measurement, internal and surface.
2009-07-15 15:28:04 +01:00
andy
d8145ab608
cosmetics/coding style updates
2009-07-13 14:38:56 +01:00
andy
51d68d011a
adding example dictionary for particleTracks
2009-07-13 14:37:36 +01:00
henry
37b0fe0ade
Corrections to get the tutorial test loop to run cleanly.
2009-07-09 23:28:54 +01:00
mattijs
92311ec76d
cloud rereading
2009-07-07 17:36:32 +01:00
mattijs
7ebe502845
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Added softlinks for:
tutorials/mesh/snappyHexMesh/iglooWithFridges
tutorials/mesh/snappyHexMesh/motorBike
2009-07-07 16:02:52 +01:00
mattijs
6acfd6a3ae
execute bit set
2009-07-07 15:48:04 +01:00
henry
218b2baec4
Changed SP and DP to WM_SP and WM_DP.
2009-07-03 11:46:45 +01:00
andy
8d70babf13
adding time and region options
2009-06-23 15:19:51 +01:00
andy
cc6fe463cd
updated since origProc and origId are now stored on the particle
2009-06-22 18:19:55 +01:00
andy
6a9dfcdc82
merge of thermo branch into master
2009-06-19 13:21:55 +01:00
graham
864e56d1df
Merge branch 'master' into dsmc
2009-06-18 15:19:32 +01:00
graham
edcf49af67
More modified copyright years
2009-06-17 14:59:34 +01:00
andy
7d73dd3171
updates for new thermo and general code tidying
2009-06-15 15:36:57 +01:00
andy
9af9f9c478
merging master into local branch
2009-06-11 17:29:19 +01:00
andy
dee5c153ca
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-11 17:24:51 +01:00
andy
1ebc1c1ad4
Merge branch 'FT'
2009-06-11 17:10:58 +01:00
andy
42c240b97e
cosmetics/code-tidying
2009-06-11 17:09:19 +01:00
henry
4c2adfe276
Fixed!!!
2009-06-11 16:18:19 +01:00
andy
c3c36e6b16
updated name change of combustion->reaction lib
2009-06-10 19:37:52 +01:00
andy
0903bf0b3b
removed include file
2009-06-09 13:48:44 +01:00
andy
279df4d0e6
merge into master
2009-06-05 17:40:08 +01:00
andy
4e2dbe6598
added option to use time name instead of time index for file names
2009-06-02 10:41:32 +01:00
henry
46ca766a4b
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-05-29 09:33:58 +01:00
henry
47beddc1c1
Added output of the patch area magnitude and the integral over the patch area magnitude.
2009-05-29 09:33:47 +01:00
mattijs
55f5241fc8
output wallDistance
2009-05-28 18:14:38 +01:00
andy
5969f1629c
updates
2009-05-27 19:05:26 +01:00
andy
2a1236c0c2
updates
2009-05-27 16:49:58 +01:00
andy
02b6d0c661
adding new particle tracks app - needs work...
2009-05-22 17:03:49 +01:00
Mark Olesen
8edf105c45
cleanup of time handling (cosmetic changes), used timeSelector in more places
2009-05-20 15:40:30 +02:00
Mark Olesen
d1295da31f
adjust solvers and utilities to use new argList methods
...
- also drop various unused time options from src/OpenFOAM/include
2009-05-19 20:21:50 +02:00
Mark Olesen
72362de6b1
foamToEnsight* fixes and tweaks
...
foamToEnsight:
- add -noPatches option
- had incorrect part# when the internalMesh was not output
- case file is always ascii
foamToEnsightParts:
- fixed field selection bug,
no fields were selected when a single time-step was selected
2009-05-12 12:37:25 +02:00
mattijs
2d96e32b13
add region option
2009-04-25 14:46:03 +01:00
andy
fa794c981d
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-03-26 13:50:34 +00:00