abqpy.run

Module Contents

Functions

run(→ None)

Runs Abaqus command in system's CLI.

Attributes

ABAQUS_COMMAND_OPTIONS

ABAQUS_COMMAND_OPTIONS[source]
run(cae: bool = True) None[source]

Runs Abaqus command in system’s CLI.

This function uses the top level script file to run the Abaqus command, and the arguments passed to it

Parameters:

cae (bool, optional) – Whether to use abaqus cae command, True for abaqus cae, False for abaqus python, by default True