6217691b4d
ENH: csv reading for interpolationTable and writing for sampledSet
2011-04-26 19:25:00 +01:00
ffb0a2df21
TY: dates
2011-04-21 10:31:06 +01:00
8768ef62a3
ENH: Adding patchProbes to named Patch and Qr and Qe to fvDOM
2011-04-21 10:29:43 +01:00
f70593a8ff
Renamed simpleSRFFoam -> SRFSimpleFoam and simpleWindFoam -> windSimpleFoam
2011-04-19 23:23:49 +01:00
804b801458
COMP: sampling/Make/options: missing dependency
2011-04-18 10:07:15 +01:00
8736c509e0
COMP: sampling/Make/options: remove conversion lib
2011-04-15 17:25:36 +01:00
b09a19e026
ENH: sampledPatch: patchSet instead of single patch
2011-04-05 20:54:18 +01:00
7c34b443e0
BUG: sampledSurfaces: cleared out volPointInterpolation & pointMesh.
2011-03-24 21:18:56 +00:00
8f351e2776
ENH: Only read set and surface sampling fields if specified
2011-03-17 10:33:16 +00:00
4e1d711858
BUG: Problem with list combine gather for multiprocessor run
2011-03-02 16:17:50 +00:00
f182b725da
STYLE: use 'static const' instead of 'const static' for consistency
2011-03-01 15:21:30 +01:00
7b0790c260
STYLE: remove function comments in C file - confuses doxgen
2011-02-24 17:32:02 +00:00
7c530ff455
ENH: Further updates to lagrangian sampling
2011-02-24 17:23:06 +00:00
af115c5d01
ENH: Updated utilities using lagrangian classes
2011-02-24 16:47:54 +00:00
1e4d26429b
Merge remote branch 'OpenCFD/master' into olesenm
2011-02-14 09:47:49 +01:00
c3cb632c24
Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs
2011-02-08 18:22:00 +00:00
67a2effece
Doxygen: Updated lists in member documentation to conform to Doxygen limitations
2011-02-08 12:28:13 +00:00
1a03d43b57
STYLE: remove comments referring to '<root>' or '<root> <case>'
2011-02-01 18:50:19 +01:00
faac56c1de
ENH: ensight binary surface output, formatOptions in sampleDict
...
- For example,
// optionally define extra controls for the output formats
formatOptions
{
ensight
{
format binary;
}
}
These are passed to the writer that support a dictionary of options.
Otherwise the normal null constructor is used.
2011-01-28 19:20:22 +01:00
0be6ba87fc
ENH: add perNode field writing to ensight/part/ensightPart*
...
- simplify the ensightSurfaceWriter accordingly
2011-01-28 18:26:14 +01:00
f0f5ba7c72
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-27 11:22:14 +01:00
c891e7065a
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-26 16:45:22 +01:00
0498967cc6
ENH: only use point/face/mesh references where needed in ensightPart*
...
- add points/faces constructor to ensightPartFaces with optional
contiguousPoints flag.
- Remove the now redundantensightPartNonMeshFaces class.
2011-01-26 13:45:17 +01:00
51df389de6
ENH: rework surface writers as non-templated classes
...
- easier (more logical) when adding a new writer
ENH: add surface field writer for 'starcd' format
- creates *.usr files, which can be read in proSTAR with the 'getuser'
command, but which can also be parsed directly since the format is
extremely primitive
2011-01-26 13:36:37 +01:00
e1fd499c30
ENH: sampledTriSurfaceMesh : only sample non-coupled faces
2011-01-26 12:15:46 +00:00
b9daa7b265
ENH: sampledTriSurfaceMesh : allow boundary-value sampling
2011-01-21 14:48:18 +00:00
0c6789e539
STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead
2011-01-20 13:46:02 +00:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
399e160efb
COMP: avoid ambiguous construct from tmp
2010-12-21 11:54:14 +01:00
881b3dafa2
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
applications/utilities/surface/surfaceCheck/surfaceCheck.C
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C
NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
51798abad4
COMP: avoid ambiguous construct from tmp - sampling
2010-12-17 17:13:30 +01:00
9224daad7b
COMP: add 'this->' qualifier to find methods in base case
2010-12-17 15:39:50 +01:00
85bae17943
STYLE: add formatting of NamedEnum template arguments
2010-12-17 14:36:13 +01:00
a964515708
BUG: sampledSet : force calculation of min-tet-decomposition before tracking
2010-12-08 12:04:38 +00:00
da109eed31
ENH: sampledSet, sampledSurface : remove default value for interpolation scheme and writer
2010-12-08 11:51:45 +00:00
71fd105821
BUG: patchProbes : split off nearInfo
2010-12-08 11:49:00 +00:00
4002bacc52
BUG: sampledSet : handling empty sets
2010-12-07 21:28:27 +00:00
a8ae8af7d5
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-07 16:46:29 +00:00
650403c2dd
ENH: directMapped : added patchInternalField sampledSurface
2010-12-07 16:45:58 +00:00
fc3f2ba871
Merge branch 'master-copy'
2010-12-07 15:47:59 +00:00
069117eb85
ENH: patchProbes additions. Test probes at patches
2010-12-07 15:47:07 +00:00
a00ec1562a
Merge remote branch 'OpenCFD/master' into olesenm
2010-12-07 15:20:19 +01:00
68408e6851
ENH: near-wall sampling : new 'patchInternalField' sampledSurface, new 'nearWallFields' functionObject
2010-12-07 11:07:23 +00:00
6ab8e5a75e
BUG: sampledPatch : triangulate=true did not map patchFaceLabels
2010-12-07 09:30:05 +00:00
f367ee2ece
ENH: add 'flip()' in-place method to edge, face, triFace
2010-12-07 08:58:31 +01:00
0d662c74c6
STYLE: use triSurface::FaceType where triangle or region information
...
not required
2010-11-26 20:39:46 +01:00
22b85e36e6
BUG: sampledSurface : clear out underlying storage
2010-11-25 12:20:47 +00:00
7364bc2c4c
ENH: ensightSurfaceWriter : rewrite to use conversion library.
2010-11-23 12:06:12 +00:00