ABAQUS : Get the complex Magnitude of Displacement in .odb file
ABAQUS : Get the complex Magnitude of Displacement in .odb file
(OP)
Hello,
I would like to get the Complex Magnitude of my displacements in the .odb file but for the moment I have just the real part.
To change it in Option -> Complex Form -> Magnitude does not update the file.
Thanks :)
I would like to get the Complex Magnitude of my displacements in the .odb file but for the moment I have just the real part.
To change it in Option -> Complex Form -> Magnitude does not update the file.
Thanks :)





RE: ABAQUS : Get the complex Magnitude of Displacement in .odb file
Search for that in the Scripting Reference Guide and you'll find more information.
RE: ABAQUS : Get the complex Magnitude of Displacement in .odb file
A tuple of Floats specifying data in the form described by type. If type=TENSOR or VECTOR,
conjugateData is a sequence containing the components. If the underlying data are in double
precision, an exception will be thrown
I do not thing it is what I am looking for :(
RE: ABAQUS : Get the complex Magnitude of Displacement in .odb file
RE: ABAQUS : Get the complex Magnitude of Displacement in .odb file
RE: ABAQUS : Get the complex Magnitude of Displacement in .odb file