| Home | Trees | Indices | Help |
|
|---|
|
|
core.Updatable --+
|
core.Selectable --+
|
Sensor --+
|
TemperatureRiseSensor
A Sensor which collects temperature rise data from a simulation. Calculating temperature rise requires that raw SAR data is retrieved over the full simulation space. Temperature rise is always measured as a steady-state value at a particular location in space. If multiple frequencies of interest are given in a simulation (with running DFT). Temperature rise is measured for each frequency.
|
| Class Hierarchy for TemperatureRiseSensor |
constructor TemperatureRiseSensor():
| Instance Methods | |||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
| ExpressionNone |
convergenceTemperatureDelta Expression controlling the maximum temperature difference (in Kelvin) between timesteps at which the temp rise calculation will be considered converged. |
| CoordinateSystemAbstractPositionNone |
corner1 These control the corners of the box used for collecting temperature rise data when the UseFullGrid setting is false. |
| ExpressionNone |
immersiveMediumTemperature Expression controlling the temperature (in Kelvin) of the immersive medium (e.g. |
| ExpressionNone |
immersiveMediumThermalConductivity Expression controlling the thermal conductivity (in W/(m*K)) of the immersive medium (e.g. |
| ExpressionNone |
maximumNumberOfTimeSteps Controls the maximum number of timesteps for which the temperature rise calculation will occur. |
| ExpressionNone |
perfusiveMediumDensity Expression controlling the density (in kg/m^3) of the perfusive medium (e.g. |
| ExpressionNone |
perfusiveMediumHeatCapacity Expression controlling the heat capacity (in J/(kg*K)) of the perfusive medium (e.g. |
| ExpressionNone |
perfusiveMediumTemperature Expression controlling the temperature (in Kelvin) of the perfusive medium (e.g. |
| boolNone |
saveFinalConditions Controls whether the final temperature distribution data should be saved to disk. |
| boolNone |
saveInitialConditions When CalculateInitialConditions is enabled, this controls whether the calculated initial temperature distribution conditions file is written to disk or not. |
| ExpressionNone |
scaledInputPower Expression controlling the scaled input power (in Watts). |
| ExpressionNone |
timeStep Controls the temperature rise calculation timestep in seconds. |
| boolNone |
treatDataOutsideSubregionAsAir When UseFullGrid is disabled, this controls whether the region outside of the data collection region is treated as air or not. |
| boolNone |
useFullGrid Controls whether temperature rise data is being collected over the full simulation grid, or over a manually defined subregion. |
|
Inherited from Inherited from |
|
| Property Details |
corner1These control the corners of the box used for collecting temperature rise data when the UseFullGrid setting is false. These positions are in CAD space.
|
immersiveMediumTemperatureExpression controlling the temperature (in Kelvin) of the immersive medium (e.g. air).
|
immersiveMediumThermalConductivityExpression controlling the thermal conductivity (in W/(m*K)) of the immersive medium (e.g. air).
|
perfusiveMediumDensityExpression controlling the density (in kg/m^3) of the perfusive medium (e.g. blood).
|
perfusiveMediumHeatCapacityExpression controlling the heat capacity (in J/(kg*K)) of the perfusive medium (e.g. blood).
|
perfusiveMediumTemperatureExpression controlling the temperature (in Kelvin) of the perfusive medium (e.g. blood).
|
timeStepControls the temperature rise calculation timestep in seconds. The recommended value s 4 seconds.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:50 2019 | http://epydoc.sourceforge.net |