|
[Sponsors] |
January 19, 2010, 07:09 |
dynamicRefineFvMesh/ solidBodyMotionFvMesh
|
#1 |
Member
Join Date: Dec 2009
Posts: 36
Rep Power: 16 |
Hello all.
I want run a case with a mesh movement and mesh refinement. Now, I'm looking for the right syntax for the dynamichMeshDict to run both together. /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object dynamicMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dynamicFvMesh solidBodyMotionFvMesh; solidBodyMotionFvMeshCoeffs { solidBodyMotionFunction SKA; SKACoeffs { CofG ( 0 0 0 ); timeDataFileName "constant/6DoF.dat"; } } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // 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; } // ************************************************** *********************** // Is there a way to handle this? Thanks a lot. Regards |
|
January 19, 2010, 08:37 |
|
#2 |
Senior Member
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 18 |
I don't think so!
It won't work. You might build a new solver which includes both features ;-). Kinda regrads Claus |
|
July 18, 2012, 21:40 |
|
#3 |
Member
liping_he
Join Date: Feb 2011
Posts: 36
Rep Power: 15 |
Hello,
I have the same issue just you met. Did you solve it? Did you know how to run the two kinds of dynamicMeshDicts at the same time? regards, liping |
|
July 19, 2012, 13:39 |
|
#4 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
From experience, you need to make a new type of dynamicFvMesh. Maybe call it dynamicFvRefineMotionSolverMesh.
Pluging the OpenFOAM training (I just took the Advanced Course last month), the way things work is explained very well in regards to how dynamic mesh elements work together. |
|
|
|
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 dies on snappyHexMesh generated grid | chtrapp | OpenFOAM Running, Solving & CFD | 10 | October 4, 2012 07:30 |
OpenFOAM15dev interDyMFoam problem using dynamicRefineFvMesh | eberberovic | OpenFOAM Bugs | 6 | January 14, 2010 06:18 |
Problem with leastSquares scheme when using dynamicRefineFvMesh | christian_kunkelmann | OpenFOAM Running, Solving & CFD | 2 | July 10, 2009 12:19 |