This module contains classes for temperature results .
- class ansys.dpf.post.temperature.StructuralTemperature(**kwargs)#
Defines the structural temperature object, which is a scalar object.
- has_complex_frequencies()#
Check if the result contains complex frequencies.
- Returns:
True
if the result contains complex frequencies,False
otherwise.- Return type:
- property scalar#
Result data for the scalar values.
- class ansys.dpf.post.temperature.ComplexStructuralTemperature(**kwargs)#
Defines the complex structural temperature object, which is a scalar object.
- has_complex_frequencies()#
Check if the result contains complex frequencies.
- Returns:
True
if the result contains complex frequencies,False
otherwise.- Return type:
- property scalar#
Result data for the scalar values.
- property scalar_amplitude#
Get result data for the scalar amplitude values.
- class ansys.dpf.post.temperature.Temperature(**kwargs)#
Defines the temperature object, which is a scalar object, for thermal analysis.
- has_complex_frequencies()#
Check if the result contains complex frequencies.
- Returns:
True
if the result contains complex frequencies,False
otherwise.- Return type:
- property scalar#
Result data for the scalar values.
- class ansys.dpf.post.temperature.HeatFlux(**kwargs)#
Defines the heat flux object, which is a scalar object, for thermal analysis.
- has_complex_frequencies()#
Check if the result contains complex frequencies.
- Returns:
True
if the result contains complex frequencies,False
otherwise.- Return type:
- property norm#
Result data for the norm of the vector.
- property vector#
Result data for the vector values.
- property x#
Result data for the X component of the vector.
- property y#
Result data for the Y component of the vector.
- property z#
Result data for the Z component of the vector.