|
[Sponsors] |
August 2, 2012, 09:47 |
How to interpolate 'mesh.V()'
|
#1 |
New Member
Lun Yu
Join Date: Aug 2012
Posts: 8
Rep Power: 14 |
I wanna get a valid term to multiply by fvc::snGrad(p) to get the presseure on the surface of a cell. Literally, 'mesh.V()' should be interpolated, but fvc::interpolate(mesh.V()) is invalid, how can I realize it? Please help me!
I tried to use: volScalarField Vmesh(mesh.V()); fvc::snGrad(p) * fvc::interpolate(Vmesh). but it is invalid as well. |
|
August 3, 2012, 03:44 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
I don't really get it. Why can't you fvc::interpolate(p) to get the pressure at the face? Am I missing something here?
|
|
August 3, 2012, 05:25 |
|
#3 | |
New Member
Lun Yu
Join Date: Aug 2012
Posts: 8
Rep Power: 14 |
Quote:
Could u help me? THANKS~ |
||
Tags |
interpolate |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Interpolate in some points | ivan_cozza | OpenFOAM Post-Processing | 2 | April 22, 2009 09:58 |
Interpolate a boundary condition | Xabi | OpenFOAM Pre-Processing | 0 | April 9, 2009 05:23 |
overflow when interpolate initial result | richard | CFX | 1 | June 11, 2008 08:36 |
interpolate with batch file | Claudia | CFX | 13 | June 21, 2007 09:30 |
interpolate error of boundary profile | justin | FLUENT | 5 | June 5, 2007 05:01 |