Summary for: MaxTempNode < AmbientNode
Class summary
MaxTempNode Dummy-like node for picking the maximum temperature.
A MaxTempNode takes no active role in the thermal solution, but does display the maximum temperature over the elements assigned to it, when so queried.
Properties
.elements Elements over which to pick the maximum temp.
Methods
Class methods are listed below. Inherited methods are not included.
.MaxTempNode.from_domain is a function.
this = MaxTempNode.from_domain(name, domain)
.get_temperature Node temperature.
T = get_temperature(this, solution) where
- solution : a
ThermalSolution
object.