CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Initialize transient simulation with steady state result file with pbs script

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 7, 2019, 22:11
Question Initialize transient simulation with steady state result file with pbs script
  #1
New Member
 
Tingting Wu
Join Date: Nov 2018
Location: Suzhou, Jiangsu, China
Posts: 7
Rep Power: 7
Tingting Wu is on a distinguished road
Hi all,

I'm trying to do transient simulations on a cluster with pbs script. But I don't know how to use the steady state results file to initialize the flow field.

The pbs script I used is: "$CFX_BIN -def $JOB_INPUT -ini-file $INITIALFILE -double -par-dist $nodes -start-method "Platform MPI Distributed Parallel"
The INITIALFILE=46005_001.res
But an error occurred: " Unknown command line 46005_001.res"
Tingting Wu is offline   Reply With Quote

Old   March 8, 2019, 06:09
Default
  #2
Senior Member
 
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,854
Rep Power: 27
Gert-Jan will become famous soon enough
isn't it just -ini instead of -ini-file
Gert-Jan is offline   Reply With Quote

Old   March 8, 2019, 07:54
Default
  #3
Senior Member
 
Join Date: Jun 2009
Posts: 1,832
Rep Power: 33
Opaque will become famous soon enough
Something is wrong with the passing of variables in the script

Try swapping the order in the command line to see which error do you get, say


$CFX_BIN -ini-file $INITIALFILE -double -def $JOB_INPUT -par-dist $nodes -start-method "Platform MPI Distributed Parallel
Opaque is offline   Reply With Quote

Old   March 11, 2019, 05:57
Default
  #4
New Member
 
Tingting Wu
Join Date: Nov 2018
Location: Suzhou, Jiangsu, China
Posts: 7
Rep Power: 7
Tingting Wu is on a distinguished road
Quote:
Originally Posted by Gert-Jan View Post
isn't it just -ini instead of -ini-file
I've tried them both. But it worked out magically in the end without changing anything in the script. Thanks anyway!
Tingting Wu is offline   Reply With Quote

Reply

Tags
linux, pbs, transient simulation


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
[Other] Tabulated thermophysicalProperties library chriss85 OpenFOAM Community Contributions 62 October 2, 2022 03:50
[swak4Foam] Installation Problem with OF 6 version Aurel OpenFOAM Community Contributions 14 November 18, 2020 16:18
[OpenFOAM.org] Error creating ParaView-4.1.0 OpenFOAM 2.3.0 tlcoons OpenFOAM Installation 13 April 20, 2016 17:34
[swak4Foam] swak4foam building problem GGerber OpenFOAM Community Contributions 54 April 24, 2015 16:02
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


All times are GMT -4. The time now is 01:54.