|
[Sponsors] |
November 20, 2015, 06:01 |
|
#41 |
Member
Join Date: Sep 2015
Posts: 30
Rep Power: 11 |
Alright, so I will set my deltaT as 0.25E-4, maxCo as 0.5 and make the changes in the PIMPLE block, and see how it goes.
Just wondering, would maxCo = 0.5 make my simulation to run for ages? Because initially I set it as 0.5 and its really crawling and I do not have that luxury of time. |
|
November 20, 2015, 06:57 |
|
#42 |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
I saw this strange place in your fvSolution just now:
Code:
relaxationFactors { U 0.1; nuTilda 0.1; p 0.1; k 0.1; omega 0.1; } Code:
relaxationFactors { U 0.3; nuTilda 0.5; p 0.2; k 0.5; omega 0.5; } Code:
PIMPLE { nOuterCorrectors 20; nCorrectors 2; nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 0; }
__________________
MDPI Fluids (Q2) special issue for OSS software: https://www.mdpi.com/journal/fluids/..._modelling_OSS GitHub: https://github.com/unicfdlab Linkedin: https://linkedin.com/in/matvey-kraposhin-413869163 RG: https://www.researchgate.net/profile/Matvey_Kraposhin |
|
November 20, 2015, 08:08 |
|
#43 |
Member
Join Date: Sep 2015
Posts: 30
Rep Power: 11 |
Yes, I'm running transient simulation. If I set all the relaxationFactors to 1, do I still need to set the nOuterCorrectors to 20 as well?
|
|
November 20, 2015, 08:15 |
|
#44 |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
No, if you are running transient simulation, you don't need to use outer corrections, so you msut set nOuterCorrectors to 1. And all relaxation factors must be set to 1.
__________________
MDPI Fluids (Q2) special issue for OSS software: https://www.mdpi.com/journal/fluids/..._modelling_OSS GitHub: https://github.com/unicfdlab Linkedin: https://linkedin.com/in/matvey-kraposhin-413869163 RG: https://www.researchgate.net/profile/Matvey_Kraposhin |
|
November 21, 2015, 00:22 |
|
#45 |
Member
Join Date: Sep 2015
Posts: 30
Rep Power: 11 |
It seemed to be able to simulate past the error point. But its taking way too long~(about 6hours to reach 0.01) What are some ways where I can speed up the process without having it to diverge again?
|
|
November 21, 2015, 08:17 |
|
#46 |
Senior Member
Matvey Kraposhin
Join Date: Mar 2009
Location: Moscow, Russian Federation
Posts: 355
Rep Power: 21 |
1) Increase maxCo to 0.8-0.9, but at the cost of chance of divergence
2) Use more CPU
__________________
MDPI Fluids (Q2) special issue for OSS software: https://www.mdpi.com/journal/fluids/..._modelling_OSS GitHub: https://github.com/unicfdlab Linkedin: https://linkedin.com/in/matvey-kraposhin-413869163 RG: https://www.researchgate.net/profile/Matvey_Kraposhin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Huge file sizes when Running VOF simulation | aarratia | FLUENT | 0 | May 8, 2014 13:27 |
Supersonic Nozzle Exhaust Simulation | mikeh | FLUENT | 0 | May 1, 2014 22:28 |
Exporting data of transient simulation DURING a simulation, at user locations ? | Milan2013 | CFX | 0 | April 18, 2014 04:47 |
Simulation of a complex wing in solidworks flow simulation | niels1900 | FloEFD, FloWorks & FloTHERM | 6 | April 20, 2011 11:44 |
GUI crash and simulation engine still running | RPJones | FLOW-3D | 2 | November 9, 2010 09:18 |