A flexible C++ framework for the partitioned solution of strongly coupled multifield problems
A flexible C++ framework for the partitioned solution of strongly coupled multifield problems
复制标题
用于强耦合多领域问题分区求解的灵活 C 框架
DOI:
10.1016/j.camwa.2016.07.031
复制
发表时间:
2016
期刊:
影响因子:
--
通讯作者:
A. Düster
中科院分区:
文献类型:
--
作者:
M. König;L. Radtke;A. Düster
In this work, we present a flexible and generic C++ framework for the numerical solution of strongly coupled multifield problems, based on a partitioned approach. Coupled problems occur in a wide range of engineering applications, and their numerical treatment has recently gained much attention. We advocate a partitioned solution approach that enables the use of different discretization schemes and different solvers for the individual fields. Highly optimized, existing solvers can thus be reused—which enhances modularity, reusability, and performance. However, depending on the problem at hand, appropriate measures must be taken to stabilize the solution process and accelerate its convergence. In addition, the field quantities of interest need to be transferred between the solvers. To this end, we developed the software frameworkcomana, which facilitates the implementation of different coupling strategies for a vast range of multifield problems. Interaction with the solvers is achieved through a uniform interface to the solvers’ databases. Interfaces for solvers for which there is no interface available yet can be implemented with minimum effort.