ansys.fluent.core.solver.flobject.Base#
- class ansys.fluent.core.solver.flobject.Base(name=None, parent=None)#
Base class for settings and command objects.
- Parameters:
- name
str
Name of the object if a child of a named object.
- parent: Base
Parent of the object.
- name
- Attributes:
flproxy
Proxy object.
obj_name
Name of the scheme of this object.
- fluent_name
Methods
__init__
([name, parent])__init__ of Base class.
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.
Whether the object is active.
Whether the object is read-only.
set_flproxy
(flproxy)Set flproxy object.
Attributes
flproxy
Proxy object.
fluent_name
obj_name
Name of the scheme of this object.
parent
Parent (container) object.
path
Path of the object.