|
[Sponsors] |
combination of dynamicRefine and motionSolver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 24, 2009, 10:09 |
combination of dynamicRefine and motionSolver
|
#1 |
Member
Björn Fabritius
Join Date: Mar 2009
Location: Freiberg, Germany
Posts: 31
Rep Power: 17 |
Hello all,
I tried to combine the motionSolverFvMesh (in OF-1.6) with the dynamicRefineFvMesh and solve using interDyMFoam. I couldn't run my case with motion and refinement in a single step, so I changed the update() method such, that it does a refinement step based on the refineInterval value in dynamicMeshDict and a motion step otherwise. So a value of 2 would lead to alternately doing motion - refinement - motion - refinement etc. The problem is: The first refinement step after any number of movements produces alpha1 values of 300 and larger and the solver crashes immediately. Both procedures seperately work fine, i.e. I can do the complete run with motion and without refinement, or I can run it doing refinement in every step without motion. But the combination does not work! Has anyone ever tried a similar thing and succeeded? Any hints appreciated. Regards, Bjoern |
|
January 12, 2010, 07:58 |
|
#2 |
Member
Wolfgang W.
Join Date: Nov 2009
Location: Switzerland
Posts: 57
Rep Power: 17 |
Dear Bjoern,
I was just about to pose the exacte same question as I'm also trying to implement mesh motion (dynamicMotionSolverFvMesh) and refinement (dynamicRefineFvMesh) into one procedure. It seems I didn't even get as far as you did ... I tried to write everything into dynamicMeshDict - didn't work of course because then I have two different assignements to dynamicFvMesh. How did you do it? I'm working with dev-1.5 and a modified version of the icoFsiFoam solver at the moment. Did you get any further with respect to this issue? Best regards, Wolfgang |
|
June 30, 2010, 12:54 |
|
#3 |
New Member
yannH
Join Date: Feb 2010
Posts: 26
Rep Power: 16 |
Hi,
I'm trying to use dynamic meshing and I want to know if someone has examples or documentation on dynamicMeshDict, others than tutorial ones, using dynamicMotionSolverFvMesh or dynamicRefineFvMesh or staticFvMesh, with the appropriate keywords... Thanks |
|
Tags |
dynamicrefine, interdymfoam |
|
|