get_temperature_extremum#
- PostProcessorIcepak.get_temperature_extremum(assignment: str, max_min: Literal['Max', 'Min'], location: Literal['Surface', 'Volume'], setup: str | None = None, time: str | None = None) Tuple[Tuple[float, float, float], float] #
Calculates the position and value of the temperature maximum or minimum.
- Parameters:
- assignment
str
The name of the object to calculate the temperature extremum for.
- max_min
Literal
[“Max”, “Min”] “Max” for maximum, “Min” for minimum.
- location
Literal
[“Surface”, “Volume”] “Surface” for surface, “Volume” for volume.
- time
Optional
[str
] Time at which to retrieve results if setup is transient. Default is None.
- setup
Optional
[str
] The name of the setup to use. If None, the first available setup is used. Default is None.
- assignment
- Returns: