get_field_extremum#
- PostProcessorIcepak.get_field_extremum(assignment: str, max_min: Literal['Max', 'Min'], location: Literal['Surface', 'Volume'], field: str, setup: str | None = None, intrinsics: Dict[str, str] | None = None) Tuple[Tuple[float, float, float], float]#
- Calculates the position and value of the field maximum or minimum. - Parameters:
- assignmentstr
- The name of the object to calculate the extremum for. 
- max_minLiteral[“Max”, “Min”]
- “Max” for maximum, “Min” for minimum. 
- locationLiteral[“Surface”, “Volume”]
- “Surface” for surface, “Volume” for volume. 
- fieldstr:
- Name of the field. 
- intrinsicsOptional[dict[str,str]]
- Time at which to retrieve results if setup is transient. Default is None. 
- setupOptional[str]
- The name of the setup to use. If None, the first available setup is used. Default is None. 
 
- assignment
- Returns:
 
 
    