runabq is a command tool that can execute multiple input data files of FEA software "Abaqus" in succession.
Project description
runabq
runabq is a command tool that can execute multiple input data files of FEA software "Abaqus" in succession. runabq can execute all the input data in the current directory with a simple command.
Installation
Anaconda, venv
$ pip install runabq
Usage
Use the latest Abaqus version. That is, it executes the'abaqus' command internally.
$ runabq
Use the specify abaqus version.
$ runabq -v 2020
Use user subroutines and CPUs.
$ runabq user=sub.f cpus=5
Help
$ runabq --help
Enter code = "a" to execute all the input files in the current directory.
$ runabq
files list:
1: job1.inp
2: job2.inp
3: job3.inp
a: all
x: exit
code ? a
If you want to execute only a specific input file, enter numbers separated by ",".
$ runabq
files list:
1: job1.inp
2: job2.inp
3: job3.inp
4: test1.inp
5: test2.inp
a: all
x: exit
code ? 1, 4
For consecutive numbers, enter the first and last numbers separated by ":".
$ runabq
files list:
1: case1.inp
2: case2.inp
3: case3.inp
4: job1.inp
5: job2.inp
a: all
x: exit
code ? 1:3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.