CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Divergency problem by computing a steady base flow with SFD

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 30, 2018, 12:07
Default 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
Eclipseyin is on a distinguished road
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?
Eclipseyin is offline   Reply With Quote

Old   May 30, 2018, 12:15
Default
  #2
New Member
 
Siqi Yin
Join Date: May 2018
Location: Stuttgart, Germany
Posts: 2
Rep Power: 0
Eclipseyin is on a distinguished road
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.
Eclipseyin is offline   Reply With Quote

Old   January 30, 2024, 06:23
Default Help regarding SFD implementation
  #3
New Member
 
Orissa
Join Date: Feb 2022
Posts: 15
Rep Power: 4
pratyush_6174 is on a distinguished road
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 !!
pratyush_6174 is offline   Reply With Quote

Old   May 8, 2024, 10:06
Default
  #4
New Member
 
Ghazaleh Ahmadi
Join Date: Aug 2018
Posts: 1
Rep Power: 0
Ghazal is on a distinguished road
Quote:
Originally Posted by pratyush_6174 View Post
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 !!
I also need to use it for combustion to get steady flames. Can you tell me how you managed to do so?
Ghazal is offline   Reply With Quote

Reply

Tags
cfl number, icofoam, pressure tolerance


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 17:02
[snappyHexMesh] How to define to right point for locationInMesh Mirage12 OpenFOAM Meshing & Mesh Conversion 7 March 13, 2016 14:07
convergence problem in 2D steady supersonic flow sehs15 FLUENT 4 November 6, 2014 07:06
convergence problem in 3D steady state, laminar flow in a bath vajiheh FLUENT 0 July 10, 2009 12:18
steady RANS for flow problem with unsteady inlet? kat Main CFD Forum 0 February 16, 2009 10:24


All times are GMT -4. The time now is 04:31.