Guidelines for Solving Multiphysics Problems
Multiphysics Models
Unless the model contains a multiphysics node that defines a coupling between a Heat Transfer interface and another interface (see Multiphysics Couplings below), each physics interface defines default solver settings that are merged.
The Heat Transfer interfaces always define a dedicated segregated group that uses a linear solver optimized for the heat transfer equations. For strongly coupled models, it may be efficient to merge two (or more) segregated steps. In this case, a unique linear solver must be chosen for the fully coupled solver or the new segregated group.
Time-dependent settings from different physics interfaces may compete. When the different settings are merged the strictest one is kept.
Multiphysics Couplings
When a Heat Transfer interface is coupled with another physics interface through a multiphysics coupling feature, additional predefined default settings are loaded. The next two paragraphs describes the subtleties of the Nonisothermal Flow, Electromagnetic Heating, Heat and Moisture Transport, and Moisture Flow interfaces.
Nonisothermal Flow
The Nonisothermal Flow multiphysics coupling controls the solver settings for the flow and the temperature dependent variables.
When it assumes a weak coupling between the flow and the heat interfaces (typically no gravity force accounted for in the flow interface), the default solver contains dedicated segregated groups for heat and flow dependent variables. Each uses the default linear solver of the corresponding interface, except that the presmoother and postsmoother in the GMRES iterative solver switches from SOR to SCGS.
When a strong coupling is assumed (gravity force accounted for in the flow interface), the default solver merges the temperature, pressure, and velocity groups. In this case, the solver corresponds to the default solver of the heat transfer interface. This is meant to suits well for nonisothermal flows in which natural convection dominates. See Default Linear Settings for Heat Transfer and Moisture Transport interfaces, Default Nonlinear Settings for Heat Transfer Interfaces, and Default Time Settings for Heat Transfer Interfaces for details.
Electromagnetic Heating
The Electromagnetic Heating multiphysics interfaces (Joule heating, Laser Heating, Induction Heating, and Microwave Heating) define default settings that solve the temperature and the electromagnetic fields using a coupled step. It can be the fully coupled nonlinear solver if there is no additional variable to solve for, otherwise it is a segregated step containing the temperature and the electromagnetic variables. However when radiation in participating media or damage variable are solved they are placed in a separate group as described above.
Heat Transfer with Surface-to-Surface Radiation
The Heat Transfer with Surface-to-Surface Radiation multiphysics coupling assumes a weak coupling between temperature and radiosity variables solved by a Heat Transfer interface and a Surface-to-Surface Radiation interface, respectively. The default solver contains dedicated segregated groups for temperature and radiosity variables.
Heat and Moisture Transport
The Heat and Moisture Transport multiphysics coupling controls the solver settings for the temperature and relative humidity variables.
The default solver merges the temperature and relative humidity groups. The solver corresponds to the default solver of the moisture transport interface. See Default Linear Settings for Heat Transfer and Moisture Transport interfaces, Default Nonlinear Settings for Moisture Transport Interfaces, and Default Time Settings for Moisture Transport Interfaces for details.
Moisture Flow
The Moisture Flow multiphysics coupling controls the solver settings for the flow (velocity and pressure) and the relative humidity variables.
When it assumes a weak coupling between the flow and the moisture interfaces (typically no gravity force accounted for in the flow interface), the default solver contains dedicated segregated groups for moisture and flow dependent variables. Each uses the default linear solver of the corresponding interface, except that the presmoother and postsmoother in the GMRES iterative solver switches from SOR to SCGS.
When a strong coupling is assumed (gravity force accounted for in the flow interface), the default solver merges the relative humidity, pressure, and velocity groups. In this case, the solver corresponds to the default solver of the moisture transport interface. See Default Linear Settings for Heat Transfer and Moisture Transport interfaces, Default Nonlinear Settings for Moisture Transport Interfaces, and Default Time Settings for Moisture Transport Interfaces for details.