ParticlesRun#

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

Bases: PyMenu

Singleton ParticlesRun.

Classes:

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

Command Calculate.

ConvergenceAvailable(service, rules[, path])

Parameter ConvergenceAvailable of value type bool.

CrystalOutputSolution(service, rules, path)

Singleton CrystalOutputSolution.

CrystalPrimaryOutputSolution(service, rules, ...)

Singleton CrystalPrimaryOutputSolution.

DropletOutputSolution(service, rules, path)

Singleton DropletOutputSolution.

DropletPrimaryOutputSolution(service, rules, ...)

Singleton DropletPrimaryOutputSolution.

InitConditions(service, rules, path)

Singleton InitConditions.

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

Command Initialize.

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

Command Interrupt.

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

Command LoadCrystals.

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

Command LoadDroplets.

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

Command LoadParticles.

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

Command LoadVapor.

Monitors(service, rules, path)

Singleton Monitors.

Output(service, rules, path)

Singleton Output.

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

Command Reset.

RunSettings(service, rules, path)

Singleton RunSettings.

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

Command Save.

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

Command SaveAs.

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

Command SaveCrystals.

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

Command SaveDroplets.

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

Command SaveVapor.

SolutionAvailable(service, rules[, path])

Parameter SolutionAvailable of value type bool.

SolutionInfo(service, rules, path)

Singleton SolutionInfo.

Solver(service, rules, path)

Singleton Solver.

VaporOutputSolution(service, rules, path)

Singleton VaporOutputSolution.

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

Bases: PyCommand

Command LoadCrystals.

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

Bases: PyCommand

Command LoadDroplets.

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

Bases: PyCommand

Command LoadParticles.

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

Bases: PyCommand

Command LoadVapor.

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.

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

Bases: PyCommand

Command SaveAs.

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

Bases: PyCommand

Command SaveCrystals.

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

Bases: PyCommand

Command SaveDroplets.

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

Bases: PyCommand

Command SaveVapor.

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.