You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AI-driven tool integrating Abaqus and OpenAI's LLM for automating finite element simulations, including input file generation, job execution, stress extraction, parametric studies, and sensitivity analysis, streamlining complex workflows for enhanced decision-making.
Finite Element Method Code and Training/Validation/Testing data for Paper "Bridging Fidelities to Predict Nanoindentation Tip Radii Using Interpretable Deep Learning Models"
This Python script automates the process of submitting Abaqus jobs for .inp files in the current directory. It creates a .bat file for each .inp file and runs the Abaqus command using the specified number of CPUs. No matter how many input files you have in your current directory.
This library is used to read the nodes, elements, clement types, materials, etc. in abaqus files, and gives the corresponding dictionary, mainly referring to the abaqus module in Meshio.
This project provides a Python script to fit experimental relaxation modulus data to a Prony series model. It generates a material input file compatible with ABAQUS for viscoelastic material simulations.