IceRun#

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

Bases: PyMenu

Singleton IceRun.

Classes:

Calculate(service, rules, command[, path])

Command Calculate.

DisplacementOutputSolution(service, rules, path)

Singleton DisplacementOutputSolution.

IceAdvanced(service, rules, path)

Singleton IceAdvanced.

IceInit(service, rules, path)

Singleton IceInit.

IceOutput(service, rules, path)

Singleton IceOutput.

IceOutputSolution(service, rules, path)

Singleton IceOutputSolution.

IceRemeshing(service, rules, path)

Singleton IceRemeshing.

IceTime(service, rules, path)

Singleton IceTime.

Interrupt(service, rules, command[, path])

Command Interrupt.

Load(service, rules, command[, path])

Command Load.

MeshMorph(service, rules, command[, path])

Command MeshMorph.

Reset(service, rules, command[, path])

Command Reset.

Save(service, rules, command[, path])

Command Save.

SaveAs(service, rules, command[, path])

Command SaveAs.

SetupRemeshing(service, rules, command[, path])

Command SetupRemeshing.

SheddingOutput(service, rules, path)

Singleton SheddingOutput.

SolutionAvailable(service, rules[, path])

Parameter SolutionAvailable of value type bool.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

class Calculate(service, rules, command, path=None)#

Bases: PyCommand

Command Calculate.

Returns:
bool
class Interrupt(service, rules, command, path=None)#

Bases: PyCommand

Command Interrupt.

Returns:
bool
class Load(service, rules, command, path=None)#

Bases: PyCommand

Command Load.

Parameters:
Filenamestr
Returns:
bool
class MeshMorph(service, rules, command, path=None)#

Bases: PyCommand

Command MeshMorph.

Returns:
bool
class Reset(service, rules, command, path=None)#

Bases: PyCommand

Command Reset.

Returns:
bool
class Save(service, rules, command, path=None)#

Bases: PyCommand

Command Save.

Parameters:
Filenamestr
Returns:
bool
class SaveAs(service, rules, command, path=None)#

Bases: PyCommand

Command SaveAs.

Parameters:
Filenamestr
Returns:
bool
class SetupRemeshing(service, rules, command, path=None)#

Bases: PyCommand

Command SetupRemeshing.

Parameters:
Filenamestr
Returns:
bool
class SolutionAvailable(service, rules, path=None)#

Bases: PyParameter

Parameter SolutionAvailable of value type bool.

__init__(service, rules, path)#

__init__ method of PyMenu class.