InitConditions#

class ansys.fluent.core.datamodel_241.flicing.Root.Case.App.Solution.ParticlesRun.InitConditions(service, rules, path)

Bases: PyMenu

Singleton InitConditions.

Classes:

Alpha(service, rules[, path])

Parameter Alpha of value type float.

Beta(service, rules[, path])

Parameter Beta of value type float.

DryInit(service, rules[, path])

Parameter DryInit of value type bool.

InitMode(service, rules[, path])

Parameter InitMode of value type str.

Magnitude(service, rules[, path])

Parameter Magnitude of value type float.

VelocityFlag(service, rules[, path])

Parameter VelocityFlag of value type bool.

VelocityX(service, rules[, path])

Parameter VelocityX of value type float.

VelocityY(service, rules[, path])

Parameter VelocityY of value type float.

VelocityZ(service, rules[, path])

Parameter VelocityZ of value type float.

class Alpha(service, rules, path=None)

Bases: PyNumerical

Parameter Alpha of value type float.

class Beta(service, rules, path=None)

Bases: PyNumerical

Parameter Beta of value type float.

class DryInit(service, rules, path=None)

Bases: PyParameter

Parameter DryInit of value type bool.

class InitMode(service, rules, path=None)

Bases: PyTextual

Parameter InitMode of value type str.

class Magnitude(service, rules, path=None)

Bases: PyNumerical

Parameter Magnitude of value type float.

class VelocityFlag(service, rules, path=None)

Bases: PyParameter

Parameter VelocityFlag of value type bool.

class VelocityX(service, rules, path=None)

Bases: PyNumerical

Parameter VelocityX of value type float.

class VelocityY(service, rules, path=None)

Bases: PyNumerical

Parameter VelocityY of value type float.

class VelocityZ(service, rules, path=None)

Bases: PyNumerical

Parameter VelocityZ of value type float.