Target Outcome

Define element specific material properties from MRI or CT scan.

Protocols

Required Infrastructure

Input

Procedures

Output

1. New mesh with associated field to describe the materials of each element (med format). 2. You may also save the source mesh with field (shows the labeled image).

Simple Examples

A simple 16 element hexahedral mesh was formed in the shape of a rectangle to represent the source mesh. This mesh is what would be the image mesh when applying this technique to the Multis project.

src_mesh.png


srcANDtrgMesh.png

Note that the field is split into a vector. One component represents the fat, while the other represents the skin. If the element is skin, the field vector is [1,0] and in the case of fat the field vector is [0,1]. A target mesh is also formed to align with the bottom of the source mesh. The target mesh is a cube, that is half the height of the rectangle. It was split into 6 tetrahedral elements. For this example, we will re-map the hexahedral mesh onto the tetrahedral mesh using the integral interpolation method.


After re-mapping, using the integral method the resulting field appears on the target mesh. Each of the tetrahedral elements partially overlaps 4 different hexahedral elements from the source mesh.

Element 1 is the same as element 3, giving a field vector of [1.1667, 0.1667]
Element 2 is the same as element 4, giving a field vector of [0.667, 0.667]

trg_mesh.png

Specifications/ModelAssembly/ReMappingField (last edited 2017-01-17 20:24:26 by ricimorrill1)