|
[Sponsors] |
Simulation stops after writing each timestep although stopAt sets to end time |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 18, 2019, 13:44 |
Simulation stops after writing each timestep although stopAt sets to end time
|
#1 |
Member
shima
Join Date: Feb 2018
Posts: 58
Rep Power: 8 |
Hi all,
I am running a simulation with olaFlow, and I have a problem. The simulation stops each timestep that it writes the results and there is not any error, if I restart the simulation, it continues without problem till it writes the next timestep and stops!!! I did set the stopAt to be end time and the endtime sets to 25, but it keeps stopping even in timesteps less than 1 minutes! Here is my control Dict: /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.3 | | \\ / A nd | Web: http://www.openfoam.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; location "system"; class dictionary; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application olaFlow; startFrom latestTime; startTime 0; stopAt endTime; endTime 25; deltaT 0.001; writeControl adjustableRunTime; writeInterval 12;//0.05; purgeWrite 0; writeFormat ascii; writePrecision 7; writeCompression compressed;//off; timeFormat general; timePrecision 6; runTimeModifiable yes; adjustTimeStep yes; maxCo 0.5; maxAlphaCo 0.5; maxDeltaT 0.025; I cannot find where the problem is, so I would appreciate if anyone can help me. Best, Shima. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field | xiexing | CFX | 3 | March 29, 2017 11:00 |
Difficulty in calculating angular velocity of Savonius turbine simulation | alfaruk | CFX | 14 | March 17, 2017 07:08 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |