CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Structural Mechanics

FSI simulation in SLURM cluster (input file and script)

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 20, 2020, 16:45
Default FSI simulation in SLURM cluster (input file and script)
  #1
New Member
 
Lara Andressa Ordonhe Gonçales
Join Date: Jan 2020
Posts: 4
Rep Power: 6
Lara Gonçales is on a distinguished road
I'm running a one-way FSI simulation using ansys in SLURM cluster. The fluent simulation I performed on my computer and exported the static pressure to the solid wall, I just need to simulate the structural part (static structure) in the cluster. My question is about script.
The only input file needed for the script is ".mechdat.dat" generated in Mechanical by the command "write input file"?

Another difficulty I have is creating the script too, I don't know what the error is at the end of the script

#!/bin/bash -v
#SBATCH --partition=GPUSP4
#SBATCH --ntasks=16
#SBATCH --cpus-per-task=1
#SBATCH -J mechanical
#SBATCH --time=01:00:00

#OPenMP settings:
export OMP_NUM_THREADS=1
export MKL_NUM_THREADS=1
export OMP_PLACES=threads
export OMP_PROC_BIND=spread

echo $$SLURM_JOB_ID
echo $$SLURM_SUBMIT_DIR
echo $$SLURM_NTASKS

module load ansys/172

cd/scratch/9344657
input=/scratch/9344657/inputfile.mechdat.dat
pwd
data
#/scratch/9344657/ansys/v172 -t$SLURM_NTASKS -cndf=pnodes -i${input} -o$slurm-mechanical.out"
Lara Gonçales is offline   Reply With Quote

Reply

Tags
one-way coupling, slurm

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to calculate mass flow rate on patches and summation of that during the run? immortality OpenFOAM Post-Processing 104 February 16, 2021 09:46
[swak4Foam] funkyDoCalc with OF2.3 massflow NiFl OpenFOAM Community Contributions 14 November 25, 2020 04:30
PBS script file for CFX simulation lauda CFX 1 July 2, 2014 09:12
Trouble compiling utilities using source-built OpenFOAM Artur OpenFOAM Programming & Development 14 October 29, 2013 11:59
OpenFOAM 1.6.x - CentOS 5.3 x86_64 linnemann OpenFOAM Installation 68 April 22, 2013 12:03


All times are GMT -4. The time now is 09:08.