CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

dynamicRefineFvMesh

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By twinklekothari

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 1, 2014, 09:59
Default dynamicRefineFvMesh
  #1
New Member
 
lijianjun
Join Date: May 2013
Posts: 2
Rep Power: 0
pandajjing is on a distinguished road
Hi all,
I am doing a simulation of impinging jets ,which needs high quality mesh.It is necessary for me to use the dynamicRefineFvMesh fuction.But I have no idea about how to set the specific parameter , and what they mean.Thanks a lot

PHP Code:
dynamicFvMesh   dynamicRefineFvMesh;

dynamicRefineFvMeshCoeffs
{
    
// How often to refine
    
refineInterval  1;
    
// Field to be refinement on
    
field           alpha1;
    
// Refine field inbetween lower..upper
    
lowerRefineLevel 0.001;
    
upperRefineLevel 0.999;
    
// If value < unrefineLevel unrefine
    
unrefineLevel   10;
    
// Have slower than 2:1 refinement
    
nBufferLayers   1;
    
// Refine cells only up to maxRefinement levels
    
maxRefinement   2;
    
// Stop refinement if maxCells reached
    
maxCells        200000;
    
// Flux field and corresponding velocity field. Fluxes on changed
    // faces get recalculated by interpolating the velocity.
    
correctFluxes
    
(
        (
            
phi
            U
        
)
    );
    
// Write the refinement level as a volScalarField
    
dumpLevel       true
pandajjing is offline   Reply With Quote

Old   March 16, 2017, 04:26
Default
  #2
New Member
 
Twinkle
Join Date: Jun 2016
Posts: 7
Rep Power: 10
twinklekothari is on a distinguished road
https://openfoamwiki.net/index.php/P...icRefineFvMesh
mcfdma likes this.
twinklekothari is offline   Reply With Quote

Reply

Tags
dynamicfvmesh, dynamicrefinefvmesh


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
dynamicRefineFvMesh on polyhedral meshes lr103476 OpenFOAM Running, Solving & CFD 5 May 11, 2020 12:03
Is it possible to use solidBodyMotionFvMesh together with dynamicRefineFvMesh? keepfit OpenFOAM Running, Solving & CFD 5 June 12, 2015 13:35
dynamicRefineFvMesh nimasam OpenFOAM 2 August 22, 2013 03:03
dynamicRefineFvMesh/ solidBodyMotionFvMesh FG_HSRM OpenFOAM 3 July 19, 2012 12:39
dynamicRefineFvMesh in 2 directions Victor OpenFOAM 6 June 28, 2010 05:46


All times are GMT -4. The time now is 20:21.