Re: Error use multiple time dependent boundary conditions
Posted by PRajan on
URL: http://forum.featool.com/Error-use-multiple-time-dependent-boundary-conditions-tp1750p1766.html
Thank you for fixing the boundary condition issue. The solver works without any errors now.
However the solver seems to terminate prematurely. The final solve time in the model was t=0.01 but looks like the solver terminates at t=0.00085. Here is the end of the log:
---------------------------------
Time step 86 at time 0.00085 |
---------------------------------
it | def-T | rel-T |
---------------------------------
1 | 7.1e-09 | 1e-06 |
---------------------------------
t-chg | 1e-06 |
---------------------------------
--------------------------------------------------
Solver Statistics (solvetime)
--------------------------------------------------
Number of dependent variables
--------------------------------------------------
T : 9579
--------------------------------------------------
Simulation timings
--------------------------------------------------
t-asm_m : 4.1e-02 \ 0%
t-asm_a : 1.3e-02 \ 0%
t-asm_f : 6.1e-02 \ 0%
t-bdr : 6.2e-01 \ 6%
t-lc_mv : 9.2e-02 \ 0%
t-sol : 7.1e+00 \ 68%
t-tot : 1.0e+01 \ 100%
--------------------------------------------------
Do you know what could be causing this?