SCOREC / core

parallel finite element unstructured meshes
Other
179 stars 63 forks source link

PR for extrusion tags only #375

Closed KennethEJansen closed 1 year ago

KennethEJansen commented 1 year ago

Extrusion Tags

Enable convert to discover the "father node" for all nodes that are extruded from one or more model faces with Simmetrix mesher. PHASTA uses this for span wise averaging.

Current interface is one more integer on the command line for the number of model faces and then a flat text files with the model face tags (one line per face) is read in a loop.

Test will be an smd, sms, xmt_txt input set and the crd, cnn, and mds file that this should create.

cwsmith commented 1 year ago

@KennethEJansen I converted the input arg to take the file name and loop over its contents (one int per line). https://github.com/SCOREC/core/pull/375/commits/a15f1318e1f915142b311c48f6bc35d2c709d54f

In the input ExtruRootID.txt file I changed the source extrusion face to match the mesh attribute I saw in the .smd file: https://github.com/SCOREC/pumi-meshes/commit/73950fdfee8547925a60dc3f456767d52a4e80ad

Do you have a known-to-be-good output that we could diff against? Possibly the new files (e.g., .crd) that are being produced?