Model#

class ansys.fluent.core.generated.datamodel_242.flicing.Root.Case.App.Particles.Model(service, rules, path)#

Bases: PyMenu

Singleton Model.

Classes:

MaxLoops(service, rules[, path])

Parameter MaxLoops of value type int.

ReinjectionFlag(service, rules[, path])

Parameter ReinjectionFlag of value type bool.

Subdivisions(service, rules[, path])

Parameter Subdivisions of value type int.

ThermalEquation(service, rules[, path])

Parameter ThermalEquation of value type bool.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

class MaxLoops(service, rules, path=None)#

Bases: PyNumerical

Parameter MaxLoops of value type int.

class ReinjectionFlag(service, rules, path=None)#

Bases: PyParameter

Parameter ReinjectionFlag of value type bool.

class Subdivisions(service, rules, path=None)#

Bases: PyNumerical

Parameter Subdivisions of value type int.

class ThermalEquation(service, rules, path=None)#

Bases: PyParameter

Parameter ThermalEquation of value type bool.

__init__(service, rules, path)#

__init__ method of PyMenu class.