I have just submitted a model for analysis and got the results odb. I was just wondering is it possible for the analysis to tell me the exact stress or strain of an exact node on a model?
I have the .inp file from a typical analysed model in ABAQUS. Detailing the element and nodes associated with creating the element, as follows:
*Element, type=C3D8I
1, 49, 42, 41, 66, 121, 114, 113, 138
2, 30, 29, 26, 25, 102, 101, 98, 97
3, 60, 48, 33, 32, 132, 120, 105...
I have a .inp file from ABAQUS that I want a script in CATIA to read.
The problem is that it presents itself in a format which my macro cannot read. An example of this is:
*Node
1, 0., 20., 0.
2, -100., 20., 0.
3...
I am trying to work out the area of all the faces on a model.
I see you can do this by measure inertia and measure item.
The answer always appears in m^2 and rounds it off to 3 decimal points, is there a way to give the exact answer in mm^2 or give the exact answer in m^2?
I am trying to import a model from catia to abaqus using the associative interface.
When I attempt the automatic method nothing appears in the abaqus viewport, when i try the manual method I get the error message: "file may be corrupt or not a valid"
"no part and instance was created"
I...
Hey guys,
New to CATScript. I have the x,y,z co-ordinates is there a code that I am able to input into CATScript that will tell me the exact face, edge and vertices that the x,y,z co-ordinates are associated with?
Kind regards,
Tony