The dyna.py module# Summary# Functions is_valid_executable_path Check if the executable path is valid for Ansys LS-DYNA. Description# LS-DYNA-specific logic for the Ansys path tool. Module detail# dyna.is_valid_executable_path(exe_loc: str) → bool# Check if the executable path is valid for Ansys LS-DYNA. Parameters# exe_locstrPath to the executable file. Returns# boolTrue if the path is valid for Ansys Dyna, False otherwise.