0bf1587872
BUG: cell/face/pointSet should be read from facesInstance, not pointsInstance.
...
This comes up when displaying sets on moving meshes. The topology does not
change so the set should stay the same.
2010-01-28 11:50:52 +00:00
001c78e37d
STYLE: no spaces around bracketed args, eg (x) NOT ( x )
2010-01-28 10:57:48 +00:00
dc9a8981a3
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-27 13:30:16 +00:00
011bbf46bc
ENH: splitMeshRegions now fills in coupling information in directMapped patch.
...
- added directMapped*Patch constructors with uniform offset
- changed splitMeshRegions to use it
- adapted chtMultiRegionFoam tutorials
2010-01-27 13:24:06 +00:00
95040bc1a0
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-27 12:44:58 +00:00
3f559cbacd
ENH: perturbed sample points
2010-01-27 10:25:25 +00:00
9f6d081654
STYLE: added comment to explain limitations on pointsync
2010-01-27 10:24:12 +00:00
46ad2e55d6
Merge branch 'master' into splitCyclic
...
Conflicts:
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H
applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C
src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H
src/OpenFOAM/meshes/polyMesh/syncTools/dummyTransform.H
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H
src/mesh/blockMesh/curvedEdges/spline.H
src/meshTools/PointEdgeWave/PointEdgeWave.C
src/meshTools/sets/topoSets/faceSet.C
2010-01-26 17:11:18 +00:00
ba69655de3
Merge commit 'OpenCFD/master' into olesenm
2010-01-26 09:06:52 +01:00
edfba8be92
Removing large test .obj files from surfaceInertia utility directory.
2010-01-25 18:42:24 +00:00
2d91dedaa0
Merge commit 'OpenCFD/master' into olesenm
2010-01-22 13:23:43 +01:00
85964460b8
Removed unused code-template code
2010-01-21 13:42:23 +00:00
9c3a7d3e20
Removed empty line at top of C file
2010-01-21 13:41:57 +00:00
ed4d1f6bdf
Changed order of include files so get included before tecio.h
2010-01-18 18:02:25 +00:00
06b1695962
Added conversion of zero-sized zones
2010-01-15 17:17:05 +00:00
d0b95d6949
Added mesh region option
2010-01-15 17:16:07 +00:00
b7ba2d273a
Corrected printing to be on master only
2010-01-15 17:15:42 +00:00
c9033fc36f
Added optional settings at comment
2010-01-15 17:14:06 +00:00
a694f6e374
Replace a few uses of triSurface with the more general meshedSurface.
2010-01-15 17:27:03 +01:00
7a200e81b4
Add foamToSurface to dev repository.
...
- Extracts the boundary faces of a polyMesh to a meshedSurface and
writes in various possible formats.
2010-01-15 16:20:06 +01:00
9478a81bce
Use MeshedSurface instead of triSurface in ideasUnvToFoam
2010-01-15 15:04:44 +01:00
0d49e4711c
Begin code refactoring of third-party file formats.
2010-01-15 14:35:50 +01:00
21048d9600
Disabled writing zero-sized faceZones since upset tecio library
2010-01-13 19:10:54 +00:00
9c79927b67
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-05 11:02:03 +00:00
aac29d740a
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-04 13:37:37 +00:00
25bf6b6ce8
Minor code style corrections
2009-12-22 10:06:37 +00:00
aa847562ce
Reimplementing the uniform density solid inertia calculation from:
...
http://www.geometrictools.com/LibPhysics/RigidBody/RigidBody.html
in surfaceInertia utility. Allows calculation of shell or solid
properties of a triSurface, with optionally specified volumetric or
surface density. Default behaviour is to calculate inertia around
centre of mass, with option to specify reference point.
Various test surfaces supplied and tested against analytical results.
2009-12-18 18:14:32 +00:00
3bfec62cee
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-12-17 15:55:21 +00:00
b877323a33
Added baffle option and corrected default setting
...
When faceZones are present one has to decide whether to have zone faces
only on the edge of cellZones or also freestanding.
The setting for minMedialAxisAngle was corrected since the calculation
has also been corrected.
2009-12-15 15:56:35 +00:00
2760c3db5f
Merge commit 'OpenCFD/master' into olesenm
2009-12-15 10:48:51 +01:00
d016db1bc6
Enhance edgeMesh to support more formats.
...
Read only support:
.bdf, .nas - NASTRAN format. Handles both CBEAM and CROD as lines.
CROD is what Hypermesh happens to output.
Write only support:
.vtk - VTK legacy format in ASCII
Read/write support:
.eMesh - native format, which is simply a list of points, edges
with an additional IOobject header that lets them be moved about
easily to use as a featureEdgeMesh.
.inp - STAR-CD inp/cel/vrt combination
IOobject header)
.obj - Alias waverfront format
Radically simplify surfaceFeatureConvert by using the new edgeMesh
functionality.
2009-12-11 16:29:55 +01:00
9d817bfbdf
Added -region option
2009-12-11 11:55:07 +00:00
a029a59036
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-12-09 17:44:13 +00:00
e8af5d62d5
Filter out zero-sized patches; add generic capability
2009-12-09 17:42:30 +00:00
0fc464254a
Fix minor bug in surfaceFeatureExtract.C
2009-12-09 13:50:31 +01:00
99c22976ea
added git option
2009-12-09 10:06:00 +00:00
30eac79d55
argList gets addNote() static method
...
- output any notes in the usage
2009-12-09 10:58:32 +01:00
dd8f4f657a
adjust usage for a few applications to account for new style
2009-12-09 10:19:53 +01:00
960c192d25
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
applications/utilities/mesh/manipulation/transformPoints/transformPoints.C
2009-12-08 11:49:13 +00:00
a8c400de1d
added region option
2009-12-07 14:59:57 +00:00
190bbd69de
add corners() method to boundBox
2009-12-07 13:06:03 +01:00
b634c17e55
fixed off-by-one error in argList text wrap
2009-12-04 14:34:04 +01:00
37c4f2f375
remove empty 'Description' from various .C files
2009-12-04 14:11:33 +01:00
5e972c772f
remove trailing space from some files
2009-12-04 13:39:35 +01:00
0e33bf0bba
add some usage information to a few utilities
2009-12-04 10:20:15 +01:00
6e3ed58ae5
Merge commit 'OpenCFD/master' into olesenm
2009-12-03 16:40:37 +01:00
1665a86206
more Icc11.1 changes
2009-12-02 18:32:03 +00:00
4eb40f90ee
link all libraries
2009-12-02 16:41:28 +00:00
5ee1f98e2c
linear interpolation always
2009-12-02 16:38:19 +00:00
a0a05c1b77
allow region interfaces on processor patches
2009-12-02 16:37:59 +00:00