|
[Sponsors] |
Initialize transient simulation with steady state result file with pbs script |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 7, 2019, 23:11 |
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: 8 |
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" |
|
March 8, 2019, 07:09 |
|
#2 |
Senior Member
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,913
Rep Power: 28 |
isn't it just -ini instead of -ini-file
|
|
March 8, 2019, 08:54 |
|
#3 |
Senior Member
Join Date: Jun 2009
Posts: 1,873
Rep Power: 33 |
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 |
|
March 11, 2019, 06:57 |
|
#4 |
New Member
Tingting Wu
Join Date: Nov 2018
Location: Suzhou, Jiangsu, China
Posts: 7
Rep Power: 8 |
||
Tags |
linux, pbs, transient simulation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Tabulated thermophysicalProperties library | chriss85 | OpenFOAM Community Contributions | 62 | October 2, 2022 04:50 |
[swak4Foam] Installation Problem with OF 6 version | Aurel | OpenFOAM Community Contributions | 14 | November 18, 2020 17:18 |
[OpenFOAM.org] Error creating ParaView-4.1.0 OpenFOAM 2.3.0 | tlcoons | OpenFOAM Installation | 13 | April 20, 2016 18:34 |
[swak4Foam] swak4foam building problem | GGerber | OpenFOAM Community Contributions | 54 | April 24, 2015 17:02 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |