|
[Sponsors] |
November 7, 2014, 11:26 |
fluent batch/parallel error
|
#1 |
New Member
Jenifer
Join Date: Oct 2014
Posts: 5
Rep Power: 12 |
hello, I had write a script file for unsteady flow simulation. The script defines to read fluent *.cas and *.dat files, define the time-step size as 0.0001(seconds) and run a total number of 10000 time steps with a max 20 iterations per time step. The script is below,
/file/rcd zhu-20-2500-f01-rec.cas /solve/set/time-step 0.0001 /solve/dual-time-iterate 1000 20 /file wcd zhu-20-2500-f01-rec-1.cas /exit y but when I run it, the error will appear: ]nvalid command [ > /solve/set/time-step 0.0001 Error: eval: unbound variable Error Object: 0.0001 Invalid time time step (s) [0.0001] Error: eval: unbound variable Error Object: /solve/dual-time-iterate /solve/dual-time-iterate Invalid time 1000 20 ]nvalid command [20 How could I to correct the script? Thank you very much! |
|
November 10, 2014, 10:49 |
|
#2 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
After reading the cas and dat files, is the simulation set to transient or steady?
It should be transient, but the warning you see might indicate it is set to steady. If that is the problem, you can solve it by clicking "transient" in the general tab, before you continue. I don't know the Text command to do this. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Building OpenFOAM1.7.0 from source | ata | OpenFOAM Installation | 46 | March 6, 2022 14:21 |
error compiling modified applications | yvyan | OpenFOAM Programming & Development | 21 | March 1, 2016 05:53 |
Mesquite - Adaptive mesh refinement / coarsening? | philippose | OpenFOAM Running, Solving & CFD | 94 | January 27, 2016 10:40 |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
[swak4Foam] groovyBC: problems compiling: "flex: not found" and "undefined reference to ..." | sega | OpenFOAM Community Contributions | 12 | February 17, 2010 10:30 |