|
[Sponsors] |
August 22, 2011, 16:12 |
A fundamental question about interpolate
|
#1 |
Member
|
Is there any difference between
Code:
fvc::interpolate(alpha*rhoa) Code:
fvc::interpolate(alpha)*fvc::interpolate(rhoa)
__________________
Kai |
|
August 22, 2011, 16:34 |
|
#2 |
Senior Member
Mohammad
Join Date: Feb 2010
Location: Shiraz, Iran
Posts: 108
Rep Power: 16 |
hi,
just an example: interpolate between point1 and point 2 with linear scheme and find the middle value: (x1*y1+x2*y2)/2 not equal to((x1+x2)/2)*((y1+y2)/2) I think it is clear! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unanswered question | niklas | OpenFOAM | 2 | July 31, 2013 17:03 |
Validation: a fundamental question | Not a guru | Main CFD Forum | 3 | March 4, 2007 05:46 |
Help with Fundamental Question | alice | FLUENT | 2 | October 26, 2004 12:14 |
CHANNEL FLOW: a question and a request | Carlos | Main CFD Forum | 4 | August 23, 2002 06:55 |
question | K.L.Huang | Siemens | 1 | March 29, 2000 05:57 |