Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Node sets after volume mesh generation

Status
Not open for further replies.

pereiraICL

Bioengineer
Joined
Jun 15, 2011
Messages
5
Location
GB
I am applying the tool "tri to tet" in a quadratic element mesh.

Before that, the nodes are sorted by their label in the structure mdb.models[NameOfTheModel].parts[NameOfThePart].nodes

After applying it, the mid-edge nodes keep the same label, but change position in the structures.

For instance, node 1010 before was in position
mdb.models[NameOfTheModel].parts[NameOfThePart].nodes[1009]

and now in position
mdb.models[NameOfTheModel].parts[NameOfThePart].nodes[2588]

This is a problem for due to the fact that node sets (of a surface) will be corrupted by the generation of the volume mesh.

Does anyone knowns any way of sorting the mdb.models[NameOfTheModel].parts[NameOfThePart].nodes structure, or keeping the integrity of node sets?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top