diagnostics#

class ansys.fluent.core.generated.datamodel_271.meshing_workflow.Root.application.diagnostics(service, rules, path)#

Bases: PyMenu

Provides tools to analyze and report issues in the meshing process.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

Classes:

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

Closes the diagnostics session for the meshing operation.

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

Calculates diagnostic information for the meshing process.

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

Sets diagnostic options for meshing analysis.

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

Visualizes diagnostic information related to the mesh.

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

Returns the first diagnostic from the diagnostics list.

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

Generates a histogram to analyze data distribution within meshing diagnostics.

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

Sets specified diagnostics to be ignored during the meshing process.

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

Retrieves a list of diagnostic messages related to meshing.

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

Marks diagnostics to indicate specific issues or conditions in the meshing process.

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

Moves to the next diagnostic issue in the sequence.

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

Returns the previous diagnostic entry in the sequence.

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

Restores all suppressed diagnostic objects to their original state.

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

Provides a summary of diagnostic findings for meshing results.

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

Updates the diagnostics data for the current meshing operation.

__init__(service, rules, path)#

__init__ method of PyMenu class.

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

Bases: PyCommand

Closes the diagnostics session for the meshing operation.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Calculates diagnostic information for the meshing process.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Sets diagnostic options for meshing analysis.

Parameters:
optionstr
measurestr
averagefloat
minimumfloat
maximumfloat
mark_range_typestr
mark_minfloat
mark_maxfloat
selectedstr
marked_countint
current_countint
extents_update_boundsbool
extents_x_minfloat
extents_y_minfloat
extents_z_minfloat
extents_x_maxfloat
extents_y_maxfloat
extents_z_maxfloat
Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Visualizes diagnostic information related to the mesh.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Returns the first diagnostic from the diagnostics list.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Generates a histogram to analyze data distribution within meshing diagnostics.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Sets specified diagnostics to be ignored during the meshing process.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Retrieves a list of diagnostic messages related to meshing.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Marks diagnostics to indicate specific issues or conditions in the meshing process.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Moves to the next diagnostic issue in the sequence.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Returns the previous diagnostic entry in the sequence.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Restores all suppressed diagnostic objects to their original state.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Provides a summary of diagnostic findings for meshing results.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Updates the diagnostics data for the current meshing operation.

Returns:
None

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.