Scripting manual abaqus
Jump to: navigation, search. Document link index. Read full text articles or submit your research Abaqus 6. It also discusses the utility routines that can be used … 14 download abaqus 6. Loading… Unsubscribe from Raj Chawla? Mohsen ALi 41, views. Abaqus Manual 6. Live the 3DExperience.
Select Instance Rotate from the main menu bar to rotate selected part instances about a selected axis. Abaqus Online Documentation mississaugalife. It also discusses the utility routines that can be used. A sequence of Edge objects that excludes specific edges from the set. A sequence of Face objects that excludes specific faces from the set. A tuple of tuples specifying a skin name and the sequence of faces associated with this skin.
Valid only for geometric regions on 3D and 2D parts. A tuple of tuples specifying a skin name and the sequence of edges associated with this skin.
Valid only for geometric regions on Axisymmetric parts. A tuple of tuples specifying a stringer name and the sequence of edges associated with this stringer. This method creates a set by performing a boolean operation on two or more input sets. A sequence of Set objects. A SymbolicConstant specifying the boolean operation to perform. This method creates a set containing faces of the part marked with a specified color attribute. Third-party applications can assign color attributes to faces, and the color attribute can be imported into Abaqus from an ACIS file.
You can use this method to create sets only on parts; however, you can access the sets from instances of the parts in the assembly. A sequence of three Ints specifying the RGB color. Values can range from 0 to The first integer is for red, the second for green, and the third for blue.
For example, a face colored in yellow is identified by:. This method creates a set from a sequence of element labels in a model database. A sequence of element labels. An element label is a sequence of Int element identifiers.
For example, for a part:. This method creates a set from a sequence of node labels in a model database. If a script is giving an error message, read it carefully. It usually provides information on the line number in which the error is occurring, as well as the type of error.
In this case, for example, the problem occurs in line 10 and is a KeyError. Apparently, the XYPlot-1 is not defined. We can then go through the script to determine why we though it could be referred to, while it is not available.
It may be a typo identifiers are case-sensitive ; it may be defined inside a function and not available outside it; the script could be based on a macro, where it was already defined beforehand; or we could simply have forgotten something. Comments are also valuable. Apart from them helping to make sense out of machine code, they can be used to effectively remove part of the script, without deleting it entirely. Similar to suppressing instances in a model for example. This helps to determine where an error occurs among other things.
Topics: Abaqus , python , scripting , python scripting. Get notified! Simuleon FEA Blog. Find me on: Facebook LinkedIn Twitter. Make use of the. This file is a good starting point to base your own script on.
Read our previous blog on scripting This blog post gives an example of automating postprocessing.
0コメント