CHT#

class ansys.fluent.core.datamodel_231.flicing.Root.Case.App.Solution.CHT(service, rules, path)#

Bases: PyMenu

Singleton CHT.

Classes:

CHTOutputSolution(service, rules, path)

Singleton CHTOutputSolution.

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

Command Calculate.

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

Command CalculateICE.

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

Command Interrupt.

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

Command Load.

NumberLoops(service, rules[, path])

Parameter NumberLoops of value type int.

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

Command Reset.

SaveInterval(service, rules[, path])

Parameter SaveInterval of value type int.

SolutionAvailable(service, rules[, path])

Parameter SolutionAvailable of value type bool.

SolverIterations(service, rules[, path])

Parameter SolverIterations of value type int.

class CHTOutputSolution(service, rules, path)#

Bases: PyMenu

Singleton CHTOutputSolution.

Classes:

Loaded(service, rules[, path])

Parameter Loaded of value type bool.

class Loaded(service, rules, path=None)#

Bases: PyParameter

Parameter Loaded of value type bool.

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

Bases: PyCommand

Command Calculate.

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

Bases: PyCommand

Command CalculateICE.

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

Bases: PyNumerical

Parameter NumberLoops of value type int.

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

Bases: PyCommand

Command Reset.

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

Bases: PyNumerical

Parameter SaveInterval of value type int.

class SolutionAvailable(service, rules, path=None)#

Bases: PyParameter

Parameter SolutionAvailable of value type bool.

class SolverIterations(service, rules, path=None)#

Bases: PyNumerical

Parameter SolverIterations of value type int.