python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to use abaqus findAt command in rootAssembly object to capture edge
as title mentioned, i try to capture edge from a rootAsssembly object . Before that this findAt command works well on Part object, but fail now on rootAssembly.
# Part object, it works well
e1 = part0...
Chenchow Tsu
Votes: 0
Answers: 1
How to compare type while scripting in abaqus with python
I'm trying to compare type of abaqus object, but it doesn't work. An idea ?
>>> m = mdb.models['Model-1']
>>> type(m)
<type 'Model'>
>>> type(m) == Model
NameError: na...
user18644257
Votes: 0
Answers: 1
What's the smallest possible size for finite elements in FEA (structural) analyses?
As the mesh is refined, the computed solution will approach the true solution. Leaving aside the computational cost associated with a large number of elements, is there any numerical issue related to ...
MncVe
Votes: 0
Answers: 1
How to get the edge index in ABAQUS
I create a cube and then create a face partition with sketch on the top face of the cube in the script. I want to get all the index of edges which I create in the sketch. Anyone know what should I do...
ddwell
Votes: 0
Answers: 1