e939a6e095
ENH: mesh-to-mesh developments
2013-05-08 11:39:21 +01:00
b07d3f1c65
ENH: Updated mesh-to-mesh interpolation using direct method
2013-05-07 12:18:59 +01:00
c2d3bab08e
ENH: Merge searchableSurface and indexedOctree volumeType
2013-04-11 19:52:03 +01:00
6000d2fb97
ENH: Refectored mesh-to-mesh interpolation methods - now run-time selectable
2013-04-12 15:52:12 +01:00
24a0d15c7e
ENH: Updated new mesh-to-mesh class to use updated AMI functionality
2013-04-11 18:09:31 +01:00
99eee3c0d6
ENH: Better handling for regExp usage in sampledSurfaces
2013-04-09 16:26:08 +01:00
3382bd825c
ENH: Updated sampledSurfaces output
2013-04-08 17:33:10 +01:00
26c2c3f627
BUG: Corrected collocated patch handling
2013-04-05 11:36:49 +01:00
bf8df5f502
BUG: Corrected sampling - handling of field regExps and field surface output
2013-04-05 11:36:07 +01:00
dec0a99a24
ENH: Updated mesh-to-mesh nearest mapping
2013-03-26 15:13:32 +00:00
09ee234255
STYLE: Updated header documentation
2013-03-25 16:59:25 +00:00
f4d592c335
ENH: Added map nearest option to mesh-to-mesh interpolation
2013-03-22 18:41:14 +00:00
97373ec669
ENH: Updated mesh-to-mesh interpolation for vol-field mapping
2013-03-22 15:30:56 +00:00
5d7bff5156
BUG: sampledSet: extraneous clearout of pointMesh and volPointInterpolation: Mantis 698
2013-03-13 17:21:55 +00:00
53df4289df
ENH: Consistency updates - license text abnd code formatting
2013-03-12 15:40:03 +00:00
7bc0688c55
BUG: sampleAndWrite reading fields on time folders and not on the
...
database
2013-03-05 17:35:28 +00:00
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
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
a07b59c279
STYLE: Updated copyright year
2013-01-21 16:49:49 +00:00
03ee3a5046
GIT: merge conflict resolution
2013-01-21 16:48:22 +00:00
685635e6a3
ENH: Deleting parabolicCylindricalCS, sphericalCS and toroidalCS
...
coordinate systems
Modifying constructors from dictionary of coordinateSystem class (no
default type)
Adding localAxesRotation type. It constructs a axes-rotation tensor on each
cell centre.
Adding functionality to coordinateRotation blase class (transformTensor,
transformVector, etc)
2013-01-21 12:17:17 +00:00
9e5e2c8bea
ENH: Added scale option to nastranSurfaceWriter
2013-01-16 16:41:08 +00:00
147e2794f9
ENH: Updated mesh-to-mesh interpolation
2013-01-10 10:27:17 +00:00
631a47a378
ENH: Added new mesh-to-mesh interpolation class
2013-01-09 11:50:23 +00:00
e5b4b6d9c0
ENH: Relocated tetOverlapVolume to meshTools
2013-01-09 11:19:37 +00:00
c7ded8226e
ENH: Added calculation of overlap volume to meshToMesh interpolation
2013-01-08 17:52:51 +00:00
100a25ee25
STYLE: defineDebug: move into Foam namespace
2012-12-17 17:35:42 +00:00
9d5ce4ae76
ENH: Updated function objects
2012-12-13 10:40:38 +00:00
e65512be4e
COMP: sampling: moved sampledSet writing to fileFormats
2012-11-16 13:13:39 +00:00
3ac086402d
COMP: sampling: moved sampledSet writers to fileFormats library
2012-11-16 13:11:17 +00:00
da4e82be43
COMP: surfaceWriter: unused include file
2012-11-16 13:09:16 +00:00
f9bc7f8ec0
COMP: nastran: inclusion of OSspecific
2012-11-16 13:07:35 +00:00
f9d4d7f661
ENH: Adding array Set and fixing sampledSurfacesTemplates
2012-11-02 15:50:35 +00:00
708743752a
Solving problem with sampledSurfaces
...
Removing specieSolid specialization
Updating tutorials using solidThermo and solid reactions
2012-11-01 17:46:37 +00:00
7918ca13f1
ENH: Updates to nastran surface writer
2012-10-16 18:28:07 +01:00
c9524f202c
ENH: Redirected output explicitly to 'postProcessing' sub-folder
2012-10-15 18:02:45 +01:00
643f4cb906
ENH: Added initial version of nastran surface writer
2012-10-12 15:32:46 +01:00
3c0a1ee5aa
STYLE: minor code formatting
2012-10-10 15:12:04 +01:00
f1deb4445e
GIT: conflict resolution
2012-09-26 12:13:44 +01:00
4414a65683
ENH: Added helper function to set 'writer' API
2012-09-24 12:37:56 +01:00
8489de277d
GIT: conflict resolution
2012-09-17 12:03:11 +01:00
84ec2c766b
ENH: Looking for filds to sample in the mesh database
2012-08-28 10:27:58 +01:00
b662103d31
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-08-13 17:46:15 +01:00
368b543831
BUG: remove ambiguous construction from tmp
2012-08-13 09:42:52 +01:00
b63f0a7451
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-08-10 18:19:33 +01:00
f26e16a9fa
BUG: Deleting undefined function
2012-08-08 12:44:06 +01:00
fd6f81bbf3
ENH: Adding surfaceFields sampling to sampledPatch
2012-08-07 14:23:55 +01:00
a3870d65df
GIT: Merge/resolve conflict
2012-08-03 12:28:20 +01:00
789a385548
STYLE: vtkSurfaceWriter: 80 char limit
2012-07-27 14:04:11 +01:00
a17b0c75c6
ENH: Updates to function object documentation
2012-07-23 15:23:35 +01:00