top of page


Post #11 Templates For Scripts
Another brief blog post this week as I have been busy on both a coding course and a programming exercise, which, when I get it working, I shall share. Going back to my roots with a simple fluid dynamics code. So for this week I shall simply share the templates that I have made and use, with reminders in place, for making different kinds of ABAQUS scripts. Templates are great. They save you time hammering out the boilerplate and forgetting that basic detail that you are so use
guyrushton9
Nov 105 min read


Post #7 Dynamic Inputs
Sometimes user input is essential for your script... the next best to no GUI is a simple GUI. I stated in a previous post that user interfaces for your ABAQUS scripts should be avoided wherever possible because they complicate the code and make it more time consuming to change. If you really must have a GUI then the simplest one possible should be used. The most basic is a kernel dialog where the user enters data into a text box, without any kind of feedback. This was used in
guyrushton9
Nov 94 min read


Post #2 More Fixing My Mistakes: Tie Constraints
Article about a script demonstrating the efficiency gains that can be achieved by fluency in scripting and automation for ABAQUS.
guyrushton9
Aug 104 min read


Post #1 Interactive Graphics on ABAQUS Dialogs... or Fred Is Dead
Article demonstrating how to create interactive graphics on an ABAQUS dialog box - working example with a stick figure walking off the end of the world.
guyrushton9
Aug 33 min read
bottom of page