|
[Sponsors] |
January 18, 2012, 12:47 |
Using fvc::interpolate(T)
|
#1 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
Hello to all. I am trying to utilize fvc::interpolate in a post-processor and it seems OpenFOAM doesn't like it. It is only available at run time?
|
|
January 18, 2012, 14:43 |
|
#2 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
So I figured it out, using fvc::interpolate as a post-processor required an interpolation scheme to be provided. Hence the reason my code wasn't working, and I did find a work around, linearInterpolate() works fine.
Deji |
|
|
|