ansys.fluent.core.solver.flobject.NamedObject#

class ansys.fluent.core.solver.flobject.NamedObject(name=None, parent=None)#

A NamedObject container is a container object similar to a Python dictionary object. Generally, many such objects can be created with different names.

Attributes:
command_names: list[str]

Names of the commands

Methods

__init__([name, parent])

__init__ of NamedObject class.

after_execute(value)

Executes after command execution.

before_execute(value)

Executes before command execution.

find_object(relative_path)

Find object.

get_attr(attr[, attr_type_or_types])

Get the requested attribute for the object.

get_attrs(attrs[, recursive])

Get the requested attributes for the object.

get_completer_info([prefix, excluded])

Get completer info of all children.

get_object_names()

Object names.

get_state()

Get the state of the object.

is_active()

Whether the object is active.

is_read_only()

Whether the object is read-only.

items()

Items.

keys()

Object names.

print_state([out, indent_factor])

Print the state of the object.

set_flproxy(flproxy)

Set flproxy object.

set_state([state])

Set the state of the object.

state_with_units()

Get the state of the object with units where available.

to_python_keys(value)

Convert value to have keys with Python names.

to_scheme_keys(value)

Convert value to have keys with scheme names.

user_creatable()

Whether the object is user-creatable.

values()

Object values.

Attributes

command_names

file_transfer_service

Remote file handler.

flproxy

Proxy object.

fluent_name

obj_name

Name of the scheme of this object.

parent

Parent (container) object.

path

Path of the object.

python_name

Python name of this object.

python_path

Path of the object.

query_names