|
[Sponsors] |
June 18, 2008, 05:57 |
Hi all,
Here is my problem,
|
#1 |
Guest
Posts: n/a
|
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? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Taking the absolute value of a volVectorField or a volTensorField | kupiainen | OpenFOAM | 3 | July 25, 2019 14:00 |
Combining 3 volScalarFields to form a volVectorField | srinath | OpenFOAM | 1 | August 13, 2008 02:27 |
velocity update | fluent_urs | FLUENT | 6 | July 8, 2008 12:41 |
VolVectorField of complex numbers | quba | OpenFOAM | 0 | December 17, 2007 09:06 |
To get the magnitude of volVectorField | susana | OpenFOAM Pre-Processing | 5 | November 16, 2006 07:53 |