find_children#

ansys.fluent.core.solver.flobject.find_children(obj, identifier='*')#

Returns path of all the child objects matching an identifier.

Parameters:
obj: Object

Object whose children need to be queried.

identifier: str

Identifier to find specific children.

Returns:
List