ansys.fluent.core.solver.flobject.Group#
- class ansys.fluent.core.solver.flobject.Group(name=None, parent=None)#
A
Group
container object.A
Group
object is a container similar to a C++ structure object. Child objects can be accessed via attribute access.- Attributes:
- child_names: list[str]
Names of the child objects
- command_names: list[str]
Names of the commands
Methods
__init__
([name, parent])__init__ of Group class.
Names of children that are currently active.
Names of commands that are currently active.
Names of queries that are currently active.
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])Get completer info of all children.
Get the state of the object.
Whether the object is active.
Whether the object is read-only.
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.
to_python_keys
(value)Convert value to have keys with Python names.
to_scheme_keys
(value)Convert value to have keys with scheme names.
Attributes
child_names
command_names
flproxy
Proxy object.
fluent_name
obj_name
Name of the scheme of this object.
parent
Parent (container) object.
path
Path of the object.
query_names