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

A few questions on filteredLinear2

Register Blogs Community New Posts Updated Threads Search

Like Tree6Likes
  • 3 Post By abelee
  • 3 Post By s.v

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2012, 21:52
Default A few questions on filteredLinear2
  #1
New Member
 
Abe H. Lee
Join Date: Nov 2011
Location: State College, PA. USA
Posts: 2
Rep Power: 0
abelee is on a distinguished road
Hello Foamers:

I'm trying to use the interpolation scheme filteredLinear2. If I want to use filteredLinear2 on the divergence term then I believe the usage should look like:

divSchemes
{
div(phi,U) Gauss filteredLinear2 1 0;
}


It requires two coefficients (above the first coefficient is one and the second one is zero) and I think it is important that I assign appropriate values for the two coefficients. However, I'm not quite sure what values to choose when I want to run a LES case to study the flow over a cylinder at high Re.

I've looked into the source code and included some portion of the code description.

// Scaling corefficient for the gradient ratio,
// 0 = linear
// 1 = fully limited
scalar k_;

// Maximum allowed overshoot/undershoot relative to the difference
// across the face.
// On input:
// 0 = no overshoot/undershoot
// 1 = overshoot/undershoot equal to the difference across the face
// Note: After input 1 is added to l_


It seems like the first coefficient has something to do with limiter that is

0 = no limiter so it's just linear
1 = fully limited meaning it becomes like limitedLinear

Am I understanding it correctly? Please, correct me if I'm not.

Also about the second coefficient it says it has something to do with overshoot/undershoot, which I'm not quite sure what it is about.

Could anyone explain to me the details of the algorithm in filteredLinear2 and recommend appropriate values for the two coefficients?

A.Lee
vishwakarma, tiam and rajibroy like this.

Last edited by abelee; February 20, 2012 at 23:25.
abelee is offline   Reply With Quote

Old   April 28, 2020, 19:19
Default
  #2
New Member
 
navid toussi
Join Date: Nov 2015
Posts: 20
Rep Power: 10
navidmt is on a distinguished road
Quote:
Originally Posted by abelee View Post
Hello Foamers:

I'm trying to use the interpolation scheme filteredLinear2. If I want to use filteredLinear2 on the divergence term then I believe the usage should look like:

divSchemes
{
div(phi,U) Gauss filteredLinear2 1 0;
}


It requires two coefficients (above the first coefficient is one and the second one is zero) and I think it is important that I assign appropriate values for the two coefficients. However, I'm not quite sure what values to choose when I want to run a LES case to study the flow over a cylinder at high Re.

I've looked into the source code and included some portion of the code description.

// Scaling corefficient for the gradient ratio,
// 0 = linear
// 1 = fully limited
scalar k_;

// Maximum allowed overshoot/undershoot relative to the difference
// across the face.
// On input:
// 0 = no overshoot/undershoot
// 1 = overshoot/undershoot equal to the difference across the face
// Note: After input 1 is added to l_


It seems like the first coefficient has something to do with limiter that is

0 = no limiter so it's just linear
1 = fully limited meaning it becomes like limitedLinear

Am I understanding it correctly? Please, correct me if I'm not.

Also about the second coefficient it says it has something to do with overshoot/undershoot, which I'm not quite sure what it is about.

Could anyone explain to me the details of the algorithm in filteredLinear2 and recommend appropriate values for the two coefficients?

A.Lee
Hi, I know it’s been a long time since you’ve posted this question, I was wondering if you managed to find any answer for it. I am also interested to know about those coefficients and how to set them correctly for a LES simulation over an airfoil.
Thank you in advance
navidmt is offline   Reply With Quote

Old   June 6, 2021, 16:43
Default
  #3
s.v
New Member
 
s.v
Join Date: Jun 2021
Posts: 13
Rep Power: 4
s.v is on a distinguished road
I discuss the filteredLinear2 scheme a little bit in my thesis (https://drum.lib.umd.edu/handle/1903/21883) around page 38 -- that might be useful ....

This scheme struggled for the scalar transport problem I used but for the momentum equations this scheme might work ....

One issue with this scheme is that it is hard to understand the thinking behind it (for example see equations 2.28 and 2.29 in my thesis) .... other schemes I looked at were pretty transparent but this one was not ....

Cheers ....
s.v is offline   Reply With Quote

Old   October 24, 2021, 00:58
Default
  #4
s.v
New Member
 
s.v
Join Date: Jun 2021
Posts: 13
Rep Power: 4
s.v is on a distinguished road
Quick update:

The filteredLinear2 scheme did well, when it was applied to the momentum equations, for all the test cases we explored in this recent paper https://www.sciencedirect.com/scienc...45793021003236 ....

Also the description we have for filteredLinear2 in this paper is a little bit better than the description I had in my thesis mentioned above ....
s.v is offline   Reply With Quote

Reply


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
Map of the OpenFOAM Forum - Understanding where to post your questions! wyldckat OpenFOAM 10 September 2, 2021 05:29
[ICEM] Complex geometry mesh general questions Jack B ANSYS Meshing & Geometry 0 August 14, 2019 13:44
General questions about how to mesh and build up my case ThunderstruckGER OpenFOAM 5 September 23, 2018 18:33
possible interview questions atturh Main CFD Forum 1 February 21, 2012 08:53
NACA0012 Validation Case Questions ozzythewise Main CFD Forum 3 August 3, 2010 14:39


All times are GMT -4. The time now is 15:41.