laurence
9a5b9e6ba2
ENH: Add automatic feature extraction to foamyHexMesh
2013-05-13 10:24:03 +01:00
laurence
f9372806da
BUG: Update processorPolyPatch constructor call to match recent changes
2013-05-10 01:04:31 +01:00
laurence
850474d273
STYLE: Change name from cvMesh to foamyHexMesh
2013-05-10 01:00:52 +01:00
mattijs
d4f9704c38
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-05-08 13:06:17 +01:00
mattijs
34cc904b9d
BUG: snappyHexMeshDict: incorrect variable
2013-05-08 12:58:09 +01:00
laurence
6f9823d0de
Merge branch 'master' into feature/cvMesh
...
Conflicts:
src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C
src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H
src/dynamicMesh/polyMeshFilter/polyMeshFilter.C
src/meshTools/indexedOctree/treeDataPrimitivePatch.C
src/meshTools/indexedOctree/treeDataTriSurface.C
src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C
2013-05-08 12:20:52 +01:00
andy
01298af393
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-05-08 11:56:31 +01:00
andy
e30c868e58
ENH: Added new version of mapFields
2013-05-08 11:56:22 +01:00
mattijs
aea1fbff8b
ENH: mergeMeshes: preserve additional patch data
2013-05-08 09:47:00 +01:00
andy
92dcc69fa8
ENH: Code clean-up
2013-05-03 17:57:43 +01:00
andy
9ebd8a851a
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-05-03 17:33:37 +01:00
Sergio Ferraris
5da306b1c1
ENH: viewFactorsGen:
...
Modification of shootRays algorithm. Rays that hit themselfs are continued
until they hit(or not) the agglomeration target. If they do the surfaces can see
each other.
faceAgglomerate:
The agglomeration now stops when the global nCoarse is reached (not per-processor)
2013-05-03 15:59:41 +01:00
laurence
45fd7105ff
ENH: Add surfaceHookUp utility
...
Matches boundary edges between surfaces by retriangulating edges.
2013-05-03 12:45:25 +01:00
andy
c52a2900e7
ENH: Updated syntax change due to wordRe cunstructors
2013-05-03 10:39:38 +01:00
mattijs
c4a4611b0f
Merge remote-tracking branch 'origin/feature/procAgglom'
...
Conflicts:
src/OpenFOAM/meshes/lduMesh/lduMesh.H
2013-05-02 14:44:59 +01:00
mattijs
a0fc2bc0f2
ENH: writeCellCentres: dump cell volume, patch face area
2013-05-02 12:51:29 +01:00
mattijs
c3737a206b
Merge remote-tracking branch 'origin/master' into feature/procAgglom
2013-05-02 12:38:25 +01:00
mattijs
5bc4cc3b7c
Merge remote-tracking branch 'origin/master' into feature/procAgglom
2013-05-01 16:57:36 +01:00
mattijs
d9afcb75d3
ENH: snappyHexMesh: update with code
2013-04-29 15:21:56 +01:00
mattijs
487103fa60
ENH: checkMesh: volume ratio too tight
2013-04-29 15:21:20 +01:00
mattijs
d8865404c3
ENH: writeCellCentres: dump volume
2013-04-29 15:20:49 +01:00
laurence
893a4364c0
Merge branch 'feature/cvMesh' of ssh://opencfd-laurence.no-ip.org:8004/home/dm4/OpenFOAM/OpenFOAM-dev into feature/cvMesh
2013-04-29 13:38:23 +01:00
laurence
a90f917f70
ENH: cvMesh: Faster point rejection in parallel
2013-04-29 13:37:52 +01:00
laurence
65197885d8
BUG: cvMesh: assign points before sizes
2013-04-29 11:50:44 +01:00
laurence
f63b6935f8
BUG: cvMesh: Add brackets to function call
2013-04-29 11:00:47 +01:00
laurence
5bac60aa33
Merge branch 'feature/cvMesh' of ssh://opencfd-laurence.no-ip.org:8004/home/dm4/OpenFOAM/OpenFOAM-dev into feature/cvMesh
2013-04-29 10:55:51 +01:00
laurence
1d67c14cc4
ENH: Add maxPriority to requests to cellSize
2013-04-29 10:52:13 +01:00
mattijs
d7cadf4937
Merge remote-tracking branch 'origin/master' into feature/procAgglom
...
Conflicts:
src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H
src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C
src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C
src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C
src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H
src/finiteVolume/fvMesh/fvMesh.H
2013-04-23 09:41:15 +01:00
laurence
5574bc333d
BUG: shape locations for outside points incorrect
2013-04-20 21:46:56 +01:00
andy
4435d64047
STYLE: Corrected spelling mistakes
2013-04-16 17:01:23 +01:00
laurence
963e659666
Merge branch 'master' into feature/cvMesh
2013-04-16 16:39:24 +01:00
laurence
d00c9f0fe9
Merge branch 'master' into feature/cvMesh
...
Conflicts:
src/edgeMesh/extendedFeatureEdgeMesh/extendedFeatureEdgeMeshTemplates.C
src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
2013-04-16 16:00:59 +01:00
laurence
aa467d4cd9
ENH: Check for infinite vertex in cell
2013-04-16 11:02:57 +01:00
laurence
ee2910a089
ENH: Insert background cell size mesh using the cell size functions
2013-04-16 10:56:57 +01:00
laurence
60806cd645
ENH: Initialise vertices to have unset alignment
2013-04-15 17:23:49 +01:00
laurence
9422ad8835
BUG: Correct order of constructor initialisation list
2013-04-15 17:09:49 +01:00
laurence
5bb8b8c31e
ENH: New cell size function point insertion algorithm
2013-04-15 16:59:59 +01:00
mattijs
415cdb6a63
ENH: checkMesh: check volume ratio and face interpolation weights
2013-04-15 16:55:59 +01:00
laurence
c4b8448d53
BUG: collapseDict: Give entry a valid value
2013-04-12 14:16:09 +01:00
mattijs
cecf469ed4
COMP: vtkPV3FoamMesh: adapted for wordRe
2013-04-12 12:25:17 +01:00
laurence
c171765a31
ENH: Remove requiredSize and requiredAlignment functions and their dictionary inputs
2013-04-12 11:29:02 +01:00
laurence
46ae867b7f
BUG: Remove unused code in linearDistance.C
2013-04-11 21:01:53 +01:00
laurence
f52327c4e3
BUG: Incorrect assignment
2013-04-11 21:00:32 +01:00
laurence
4af889f860
ENH: Add forcePointInsertion option to controlMeshRefinement
2013-04-11 20:28:08 +01:00
laurence
26a42b37a0
ENH: Move boundary applying to a separate function in the alignment solver
2013-04-11 20:24:57 +01:00
laurence
2b8bbb94b1
ENH: Update cell size functions to use the regionIndices findNearest
...
functions
2013-04-11 20:24:06 +01:00
laurence
73bb893067
ENH: Remove unused functions
2013-04-11 20:20:41 +01:00
laurence
7df9897c82
ENH: update calls to mesh redistribution
2013-04-11 20:20:09 +01:00
laurence
8ae926c472
ENH: Check if surface conformation point is inside the surface geometry
2013-04-11 20:18:50 +01:00
laurence
1804fb2813
ENH: Count number of reordered faces
2013-04-11 20:16:47 +01:00
laurence
9356f9c669
ENH: Snap points to feature points
2013-04-11 20:15:29 +01:00
laurence
c1cb0c4f17
BUG: Correct regionOffset indexing
2013-04-11 20:10:53 +01:00
laurence
21163c9591
BUG: Prevent overflow on integer multiplication
2013-04-11 20:07:26 +01:00
laurence
33221dc8d7
STYLE: Update default cvMeshDict
2013-04-11 19:59:09 +01:00
laurence
c2d3bab08e
ENH: Merge searchableSurface and indexedOctree volumeType
2013-04-11 19:52:03 +01:00
laurence
e2482a4e8b
ENH: Merge searchableSurface and indexedOctree volumeType
2013-04-11 19:52:03 +01:00
mattijs
f89bcd33bf
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-04-11 15:16:34 +01:00
mattijs
1cf850f164
ENH: snappyHexMesh: print final mesh check
2013-04-11 15:16:06 +01:00
mattijs
bbb2077160
ENH: searhcableSurfacetoFaceZone: allow triSurfaceMesh specification
2013-04-11 15:04:39 +01:00
andy
1b1cb83348
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-04-11 09:53:26 +01:00
andy
4f22868d76
ENH: Cleaned-up build of multiple PV readers
2013-04-11 09:52:45 +01:00
mattijs
d40c785591
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-04-08 16:30:18 +01:00
mattijs
ccb38822ea
BUG: foamToEnsight: using 3 digit extension
2013-04-08 16:29:45 +01:00
Henry
579831d332
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2013-04-08 15:38:26 +01:00
Henry
1aa09612e5
wallGradU: Calculate patch gradient only on wall patches
2013-04-08 15:38:22 +01:00
andy
34ac08a931
ENH: Code updates following changed to IOobjectList
2013-04-08 15:33:02 +01:00
laurence
f07841972b
Merge branch 'master' into feature/cvMesh
2013-04-05 16:11:45 +01:00
laurence
72c3da08b2
Merge branch 'master' into feature/cvMesh
...
Conflicts:
applications/test/Matrix/Test-Matrix.C
applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh/extrude2DMesh/extrude2DMesh.C
applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh/extrude2DMesh/extrude2DMesh.H
src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C
src/OpenFOAM/primitives/Tensor2D/Tensor2DI.H
2013-04-05 16:09:24 +01:00
andy
c812b27416
ENH: Added PV readers for version 3.98.1
2013-04-05 15:28:36 +01:00
andy
5a62444c6a
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-04-05 11:37:32 +01:00
andy
f66f9e9d37
ENH: Updated header documentation
2013-04-04 12:18:43 +01:00
andy
a0c52565de
ENH: Added new createExternalCoupledPatchGeometry utility
2013-04-04 11:45:02 +01:00
mattijs
634d643090
ENH: snappyHexMeshDict: improved comment
2013-04-02 18:13:31 +01:00
mattijs
9511eb27f7
ENH: splitMeshRegions: allow -region option
2013-04-02 18:12:58 +01:00
mattijs
4fe6630fcc
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-04-02 13:53:31 +01:00
mattijs
1f1188120c
BUG: createBaffles: handle cellcentres as positions
2013-04-02 13:53:27 +01:00
andy
e63b58b64e
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-04-02 13:34:01 +01:00
andy
8b2f56966d
BUG: Added missing linkage to turbulence libraries
2013-04-02 13:21:16 +01:00
mattijs
179085af97
ENH: renumberMesh: sort face/cellZones
2013-03-28 10:26:25 +00:00
laurence
13ea7fc73a
ENH: Add new curvature calculation to surfaceFeatureExtract
2013-03-21 10:36:27 +00:00
laurence
3afcc234d5
BUG: Store default cell size instead of a reference
2013-03-15 15:32:47 +00:00
laurence
f33b977421
ENH: surfaceBooleanFeatures: Output files to constant/extendedFeatureEdgeMesh
2013-03-15 12:46:18 +00:00
mattijs
0f8fbf35c7
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-03-14 09:15:28 +00:00
mattijs
729d53b862
BUG: ideasUnvToFoam: handling faceZones
2013-03-14 09:15:02 +00:00
andy
eaaec5c414
BUG: Updated pdfDict example - mantis #754
2013-03-14 08:59:41 +00:00
andy
0ac50306aa
BUG: Updated pdfDict example - mantis #754
2013-03-13 14:46:17 +00:00
andy
b45a4486b1
STYLE: Updates to erroneous copyright dates - applications
2013-03-13 09:45:16 +00:00
andy
3599609cd7
BUG: Updated execFlowFunctionObjects to prevent result overwrite - mantis #562
2013-03-12 17:03:57 +00:00
andy
53df4289df
ENH: Consistency updates - license text abnd code formatting
2013-03-12 15:40:03 +00:00
andy
6ba20b0f78
BUG: Updated ccm26ToFoam converter
2013-03-11 13:01:49 +00:00
laurence
448bd7be3e
ENH: surfaceFeatures: Add an option to only extract features geometrically
...
If geometricTestOnly is set to true then edges will not be marked as region
edges, only as internal or external edges. If there are any edges still
marked as regions then this is because they are non-manifold.
2013-02-27 12:34:44 +00:00
andy
e637dc30d1
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-02-21 16:11:47 +00:00
Henry
74e16d7729
Reformat "template <..." to template<"
...
Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
2013-02-21 15:07:50 +00:00
Henry
944b8d438b
Reformat "template <..." to template<"
...
Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
2013-02-21 15:07:09 +00:00
andy
951c8436aa
ENH: Applying Gijs' patch: Update header documentation for utilities
2013-02-21 10:54:34 +00:00
mattijs
d1d6c3bd12
ENH: foamToEnsight: work with more >1000 times
2013-02-19 10:39:23 +00:00
andy
fe38fc8575
ENH: Updated gmshToFoam - mantis #690
2013-02-18 17:09:53 +00:00
andy
b69e0ae07a
ENH: Consisteny update for turbulence G field name
2013-02-18 14:20:37 +00:00
laurence
15ba9ec7c5
ENH: cvMesh: speed up edge refinement
2013-02-12 15:45:21 +00:00
andy
dba8a40963
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-02-12 10:08:20 +00:00
Henry
b634d14068
setFields: If field is not found in the current time directory look in "constant"
2013-02-11 11:13:24 +00:00
andy
4bb11a2882
ENH: Removed fieldview reader/converter
2013-02-11 09:33:20 +00:00
laurence
10042d2a0a
ENH: cvMesh: Add option to print vertex info
2013-02-08 15:45:24 +00:00
laurence
ec313f856c
ENH: cvMesh: DelaunayMesh: Switch to using dictionary to construct patches
2013-02-08 15:42:29 +00:00
andy
9e6202e4eb
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-02-08 11:21:05 +00:00
andy
7c8522082e
STYLE: Code formatting
2013-02-07 16:44:07 +00:00
laurence
528b3e8caf
ENH: cvMesh: Default alignment to identity tensor if it is bad
2013-02-07 15:56:35 +00:00
laurence
777e73d74b
ENH: cvMesh: Try to fix alignment
2013-02-07 15:07:47 +00:00
laurence
6799d66605
ENH: cvMesh: Orthogonalize triads
2013-02-07 14:32:51 +00:00
Henry
11f638c648
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2013-02-07 12:31:25 +00:00
Henry
d53245c833
Multiphase: Update all solvers to accommodate the split between twoPhaseMixture and incompressibleTwoPhaseMixture
2013-02-07 12:31:00 +00:00
laurence
6628a12d19
ENH: cvMesh: Add method for finding discontinuities on the cell size mesh
2013-02-06 15:30:42 +00:00
laurence
84ad150b88
ENH: cvMesh: Use dictionary constructor for polyPatch
2013-02-06 12:10:25 +00:00
laurence
58c11b121f
BUG: cvMesh: Remove debugging output
2013-02-05 15:07:54 +00:00
laurence
b125db9ecb
ENH: cvMesh: Enable use of regions in conformationSurfaces. Make cell sizing relative to default.
2013-02-05 14:47:50 +00:00
mattijs
ea8d290191
ENH: communicators: initial version - extended Pstream API
2013-02-04 10:17:37 +00:00
andy
17e2039920
ENH: Added option to read new chemkin format
2013-02-01 16:38:52 +00:00
laurence
2bfe3cefd0
ENH: Do not add empty patches to the patch list
2013-02-01 11:43:13 +00:00
laurence
a153b8ef17
BUG: cvMesh: feature point types wrong way around.
2013-01-30 16:26:09 +00:00
laurence
6a13810770
BUG: add bounding boxes to cell size mesh
2013-01-29 17:38:27 +00:00
laurence
02ffb69a6a
ENH: Add templates file
2013-01-29 17:01:27 +00:00
laurence
18e8d2bead
STYLE: cleanup
2013-01-29 16:51:53 +00:00
laurence
181e4b29f9
ENH: Shift printVertexInfo to the DelaunayMesh class
2013-01-29 16:50:04 +00:00
laurence
323844436b
ENH: Feature point handling for 2 Internal, 1 External case
2013-01-29 16:46:17 +00:00
laurence
53533a2da2
ENH: cvMesh: split refinement and smoothing of background mesh
2013-01-28 18:01:22 +00:00
andy
a3e66c74de
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-01-28 16:57:00 +00:00
andy
c7d6a731d1
ENH: Added new noise utility to generate FFT metrics from pressure data
2013-01-28 16:55:07 +00:00
laurence
07cb342aeb
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev into feature/cvMesh
...
Conflicts:
src/OpenFOAM/primitives/triad/triad.C
2013-01-28 15:17:48 +00:00
mattijs
3eab66f0a6
COMP: extrudeToRegionMesh: missing include
2013-01-28 14:58:13 +00:00
mattijs
26f9bc471b
ENH: extrudeMesh: update to new PatchTools api
2013-01-28 14:21:23 +00:00
mattijs
7f0061aef9
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-01-28 14:10:12 +00:00
Henry
2eb05ebb87
reconstructPar: -newTimes no longer constructs the mesh if all times are already reconstructed
2013-01-25 12:42:54 +00:00
andy
574b79a413
ENH: Added Allwclean for foamHelp utility
2013-01-23 13:53:44 +00:00
andy
c063a100f0
ENH: Updated foamHelp utility
2013-01-23 10:24:04 +00:00
mattijs
fdd659bd77
ENH: extrudeToRegionMesh: extrude patchFaceCentres, patchEdgeCentres
2013-01-22 17:07:17 +00:00
laurence
4256e0a770
ENH: edgeCollapser: Make mesh checking optional and set default values for dictionary
...
Update biconic25-55Run35 tutorial with simplified collapseDict
2013-01-21 14:39:16 +00:00
laurence
32d358e4c3
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-01-20 15:25:30 +00:00
mattijs
6a69674412
ENH: surfaceFeatureExtract: handle -case correctly
2013-01-18 15:32:47 +00:00
Henry
a7af276f1f
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2013-01-17 09:54:19 +00:00
Henry
58a7436506
Update headers
2013-01-17 09:49:26 +00:00
Henry
9a5c2da655
Thermodynamics: Update to latest thermo database file
2013-01-17 09:45:14 +00:00
laurence
e44ee6a4b0
ENH: quaternion: Add power and exp functions
2013-01-10 14:36:01 +00:00
laurence
ff3654956a
STYLE: Code cleanup and add some comments
2013-01-10 10:50:05 +00:00
mattijs
b20b5d3706
ENH: decomposePar: corrected dictionaries
2013-01-09 14:52:51 +00:00
mattijs
8e9de94024
ENH: extrudeToRegionMeshDict: update for new extrusion models
2013-01-09 14:07:27 +00:00
mattijs
fe9f21fc28
ENH: mapFields: command line option help
2013-01-09 12:45:35 +00:00
mattijs
365689c0ce
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-01-08 12:39:30 +00:00
mattijs
80e5beb6e2
ENH: extrudeModel: generic radial extrusion (radii specified through interpolation table)
2013-01-08 12:16:01 +00:00
laurence
140d548fe7
COMP: Fix Make/options file for cellSizeAndAlignmentGrid
2013-01-08 11:24:20 +00:00
laurence
c0a417355d
Revert "COMP: cvMesh and cv2DMesh removed"
...
This reverts commit e4c1409679
.
2013-01-08 10:48:45 +00:00