Solid Temperature Solver¶
The SolidTemperatureSolver configures the linear and nonlinear solution
strategy of the SolidTemperatureModel.
It is accessed via SolidTemperatureModel.get_solver().
Methods¶
set_verbose¶
Enable or disable verbose solver output.
Args:
- set_verbosity: If
True, the solver prints additional information.
set_urf_factor¶
Set the under-relaxation factor (URF) used for nonlinear iterations.
Args:
- under_relaxation_factor: Value in \((0, 1]\). Smaller values add damping and can improve robustness for strongly nonlinear cases.
set_frozen¶
Freeze the solver and model state (no updates during solves).
Args:
- is_frozen: If
True, the solver state is not updated during a solve.