0 1 1 5 8 922 54 20 ...
Now I want to do a FE analysis via abaqus. Is there a way to use iso2mesh to create surfaces and then mesh them and export the file to abaqus?
Thank you and greetings from Germany,
Michael
Problem: Only one domain will get meshed.
The error I get: Error: Invalid PLC.
Hint: Use -d switch to check it.volume mesh generation is complete
Here is my workflow:
1. Remove overlapping geom. from one surface [a2]=surfboolean(i,'diff',a); 2. Merge 2 surfaces
[merged] = mergemesh(i,a2);3. Specify domain ids determine point coords. with 'surfinterior' on i and a2. 4. Meshing
[node,elem,face]=surf2mesh(merged,p0,p1,keepratio,maxvol,regions);5. Repair [merged] = meshcheckrepair(merged);
Q: Why do I get the error? Are there additional steps needed, if so which one?
Any help is greatly appreciated. Also, meshing the surfaces individualy is not a problem.
Thanks, fm