Robert Koslover
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
20.12.2019, 23:38 GMT-5
Updated:
5 years ago
20.12.2019, 23:43 GMT-5
Without the details of your model, I can only guess. BUT, I can tell you that the BiCGStab solver often fails to converge in RF problems, especially if the mesh is not high quality or you use elements with linear discretization. If you are using linear elements, try quadratic. If you are using quadratic, consider cubic. Look at your mesh quality. In particular, make sure the minimum mesh quality is not very low. Re-do your mesh and/or clean up your geometry in a way to significantly improve your minimum mesh quality. Alternatively, if you have enough memory, change the solver to PARDISO. It is much more robust. if you don't have enough memory for PARDISO, change the solver to GMRES. It isn't fast, but it is much more likely to converge steadily than BiCGStab.
-------------------
Scientific Applications & Research Associates (SARA) Inc.
www.comsol.com/partners-consultants/certified-consultants/sara
Without the details of your model, I can only guess. BUT, I can tell you that the BiCGStab solver often fails to converge in RF problems, especially if the mesh is not high quality or you use elements with linear discretization. If you are using linear elements, try quadratic. If you are using quadratic, consider cubic. Look at your mesh quality. In particular, make sure the minimum mesh quality is not very low. Re-do your mesh and/or clean up your geometry in a way to significantly improve your minimum mesh quality. Alternatively, if you have enough memory, change the solver to PARDISO. It is much more robust. if you don't have enough memory for PARDISO, change the solver to GMRES. It isn't fast, but it is much more likely to converge steadily than BiCGStab.