Skip to main content

Mechanical scripting interface

RadiositySolverType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.RadiositySolverType

Bases: enum.Enum

Specifies the RadiositySolverType.

Overview

Attributes

Name
Direct
IterativeGaussSeidel
IterativeJacobi
ProgramControlled

Attribute detail

RadiositySolverType.Direct = 1

RadiositySolverType.IterativeGaussSeidel = 3

RadiositySolverType.IterativeJacobi = 2

RadiositySolverType.ProgramControlled = 0