Hi everyone,
I would like to plot the Puck criteria in Hyperview using the composite Result-Math template and derived results. I am working with an Abaqus ODB-file.
According to the online help the syntax of the PuckFT is:
PuckFT(tensor,xt,xc,yt,yc,s,criterion,output2d,sets,plies,elems,parts,props,pool_name,layer_index,opt_str)
the arguments are described on this page:
https://help.altair.com/hwdesktop/hwx/topics/panels/result_math_composites_operators_puck_criteria_r.htm#reference_cpv_gtw_dyb__section_tvr_ztw_dyb
The usage of the PuckFT seems straightforward enough, but I just can't seem to get it to work. I've worked out that I cannot get any material properties from an ODB-file, even if I import it in conjuction with an Abaqus INP-file (=model file). However, I can input the material values xt,xc,yt,yc,s manually, that's not an issue. The following arguments are unclear to me. The default for sets and plies is NULL, so I left those undefined. So my question is what do I define for elems, parts, props, pool_name and layer_index? I would like to plot this on either all displayed elements or on a specific element set.
Thanks in advance for any insightful answers!