luminarycloud.params.simulation.physics.heat.solution_controls.heat_relaxation_method¶
Classes¶
Apply an implicit relaxation scheme. |
Package Contents¶
- class HeatImplicitRelaxation¶
Apply an implicit relaxation scheme.
- implicit_method: luminarycloud.params.enum.ImplicitMethod¶
Scheme for implicit relaxation of the governing equations.
- linear_solver_type: LinearSolverType¶
Type of linear solver used for implicit relaxation. Possible types:
GaussSeidel
,GsAmgx
,KrylovAmg
,Amg
from thelinear_solver_type
module.