22eec28121
meshToMeshTemplates: Fix bug in mapTgtToSrc
2015-06-23 10:55:17 +01:00
7366e04ac4
calculateMeshToMesh0Addressing: Change decomposition method to CELL_TETS
...
Resolves additional request in http://www.openfoam.org/mantisbt/view.php?id=1544
2015-06-11 15:29:34 +01:00
cfe1163dc8
mapFields: Reinstated mapFields from OpenFOAM-2.2.x and renamed the current mapFields -> mapFieldsPar
...
This required the addition of the meshToMesh class in the sampling
library from OpenFOAM-2.2.x which is now named meshToMesh0.
2015-05-26 11:32:46 +01:00
3ebeea2be5
Update header
2015-05-05 15:46:52 +01:00
cdb4de7e55
Correct comment
2015-05-05 15:46:38 +01:00
52f22486c4
probes: Improved formatting of header to make it easier to parse and read probe locations
...
New layout:
# Probe 0 (0.0254 0.0253 0)
# Probe 1 (0.0508 0.0253 0)
# Probe 2 (0.0762 0.0253 0)
# Probe 0 1 2
# Time
1e-05 142974 128861 115934
2e-05 -69444.1 -62541 -56395.7
3e-05 -1546.81 -1445.94 -1154.79
2015-05-05 12:26:28 +01:00
6e87320af7
sampledSets, sampledSurfaces: Provide warning message if field cannot be found
...
Generate fatal error if iso-surface field cannot be found
2015-05-03 16:52:37 +01:00
8cd3023439
Rationalize position searching and add cell->tet decomposition as the default cell-search algorithm
...
Resolves issues with probes and findRefCell for meshes in which all cell face-pyramids are positive.
2015-02-25 10:57:06 +00:00
8628ef2fea
Corrected capitalization of Doxygen documentation comments
2015-02-14 13:10:15 +00:00
f913a7ecd6
mapFields: Corrected handling of fixed value BCs
...
Fix provided by Mattijs Janssens
2015-02-13 12:41:10 +00:00
9952d06d16
mapFields: Minimum hack provided by Mattijs to get mapFields working again
...
This version is very inefficient in parallel and does not provide the
-parallelSource or -parallelTarget options which will need to be
reinstanted in the future or we could revert mapFields to the
OpenFOAM-2.2 version.
2015-02-05 12:09:34 +00:00
1be29879c7
isoSurfaceCellTemplates: Skip undefined tets
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1506
2015-02-04 23:06:31 +00:00
47a820e3b9
Remove duplicate include
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1507
2015-02-02 09:45:25 +00:00
f4596ad247
Resolve issues relating to compilation with clang-3.5.0
2014-12-15 22:38:10 +00:00
9fb26d59d3
GIT: Repo update
2014-12-11 08:35:10 +00:00
7816177cba
BUG: mapNearest: candidate selection
2014-10-31 16:41:00 +00:00
b7ebc021c8
BUG: sampledSet: track on static mesh
2014-09-16 13:07:38 +01:00
a50cca5fb4
ENH: uniformSet: constructing cloud on all processors
2014-09-16 09:56:14 +01:00
d4c966de31
ENH: mapFields: expose AMI mapping methods
2014-09-03 11:54:30 +01:00
aaf1395c18
ENH: Ensight: updated support for generic tensor
2014-08-28 15:32:38 +01:00
a5f26561ff
BUG: uniformSet: construct cloud on all processors
2014-08-22 15:28:39 +01:00
61c85c977a
BUG: Fixing adress list size
2014-06-19 09:24:53 +01:00
27cc083cff
ENH: mapFields - updated handling of boundary fields
2014-03-31 16:50:10 +01:00
25d874034b
ENH: Updated ACMI to allow fully disconnected regions
2014-03-20 11:02:51 +00:00
669b8fff88
ENH: meshToMesh - updated mapping of boundary field when constructed from tmp
2014-02-17 16:52:17 +00:00
382785faaa
ENH: meshToMesh - preserve boundary types whilst mapping
2014-02-03 12:34:28 +00:00
17194ab9b0
BUG: meshToMesh - updated construction of AMIs
2014-01-15 19:57:04 +00:00
304ae8af3e
ENH: AMI - added support/robustness for case where sum of weights falls below threshold
2014-01-14 17:40:16 +00:00
e5a5b89509
ENH: mapFields - deprecated old utility in favour of mapFieldsNew and renamed
2014-01-14 10:41:50 +00:00
52a035b225
STYLE: Minor code formatting
2014-01-09 16:25:53 +00:00
16f77314b1
BUG: probes - updated to allow sampling from fixed locations for moving mesh cases - mantis #1090
2014-01-09 16:25:33 +00:00
3548535111
ENH: Code formatting updates
2013-11-21 10:00:26 +00:00
b74b7bdc94
ENH: meshToMeshNew - use FACEPLANES method for direct method pointInCell
2013-11-19 11:51:24 +00:00
13848fccfb
ENH: sampledTriSurfaceMesh: added sampling only inside triangles
2013-11-12 17:04:50 +00:00
04ad9a8598
ENH: meshToMeshMethod: small optimisation in treeBoundBox calc
2013-11-12 16:35:43 +00:00
dc8d0658e6
GIT: mapPatch.H: unused include files
2013-10-14 12:38:24 +01:00
85437cf475
ENH: sampledTriSurfaceMesh: external call with supplied bb
2013-10-07 14:11:06 +01:00
29617783ea
BUG: meshToMesh: protect neighbours on top of destination
2013-09-19 09:33:03 +01:00
5ac31aabc8
ENH: FieldMapper: extend with unmapped checking flag
2013-09-12 15:37:53 +01:00
db22ecdc26
ENH: sampledTrisurfaceMesh: construct from triSurface
2013-09-10 17:28:51 +01:00
670cb9dda2
ENH: nastranSurfaceWriter: added comment
2013-09-02 13:12:00 +01:00
491e4821d0
ENH: plane sampling: make triangulation optional
2013-09-02 11:12:17 +01:00
61ce6eec5d
BUG: nastran: interpolated values not normalised
2013-08-16 16:10:45 +01:00
8f144c3ab7
COMP: sampling: missing .C in Make/files
2013-08-13 12:23:51 +01:00
472fbded89
BUG: ensight: symmTensor writing
2013-08-13 10:19:10 +01:00
98fb5e634a
BUG: sampledCuttingPlane: compaction of triangle maps
2013-06-27 14:23:59 +01:00
e9932a0be7
probes: write probe data in user-time rather than s
2013-06-12 12:51:56 +01:00
c3a2dd3188
ENH: Adding virtual function timeSet() to function objects:
...
probes, sampledSets and sampledSurfaces
2013-06-07 11:19:24 +01:00
1d4a02e1c0
ENH: mesh-to-mesh interplation - reinstated patchMap input ordering
2013-06-03 17:31:15 +01:00
e939a6e095
ENH: mesh-to-mesh developments
2013-05-08 11:39:21 +01:00