|
[Sponsors] |
November 30, 2016, 05:21 |
|
#81 |
Member
Join Date: Mar 2012
Posts: 51
Rep Power: 14 |
How can I do this ? If I have the field only on the fine 128 grid, how can I map this field on the 64 grid without smoothing ? Each coarse cell on the 64 grid has to get a value from 8 fine cells. Averaging all 8 cells is the logical method to me.
|
|
November 30, 2016, 05:26 |
|
#82 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Just select one node each two somehow similar to the multi grid procedure
|
|
November 30, 2016, 05:39 |
|
#83 |
Member
Join Date: Mar 2012
Posts: 51
Rep Power: 14 |
lets take a simple 2D example. How would you calculate the value in the bigger cell based on the values of the fine cells (1,2,3,4) ?
|
|
November 30, 2016, 05:48 |
|
#84 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
No You should consider Nyquist theorem and the simplest 2D example requires a 4x4 grid to be sampled on a 2x2 grid
|
|
November 30, 2016, 06:11 |
|
#85 |
Member
Join Date: Mar 2012
Posts: 51
Rep Power: 14 |
which would look like this ...
|
|
November 30, 2016, 06:22 |
|
#86 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
well, I was thinking about a 4x4 mesh of size h with values at grid intersection (5x5 values) not at the center of the cells but we can work also on this figure you have done.
Consider the nodes structured as i=1:5 and j=1:5 at step h. You select the node (2,2), (4,2), (2,4),(4,4) and you have the coarser grid represented by a 2x2 mesh of size 2h. Periodicity completes the construction of the coarse grid. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LES explicit filtering | maka | OpenFOAM Running, Solving & CFD | 4 | December 27, 2012 10:08 |
LES explicit filtering | Paul | Main CFD Forum | 0 | March 17, 2006 09:03 |
LES (explicit) filtering | John | Main CFD Forum | 2 | July 29, 2004 19:03 |
Channel LES and explicit filtering | Luca Liberti | Main CFD Forum | 0 | January 17, 1999 11:07 |