conforce_abq.one_element_script

This Abaqus script simulates an input file and writes results to a json file.

Call this script using conforce_gen.one_element_runner.simulate_one_element(). Or call this script directly using a shell with:

abaqus cae noGUI="{path to this script file}" -- {path to the abaqus input file}

After the successful simulation a json file named “{inp_name}_result.json” is placed in the same folder as the Abaqus input file.

Functions

simulate(inp_file_path)

Simulate the given Abaqus input and write a json file named "{inp_name}_result.json" containing the results of the simulation.