|
[Sponsors] |
Problem in coding QUICK scheme for convection term |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 13, 2014, 21:29 |
Problem in coding QUICK scheme for convection term
|
#1 | ||
New Member
|
Hi everybody,
I am a beginner in CFD and writing my own code in C#. The problem I faced is in defining QUICK scheme for convection term. I am not sure about it. The following note is my approach to code this scheme. Is this correct ? Quote:
Quote:
|
|||
February 17, 2014, 04:25 |
|
#2 |
Senior Member
Ashwani
Join Date: Sep 2013
Location: Hyderabad
Posts: 154
Rep Power: 13 |
Hi,
We should check wheter flux = V * Area of face to determine the direction. We can calculate the flux at the face by taking average of the velocity ( for uniform cells) on either side of a face multiplie by its area. And also for each face we would have to check for the flux direction. regards. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Source term problem in UEqn of simpleFoam | fisch | OpenFOAM Programming & Development | 1 | June 17, 2011 11:57 |
Godunov scheme | Peter | Main CFD Forum | 6 | November 27, 2009 11:51 |
problem about numerical scheme in LES. | libin | Main CFD Forum | 4 | July 1, 2004 05:32 |
Problem Buoyancy Term | Andreas | Main CFD Forum | 1 | March 4, 2004 01:35 |
2nd order boundary condition for QUICK scheme | Jafarnia | Main CFD Forum | 0 | February 25, 2004 10:03 |