ansys.fluent.core.services.field_data.FieldInfo#
- class ansys.fluent.core.services.field_data.FieldInfo(service)#
Provides access to Fluent field information.
Methods
get_scalar_fields_range(field: str, node_value: bool, surface_ids: List[int])
-> List[float]
Get the range (minimum and maximum values) of the field.
get_scalar_fields_info(self) -> dict
Get fields information (field name, domain, and section).
get_vector_fields_info(self) -> dict
Get vector fields information.
get_surfaces_info(self) -> dict
Get surfaces information (surface name, ID, and type).
Methods
__init__
(service)__init__ method of FieldInfo class.
Get fields information (field name, domain, and section).
get_scalar_fields_range
(field[, node_value, ...])Get the range (minimum and maximum values) of the field.
Get surfaces information (surface name, ID, and type).
Get vector fields information (vector components).