|
[Sponsors] |
August 28, 2008, 03:34 |
Hello everyone,
for applyin
|
#1 |
Senior Member
Hannes Kröger
Join Date: Mar 2009
Location: Rostock, Germany
Posts: 124
Rep Power: 18 |
Hello everyone,
for applying a numerical integration algorithm in postprocessing, I need my fields on a tetrahedral mesh. I thought of doing this by mapping the fields on a tetPolyMeshFaceDecomp-Mesh. Creating such a mesh is not the problem, but I don't know how to map my volVectorFields to tetPointVectorFields. Is there a quick way of doing this? I found the tetPolyMeshMapper class, but I'm not sure if this could be applied. Thanks, Hannes
__________________
silentdynamics GmbH - http://silentdynamics.de open source CAE software solutions & support |
|
August 28, 2008, 04:27 |
Hannes,
check these:
- v
|
#2 |
Member
Tommaso Lucchini
Join Date: Mar 2009
Posts: 87
Rep Power: 17 |
Hannes,
check these: - volPointInterpolation class, and how it is used by the spray class to interpolate the cell center values at the lagrangian position - fvMotionSolver, where the mesh motion calculated in a cell centre is then interpolated at the mesh points positions. hope this can be useful, regards Tommaso |
|
August 28, 2008, 06:42 |
Thanks for the hint, Tommaso.
|
#3 |
Senior Member
Hannes Kröger
Join Date: Mar 2009
Location: Rostock, Germany
Posts: 124
Rep Power: 18 |
Thanks for the hint, Tommaso.
After analyzing the order of the points in the point list (built in "tetPolyMeshFaceDecomp::points()") it seems to me, that I just have to hook up the point-, surface- and cell fields after another to get the tetPointField. Regards, Hannes
__________________
silentdynamics GmbH - http://silentdynamics.de open source CAE software solutions & support |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Technical] FvMesh | henry | OpenFOAM Meshing & Mesh Conversion | 4 | February 10, 2018 13:38 |
MultiDirRefinement class Bug on mapping fields | zurdo | OpenFOAM Bugs | 12 | December 17, 2007 05:54 |
Mapping volsurface symmTensor fields after a topological change | jcmasters | OpenFOAM Bugs | 1 | September 4, 2007 14:48 |
Error after mapping fields | alberto | OpenFOAM Pre-Processing | 0 | November 2, 2006 19:47 |
Mapping fields | hsieh | OpenFOAM Pre-Processing | 3 | September 14, 2005 20:56 |