Thank you so much sir. Now I am trying to mesh this part as shown in the image
This is the python code for meshing the part
#Create Mesh
import mesh
elementtype...
Thank you so much Sir, I could get it and create my model . Now I was trying to do the python script for the same . This is the code
from abaqus import*
from abaqusConstants import*
import regionToolset
#Create the Model
myModel=mdb.Model(name='Frequency_analysis_Model')
#Sketching the...
Thank you for your kind response. Sir actually i am trying to create a 3d solid model of a speaker membrane .
See the newly attached imgae. The central cyclindral part is a copper and the rest rectangualr part is a membrane supporting the thiscopper piece. And also u can see 2 small...
Hello,
I am a Beginner in abaqus and
I am trying to create a 3D solid model with different extrusion depths(perpendicular to screen) as shown in the image . The way I was trying to do is:
I created a rectangular solid by extrusion depth of 5e-3mm . And then, I split the central cyclinder with a...