|
[Sponsors] |
June 21, 2011, 14:52 |
dynamicRefineFvMesh
|
#1 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
dynamicFvMesh dynamicRefineFvMesh;
dynamicRefineFvMeshCoeffs { refineInterval 1; field alpha1; lowerRefineLevel 0.001; upperRefineLevel 0.999; unrefineLevel 10; nBufferLayers 1; maxRefinement 2; maxCells 200000; correctFluxes ( ( phi U ) ); dumpLevel true; } hi foamer could you please tell me the meaning of : unrefineLevel and nBufferLayers and dumpLevel ? thanks alot |
|
August 22, 2013, 04:03 |
Partial Answer
|
#3 |
Member
Christian Butcher
Join Date: Jul 2013
Location: Japan
Posts: 85
Rep Power: 13 |
Hi,
So I'm also looking into this, because I don't know what the unrefineLevel refers to, but the example dynamicMeshDict at $FOAM_SRC/dynamicFvMesh/dynamicRefineFvMesh/dynamicMeshDict has lots of useful comments. In particular, "//Which cells to un/refine:... unrefine pointCells that are within nBufferLayers of points marked for refinement." My understanding of this (which may be wrong :/) is that the cells within nBufferLayers of cells which have the field value specified by the "field" variable between "minLevel" and "maxLevel" will be examined for unrefinement, if they do not have a value falling between min/max level. If you know the meaning for unrefineLevel, please let me know. The file taken from the tutorial "damBreakWithObstacle" has "//If value < unrefineLevel unrefine unrefineLevel 10;" but since the values sought out are between 0.001 and 0.999 I would assume this would unrefine every point? |
|
Tags |
dynamicrefinefvmesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
dynamicRefineFvMesh on polyhedral meshes | lr103476 | OpenFOAM Running, Solving & CFD | 5 | May 11, 2020 13:03 |
map point Fields in dynamicRefineFvMesh | lukasfischer | OpenFOAM Running, Solving & CFD | 9 | October 26, 2012 11:06 |
dynamicRefineFvMesh/ solidBodyMotionFvMesh | FG_HSRM | OpenFOAM | 3 | July 19, 2012 13:39 |
dynamicRefineFvMesh in 2 directions | Victor | OpenFOAM | 6 | June 28, 2010 06:46 |
Problem with leastSquares scheme when using dynamicRefineFvMesh | christian_kunkelmann | OpenFOAM Running, Solving & CFD | 2 | July 10, 2009 12:19 |