Hi everyone,
i'm analysing a screwjoint in abaqus cae 6.5.
Its a joint with two thin plates of aluminium connected by a self-tapping screw.
To determine the shearforce-resistance of the joint the two plates are applied with a deformation of 3mm among eachother. After 1mm there are very large...
Thanks for your help xerf,
but i have a last question:
How can I described such a formulation
m.rootAssembly.Set(name='Auflager', referencePoints=(m.rootAssembly.referencePoints[23], ))
with the findAt command or
with a link to RFP1:
RFP1=m.rootAssembly.ReferencePoint(point=(-e...
Thanks for your answer, but my question was about the formulation of the second command, the first one is ok ( without typing the ratio argument). But the formulation doesn't work with the seedEdgeByBias command.
Is there a fundamental difference ?
Thx and Greets
Nelso
This problem i think i have fixed now.
Another problem is the formulation of this:
BTI1.seedEdgeByNumber(edges=(BiasEdge1, BiasEdge2, BiasEdge3, BiasEdge4, BiasEdge5,BiasEdge6, BiasEdge7, BiasEdge8,), number=5, ratio=5)
BTI1.seedEdgeByBias(end1Edges=(BiasEdge1, BiasEdge2, BiasEdge3...
Hi everybody,
I'm a Abaqus beginner and have a little question to you.
I'm working in Abaqus with Python commands and don't know how to formulate the following kind of command :
myPart.SeedEdgeByNumber(edges=myPart.edges.findAt((a, b, c),), number=5)
The Error message is: Type Error: edges...