diagnostics#
- class ansys.fluent.core.generated.datamodel_271.meshing_workflow.Root.application.diagnostics(service, rules, path)#
Bases:
PyMenuProvides 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:
PyCommandCloses the diagnostics session for the meshing operation.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class compute(service, rules, command, path=None)#
Bases:
PyCommandCalculates diagnostic information for the meshing process.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class diag_options(service, rules, command, path=None)#
Bases:
PyCommandSets diagnostic options for meshing analysis.
- Parameters:
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class draw(service, rules, command, path=None)#
Bases:
PyCommandVisualizes diagnostic information related to the mesh.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class first(service, rules, command, path=None)#
Bases:
PyCommandReturns the first diagnostic from the diagnostics list.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class histogram(service, rules, command, path=None)#
Bases:
PyCommandGenerates a histogram to analyze data distribution within meshing diagnostics.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class ignore(service, rules, command, path=None)#
Bases:
PyCommandSets specified diagnostics to be ignored during the meshing process.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class list(service, rules, command, path=None)#
Bases:
PyCommandRetrieves a list of diagnostic messages related to meshing.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class mark(service, rules, command, path=None)#
Bases:
PyCommandMarks diagnostics to indicate specific issues or conditions in the meshing process.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class next(service, rules, command, path=None)#
Bases:
PyCommandMoves to the next diagnostic issue in the sequence.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class previous(service, rules, command, path=None)#
Bases:
PyCommandReturns the previous diagnostic entry in the sequence.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class restore(service, rules, command, path=None)#
Bases:
PyCommandRestores all suppressed diagnostic objects to their original state.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.
- class summary(service, rules, command, path=None)#
Bases:
PyCommandProvides a summary of diagnostic findings for meshing results.
- Returns:
Methods:
Create an operation instance.
- create_instance()#
Create an operation instance.