RunSettings#
- class ansys.fluent.core.generated.datamodel_242.flicing.Root.Case.App.Solution.ParticlesRun.RunSettings(service, rules, path)#
Bases:
PyMenu
Singleton RunSettings.
Classes:
HighResTrack
(service, rules[, path])Parameter HighResTrack of value type bool.
MaxStepNumber
(service, rules[, path])Parameter MaxStepNumber of value type int.
NumIterations
(service, rules[, path])Parameter NumIterations of value type int.
ReinjNumIterations
(service, rules[, path])Parameter ReinjNumIterations of value type int.
StepLengthFactor
(service, rules[, path])Parameter StepLengthFactor of value type int.
StepLengthScale
(service, rules[, path])Parameter StepLengthScale of value type float.
TracksUpdate
(service, rules[, path])Parameter TracksUpdate of value type int.
UseStepLengthScale
(service, rules[, path])Parameter UseStepLengthScale of value type bool.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class HighResTrack(service, rules, path=None)#
Bases:
PyParameter
Parameter HighResTrack of value type bool.
- class MaxStepNumber(service, rules, path=None)#
Bases:
PyNumerical
Parameter MaxStepNumber of value type int.
- class NumIterations(service, rules, path=None)#
Bases:
PyNumerical
Parameter NumIterations of value type int.
- class ReinjNumIterations(service, rules, path=None)#
Bases:
PyNumerical
Parameter ReinjNumIterations of value type int.
- class StepLengthFactor(service, rules, path=None)#
Bases:
PyNumerical
Parameter StepLengthFactor of value type int.
- class StepLengthScale(service, rules, path=None)#
Bases:
PyNumerical
Parameter StepLengthScale of value type float.
- class TracksUpdate(service, rules, path=None)#
Bases:
PyNumerical
Parameter TracksUpdate of value type int.
- class UseStepLengthScale(service, rules, path=None)#
Bases:
PyParameter
Parameter UseStepLengthScale of value type bool.
- __init__(service, rules, path)#
__init__ method of PyMenu class.