CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   How to update volVectorField velocity (https://www.cfd-online.com/Forums/openfoam-solving/58795-how-update-volvectorfield-velocity.html)

swlee June 18, 2008 04:57

Hi all, Here is my problem,
 
Hi all,

Here is my problem,
1. I have a grid domain which is consist of 4 different grids(two main grids, two ghost grids).
2. The ghost grid will be used to get a new value and calculate the velocity fields of the two main grids(with "RegionCoupled" patch).
3. The value of two ghost grids will be obtained from the interpolation scheme.

With regards to item 3 above, I don't know how to update interpolated velocity fileds for two ghost grids. I used and followed the code for "sample" utitiliy. I've got the interpolation points for two ghost grids like the following code,

(some codes for preparation of interpolation here..)
fvMesh& ghostMesh = ghostMesh[ghostI];
const pointField& interpPoints = ghostMesh.pointAll();

(implementation code for interpolation here)
bla..bla...

If I'm succeed to obtain proper interpolated velocity from interpolation scheme, how can I update this new obtained interpolated velocity fields in volVectorField of velocity field for two ghost grids?

Is there anyone can help me?


All times are GMT -4. The time now is 12:48.