|
[Sponsors] |
Divergency problem by computing a steady base flow with SFD |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 30, 2018, 13:07 |
Divergency problem by computing a steady base flow with SFD
|
#1 |
New Member
Siqi Yin
Join Date: May 2018
Location: Stuttgart, Germany
Posts: 2
Rep Power: 0 |
Hello, I am running a SFD-solver which is based on icoFoam. The SFD-solver (SFD: Selective Frequency Damping ) computes a steady laminar flow over a plate where a cylinder roughness is set on.
The grid is very fine so I computed with very small time step (1.5e-5 s) so that the CFL-number would be never above 0.9 . For the system/fvSolution file I set up the pressure (for solving the pressure Poisson equation) as p { solver PCG; preconditioner DIC; tolerance 5e-09; relTol 0.005; } at the beginning, then I thought the tolerance could be chosen with a higher one, so I changed it to 1e-8. After some while, the CFL-number began to drop and then somehow increased over 1.0, the case exploded . Could someone tell me why the CFL-number first dropped and then increased? Can I save my case by changing the tolerance to 5e-9 again? |
|
May 30, 2018, 13:15 |
|
#2 |
New Member
Siqi Yin
Join Date: May 2018
Location: Stuttgart, Germany
Posts: 2
Rep Power: 0 |
The equation system is changed in the icoFoam to
fvVectorMatrix UEqn ( fvm::ddt(U) + fvm::div(phi, U) - fvm::laplacian(nu, U) + fvm::Sp(chi, U) // added - fvc::Sp(chi, Ubar) // added ); which is the SFD method . It can compute a steady base flow field U for the perturbation computation in the transition analysis. |
|
January 30, 2024, 07:23 |
Help regarding SFD implementation
|
#3 |
New Member
Orissa
Join Date: Feb 2022
Posts: 15
Rep Power: 4 |
I want to implement Selective Frequency Damping (SFD) to icoFoam solver to get the steady state solution can you please help regarding this how can i achive this.
Thanks !! |
|
May 8, 2024, 11:06 |
|
#4 |
New Member
Ghazaleh Ahmadi
Join Date: Aug 2018
Posts: 1
Rep Power: 0 |
I also need to use it for combustion to get steady flames. Can you tell me how you managed to do so?
|
|
Tags |
cfl number, icofoam, pressure tolerance |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
About Some Concepts:Laminar flow, turbulent flow, steady flow and time-dependent flow | Jing | Main CFD Forum | 8 | October 5, 2018 18:02 |
[snappyHexMesh] How to define to right point for locationInMesh | Mirage12 | OpenFOAM Meshing & Mesh Conversion | 7 | March 13, 2016 15:07 |
convergence problem in 2D steady supersonic flow | sehs15 | FLUENT | 4 | November 6, 2014 08:06 |
convergence problem in 3D steady state, laminar flow in a bath | vajiheh | FLUENT | 0 | July 10, 2009 13:18 |
steady RANS for flow problem with unsteady inlet? | kat | Main CFD Forum | 0 | February 16, 2009 11:24 |