Hello,
we may go back to the "first" step.
How do you generate interface elements/ cohesive/adhesive elements mesh (via abaqus or own matlab code)?
for 2d problem, 4 node elements for solid + cohesive
Exampel:
ELEM
1 0 1 1 2 3 4
...
20 0 2 20 21 22 23
...
200 0 3 300 301 302 303
MATE1+ MATE 2 is solid materials, MATE 3 is cohesive
solid element and cohesive elements contain here the same number of nodes.
You may get such a simliar logical .inp file from mesh-solver (e.g. Abaqus)
E.G.
Step 1:
In Abaqus
*Elset, elset=Set-10, generate
4897, 10485, 1
Step 2:
In MATLAB/Octave (you can also use Excel/VBA...)
F5 + nn( 4897:10485,3)=10
Step 3:
In FEAP
4897 0 10 ...
...
10485 0 10 ...
I hope that such a strategy can make your work more efficient.
Regards,
Yaakov