Skip to content

Read nodal thickness values in ABAQUS input files #3567

Answered by roystgnr
yw5aj asked this question in Q&A
Discussion options

You must be logged in to vote

your_mesh.add_node_datum<Real>("nodal_thickness"), perhaps? That will allocate a floating-point value for every node. The main disadvantage is that you can't naturally store superparameteric data that way, but if you just have one value per node to begin with then that's probably fine in your case.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yw5aj
Comment options

Answer selected by yw5aj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants