|
[Sponsors] |
June 2, 2008, 06:17 |
Hi,everyone,
After I runni
|
#1 |
Member
Vivien
Join Date: Mar 2009
Posts: 52
Rep Power: 17 |
Hi,everyone,
After I running a solver, I got 'T' for each timestep, then I manage to run another sover based on T in each time step. Although I set start time to be zero and endtime to be 50, time step is 0.5 in controlDict, it always runs from t=50s, anybody know why this is happening? Thanks, Vivien |
|
June 2, 2008, 06:23 |
Hi Vivien,
What does it say t
|
#2 |
Senior Member
Dragos
Join Date: Mar 2009
Posts: 648
Rep Power: 20 |
Hi Vivien,
What does it say the startFrom variable in your system/controlDict file? In my case I have: startFrom latestTime;which basically says "start from the last time you find in the case directory". So, if you have something similar, and your last time directory is 50, than it should start from 50s. If you want to change it, replace latestTime with the time you want, 0 for instance. I hope this is helpful, Dragos |
|
June 2, 2008, 06:28 |
After running the solver, you
|
#3 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
After running the solver, you have the results. You can continue calculating with the same solver, or a new solver, from a particular time
controlDict> startFrom (startTime | firstTime | latestTime) If you want, you can also post-process each of the time results with your own utility. If you wish to somehow use your temperature results for a second solver, you'll need to move the old results out of the way (so they aren't overwritten), restart from time=0 and have a time-varying boundary condition or some other field that uses the previously calculated temperatures. |
|
June 2, 2008, 06:55 |
Hi, I see what is going wrong.
|
#4 |
Member
Vivien
Join Date: Mar 2009
Posts: 52
Rep Power: 17 |
Hi, I see what is going wrong... I missed a semicolon after the application...
Thanks for the reply! vivien |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
cfx time scale control | Kordou | CFX | 2 | September 22, 2008 12:07 |
Iteration control | kdarc | OpenFOAM Running, Solving & CFD | 5 | September 24, 2007 12:27 |
Control Volume | Sangeeta | FLUENT | 8 | March 7, 2007 09:08 |
How to set and control the turbulence in CFX? | Wei | CFX | 8 | November 28, 2006 05:41 |
Time Stepping Control | Dave | CFX | 2 | September 5, 2002 06:39 |