Coder Social home page Coder Social logo

simulation-lab / runabq Goto Github PK

View Code? Open in Web Editor NEW
4.0 0.0 0.0 84 KB

runabq is a command tool that can execute multiple input data files of FEA software Abaqus in succession.

Home Page: https://pypi.org/project/runabq/

License: MIT License

Python 100.00%
abaqus fea

runabq's Introduction

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.

PyPI Version GitHub Actions CodeQL MIT License

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 2021

student edition

$ runabq -v 2021se

Use user subroutines and CPUs.

$ runabq user=sub.f cpus=5

Help

$ runabq --help

Enter code = "a" or blank to execute all the input files in the current directory. Default is "a".

$ 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

runabq's People

Contributors

simulation-lab avatar

Stargazers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.