ansys.fluent.core.services.field_data.FieldTransaction.add_scalar_fields_request#

FieldTransaction.add_scalar_fields_request(field_name, surface_ids=None, surface_names=None, node_value=True, boundary_value=True)

Add request to get scalar field data on surfaces.

Parameters:
field_namestr

Name of the scalar field.

surface_idsList[int], optional

List of surface IDs for scalar field data.

surface_names: List[str], optional

List of surface names for scalar field data.

node_valuebool, optional

Whether to provide the nodal location. The default is True. If False, the element location is provided.

boundary_valuebool, optional

Whether to provide the slip velocity at the wall boundaries. The default is True. When True, no slip velocity is provided.

Returns:
None