|
[Sponsors] |
February 7, 2003, 17:57 |
Cloud interpolation
|
#1 |
Guest
Posts: n/a
|
Hi all,
I have a large geometry that I have split in two separate sections and simulate them indepedently. The velocites at a certain plane in the first part are written to a data file. I use the data for a cloud interpolation on the inlet of the second part. However, the velocities and the mass flow are not identical. Does anyone have experience on this topic? I presume that the data that is written out, are conservative values. Is that true? Are there some parameters that I missed? Thank you for reading, Pascale |
|
February 7, 2003, 19:07 |
Re: Cloud interpolation
|
#2 |
Guest
Posts: n/a
|
Hi Pascale
The cloud of points interpolation was really only developed to provide users with the ability to specify more complex initial conditions. The interpolation itself uses distance weighted averaging to calculate a value at a specific node, so there will be a general smoothing of the original data. I hear there are some enhancements in 5.6 which allow for more accurate interpolation, but until then I think the only workaround is to employ user fortran and code up your own interpolation routine. Sharks |
|
February 9, 2003, 05:43 |
Re: Cloud interpolation
|
#3 |
Guest
Posts: n/a
|
Hi Pascale, Yes I agree. We had the same problem where a client provided inlet data from 44 different locations along an inlet plane. Rather than create 44 individual inlets we tried the cloude interpolation. We found the same problem as you, that the values we smoothed out due to the distance weighting. We tried creating a more densley populated cloude, which did improve the interpolation, but still fell short of the desired boundary conditions. In the end I wrote a PCL script to read in data to generate my 44 inlet boundary conditions. Good luck Bob
|
|
February 10, 2003, 03:12 |
Re: Cloud interpolation
|
#4 |
Guest
Posts: n/a
|
Hi,
The algorithm is a DWA one which will always smooth the profiles and miss extreme changes in gradients. But there's a different scheme to be used via a env. variable, that will limit the DWA scheme to neighbouring nodes which is sometimes less of a smoother. Ask your support team. I also know that the general schame will be greatly enhanced in CFX-5.6. PS DWA = Distance Weight Averaging (search on the web for the details of the scheme) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running OpenFoam on a Computer Cluster in the Cloud - cloudnumbers.com | Markus Schmidberger | OpenFOAM Announcements from Other Sources | 0 | July 26, 2011 09:18 |
urgent help needed (rhie-chow interpolation problem) | Ardalan | Main CFD Forum | 2 | March 18, 2011 16:22 |
Surface interpolation schemes and parallelization | jutta | OpenFOAM Running, Solving & CFD | 0 | February 25, 2010 15:32 |
CFX Post: Problems with moving point cloud for changing time steps | spatialtime | CFX | 0 | December 7, 2009 05:56 |
Cloud Interpolation in CFX 5 | Jens | CFX | 0 | September 9, 2003 07:35 |