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

Custom surface interpolation scheme

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2022, 14:44
Default Custom surface interpolation scheme
  #1
New Member
 
Jesus
Join Date: Sep 2021
Posts: 11
Rep Power: 4
jgs55 is on a distinguished road
Hi everyone,

I want to implement a custom surface interpolation scheme for the convective term, so that:

Code:
div(phi,T)      Gauss myCustomScheme;
For each face (both internal or boundary) I have an array of 6 coefficients representing the weights (w_k) of my custom scheme. With them, I obtain the value of T at the face as a linear combination of 6 neighbouring cell center values:

T_{f}=\sum^{N}_{k=1}w_{k}T_{k}, being: T the transport property, f the face to get the interpolated value, w the corresponding weight and k=1,2,...,6 each neighboring cell.

These 6 cells correspond to the E, W, NE, NW, SE, and SW neighbouring cells of the face f. Besides, these coefficients are time dependent, so I will have new coefficients every timestep.

I am using the code of the upwing scheme as template for my implementation, however, the upwing scheme only uses previous or following cell (E or W) instead of the 6 neighbours. I also tried the QUICK scheme as template, but I did not get any good result.

Could anyone help me on how i should modify a existing scheme to fullfil my requirements? Thank you very much in advance.
jgs55 is offline   Reply With Quote

Reply

Tags
implementation, new scheme, surface interpolation


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
Face pressure interpolation scheme based on linear interpolation Shibi OpenFOAM Programming & Development 8 February 14, 2022 08:20
SU2 7.0.7 Built on CentOS 7, parallel computation pyscript mpi exit error? EternalSeekerX SU2 3 October 9, 2020 18:28
Custom Parameter Output in Fluent using Scheme ishan_ae Fluent UDF and Scheme Programming 0 April 13, 2018 10:02
Upwind scheme, surface flux wenxu OpenFOAM Programming & Development 0 August 4, 2015 23:03
Problem with Surface Interpolation glaspina OpenFOAM Programming & Development 0 January 26, 2012 04:42


All times are GMT -4. The time now is 06:42.