|
[Sponsors] |
August 1, 2016, 14:00 |
How to run unsteady simulation in OpenFOAM?
|
#1 |
New Member
Usman Ashraf
Join Date: Jul 2016
Posts: 1
Rep Power: 0 |
Hi
I am doing my thesis on wind turbine wake analysis using OpenFOAM. The method I have to use is a fully resolved rotor method, i.e. direct method with the full turbine model. So far I have been simulation with RANS approach, k omega SST and SimpleFOAM solver. However, I have read that I have to do an unsteady analysis, read somewhere that it involves URANS. Anyone able to shed some light on this please? Or do I simply run RANS approach with a different solver? Many thanks U |
|
August 12, 2016, 11:26 |
|
#2 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Unsteady means that you solve in time (you are interested of the time evaluation). Therefore you should use PIMPLE or PISO solver. In the newer versions there is only the xxxPimpleFoam available that can operate in PISO mode too.
A xxxSimpleFoam solver is normaly solving for steady-state and hence we have no time derivative that we take into account. If you don't know if a solver solves for a steady or unsteady problem. Check the equations in the source code and the fvSchemes for ddt and/or d2dt.
__________________
Keep foaming, Tobias Holzmann |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
error to check simulation result: could not find valid OpenFOAM mesh | xiaoyoyo | OpenFOAM | 5 | May 18, 2017 12:38 |
OpenFOAM v3.0.1 Training, London, Houston, Berlin, Jan-Mar 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | January 5, 2016 04:18 |
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 | cfd.direct | OpenFOAM Announcements from Other Sources | 2 | August 31, 2015 14:36 |
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 3 | September 8, 2010 07:25 |
Procedure to run unsteady simulation? | STN | Main CFD Forum | 2 | February 16, 2002 05:37 |