Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to write batch job file for ANSYS Explicit Dynamics .mechdat file

Status
Not open for further replies.

Michelle59

Mechanical
Joined
Jun 14, 2015
Messages
1
Location
US
Dear everyone,

I tried to run ANSYS Explicit Dynamics .mechdat file in batch system. But I don't know how to write job file for it. The code I wrote is:

#PBS -l walltime=48:00:00
#PBS -l nodes=1:ppn=20
#PBS -l mem=64gb
#PBS -N ansys
#PBS -S /bin/bash
#PBS -j oe

cd /scratch/ycwang/20150613AirbusA320
module load ansys
run wb2
import 20150614AirbusA320wall30.mechdat
solve

It is wrong and I have no idea how to fix it. Could anyone please give me some suggestions how to adjust the codes? Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top