AirflowRun#

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

Bases: PyMenu

Singleton AirflowRun.

Classes:

AirflowCFXOutputSolution(service, rules, path)

Singleton AirflowCFXOutputSolution.

AirflowFENSAPOutputSolution(service, rules, path)

Singleton AirflowFENSAPOutputSolution.

AirflowFluentOutputSolution(service, rules, path)

Singleton AirflowFluentOutputSolution.

AirflowInput(service, rules, path)

Singleton AirflowInput.

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

Command Calculate.

ConvergenceAvailable(service, rules[, path])

Parameter ConvergenceAvailable of value type bool.

FensapOutput(service, rules, path)

Singleton FensapOutput.

FensapTimeIntegration(service, rules, path)

Singleton FensapTimeIntegration.

FluentCFFPost(service, rules, path)

Singleton FluentCFFPost.

FluentInitSettings(service, rules, path)

Singleton FluentInitSettings.

FluentTimeIntegration(service, rules, path)

Singleton FluentTimeIntegration.

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

Command Initialize.

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

Command Interrupt.

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

Command Load.

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

Command Reset.

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

Command Save.

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

Command SaveAs.

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 ConvergenceAvailable(service, rules, path=None)#

Bases: PyParameter

Parameter ConvergenceAvailable of value type bool.

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

Bases: PyCommand

Command Initialize.

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 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 SolutionAvailable(service, rules, path=None)#

Bases: PyParameter

Parameter SolutionAvailable of value type bool.

__init__(service, rules, path)#

__init__ method of PyMenu class.