Hi,
So I've successfully used a series of commands to generate a native solid hexahedral mesh (nodes and elements) by first creating nodes and then using Mesh->Between(F11) to define connectivity and generate the elements. However then when trying to automate the process with as an API, I get...
Hi,
I am attempting to code a subroutine (DLOAD), and want to pass in modifiable parameters from the input deck. However, DLOAD does not use PROPS as some other subroutines do, and I haven't found any other way around this in the documentation. Is there a way to achieve this, like another...
Hi,
So I've always pre-compiled my subroutines using the "abaqus make" command and linked to the library using "usub_lib_dir" in the local (job folder) environment file (abaqus_v6.env / custom_v6.env). For some reason now I can't get this to work using the local environment file. Everything...