|
[Sponsors] |
September 9, 2015, 21:49 |
Calculation time - solving time
|
#1 |
New Member
Dobromił Pszenny
Join Date: Jul 2015
Posts: 20
Rep Power: 11 |
Hi,
is it possible to check solving time in Fluent? I mean time beetwen clicking "calculate" button and "calculation complete" statement. Without using barbarian-style method like stopwatch, of course |
|
September 10, 2015, 14:38 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,746
Rep Power: 66 |
I don't know how to do it in serial mode but in parallel mode from the GUI you can click on Parallel>Timer>Usage and it will print the wall time and cpu time. In TUI you just use /parallel/timer/usage
|
|
September 10, 2015, 15:47 |
|
#3 | |
New Member
Dobromił Pszenny
Join Date: Jul 2015
Posts: 20
Rep Power: 11 |
Thanks Lucky,
i don't know much about using parallel mode - how does it affect my simulation? I am using Fluent to simple transient simulation and in serial mode after ~10 iterations solution is converged but in parallel mode Fluent is not stopping calculation even after 200 iterations... I am running it in 1 process - how much should I use? Quote:
EDIT: I have tried command "solver-cpu-time" also, but Fluent is returning "invalid command". |
||
September 10, 2015, 16:19 |
|
#4 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,746
Rep Power: 66 |
Total wall clock time should be what you are looking for.
There's almost no difference between serial or parallel if you are only running on 1 process, so I have no clue why you solution doesn't converge when running in parallel mode. Algorithmically there is no difference, except that the communication between the head node and compute node is now done via mpi rather than direct communication. Mesh partitioning occurs if you run on more than 1 processes (by default it generates one partition per process). The partitioning causes some differences in discretization at the partition boundary, but the effect should be minor. |
|
October 23, 2016, 09:30 |
Don't forget ()
|
#5 |
New Member
milad
Join Date: Nov 2015
Posts: 2
Rep Power: 0 |
The right format of this command is " (solver-cpu-time) ", you must type ().
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
High Courant Number @ icoFoam | Artex85 | OpenFOAM Running, Solving & CFD | 11 | February 16, 2017 14:40 |
simpleFoam error - "Floating point exception" | mbcx4jc2 | OpenFOAM Running, Solving & CFD | 12 | August 4, 2015 03:20 |
dynamic Mesh is faster than MRF???? | sharonyue | OpenFOAM Running, Solving & CFD | 14 | August 26, 2013 08:47 |
pisoFoam with k-epsilon turb blows up - Some questions | Heroic | OpenFOAM Running, Solving & CFD | 26 | December 17, 2012 04:34 |
Orifice Plate with a fully developed flow - Problems with convergence | jonmec | OpenFOAM Running, Solving & CFD | 3 | July 28, 2011 06:24 |