|
[Sponsors] |
Multiple AMI on pimpleFoam causing decreasing time step size. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 16, 2019, 09:39 |
Multiple AMI on pimpleFoam causing decreasing time step size.
|
#1 | ||
New Member
Join Date: Jul 2019
Posts: 14
Rep Power: 7 |
Hello,
I am working on a simulation with two AMIs representing two rotors. When I use pimpleFoam, the time step size starts to decrease rapidly (from the initial deltaT=e-3 to e-23). I have tried initialising the solution with potentialFoam, the issue persists. I have also checked if the cells are connected as suggested in this post (Multiple AMI rotations not working). However, the multiSolidBodyMotionFvMesh option is unavailable on pimpleFoam 'dynamicFvMesh'. Here is the dynamicMeshDict file. Quote:
Quote:
Any leads on why the timestep decreases to such low values would be appreciated. Thank you. Edit: I also noticed that only one of my rotors (rotating2 from the dynamicMeshDict) is rotating when I ran the moveDynamicMesh -checkAMI command. I have checked with some solutions suggested for this issue on this forum but they have proved fruitless. (example: dynamicMultiMotionSolverFvMesh: This warrants an error as follows "Unknown dynamicFvMesh type dynamicMultiMotionSolverFvMesh" mergeOrSplitBaffles -split -overwrite: This returns zero connected cells.) Along with this, I also observe the same error message about the aspect ratio as mentioned in the https://bugs.openfoam.org/view.php?id=1026. If anybody faced a similar issue and solved it or has any ideas about this please do chime in. Thank you. Last edited by usr0830; July 18, 2019 at 11:44. |
|||
July 17, 2019, 06:49 |
|
#2 |
Senior Member
Kmeti Rao
Join Date: May 2019
Posts: 145
Rep Power: 8 |
Hi, I think this is due to the number of grids in the interface, please look into the number of elements in the interface and also the overall grid size of the domain. May I know how many cells you have
Regards |
|
July 18, 2019, 09:53 |
|
#3 | |
New Member
Join Date: Jul 2019
Posts: 14
Rep Power: 7 |
Quote:
Thank you for your reply. The number of cells on each moving interface is 78 and the total number of cells in the domain is 67,766. I have the same number of cells on both sides of the moving interface. |
||
July 25, 2019, 05:03 |
|
#4 |
Senior Member
|
Your step size goes down because you set it according to the Courant number (here capped at 20). One of your fields probably diverges.
Try capping the Courant to 0.5 as a test and/or running the case with no rotation (but with the AMI interfaces present). |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Stuck in a Rut- interDyMFoam! | xoitx | OpenFOAM Running, Solving & CFD | 14 | March 25, 2016 08:09 |
Compressor Simulation using rhoPimpleDyMFoam | Jetfire | OpenFOAM Running, Solving & CFD | 107 | December 9, 2014 14:38 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
same geometry,structured and unstructured mesh,different behaviour. | sharonyue | OpenFOAM Running, Solving & CFD | 13 | January 2, 2013 23:40 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |