DJStatics
Marine/Ocean
- Sep 22, 2021
- 14
Hi there
I have two questions related to surface-to-surface contact with cohesive behaviour:
1. How do I access CSLIP and COPEN field outputs using scripting? The following gives me a keyword error for CSLIP and COPEN using fieldOutputs[]:
2. Is there a field output which gives the relative displacement of elements on opposing surfaces in the cohesive behaviour contact function in the tangential and normal directions, regardless of whether the surfaces stay in contact or not. As I understand, CSLIP only gives the tangential relative displacement for surfaces in contact, but I would like to know the relative tangential displacement even if the surfaces are seperating.
Thanks!
I have two questions related to surface-to-surface contact with cohesive behaviour:
1. How do I access CSLIP and COPEN field outputs using scripting? The following gives me a keyword error for CSLIP and COPEN using fieldOutputs[]:
CSLIP_values = Frame.fieldOutputs['CSLIP'].getSubset(region=odb.rootAssembly.instances['instance_name']).values2. Is there a field output which gives the relative displacement of elements on opposing surfaces in the cohesive behaviour contact function in the tangential and normal directions, regardless of whether the surfaces stay in contact or not. As I understand, CSLIP only gives the tangential relative displacement for surfaces in contact, but I would like to know the relative tangential displacement even if the surfaces are seperating.
Thanks!