thermal

class granoo3.lib.thermal

Bases: Boost.Python.instance

a class associated to element that models thermal properties

Methods Summary

element(arg1)

get attached element

get_capacity(arg1)

get capacity

get_conductivity(arg1)

get conductivity

get_temperature(arg1)

get temperature

get_temperature_variation(arg1)

get temperature variation

new()

build new object

set_capacity(arg1, arg2)

set capacity

set_conductivity(arg1, arg2)

set conductivity

set_temperature(arg1, arg2)

set temperature

set_temperature_variation(arg1, arg2)

set temperature variation

Methods Documentation

element((thermal)arg1) element[STATIC]

get attached element

get_capacity((thermal)arg1) float[STATIC]

get capacity

get_conductivity((thermal)arg1) float[STATIC]

get conductivity

get_temperature((thermal)arg1) float[STATIC]

get temperature

get_temperature_variation((thermal)arg1) float[STATIC]

get temperature variation

static new() thermal[STATIC]

build new object

set_capacity((thermal)arg1, (float)arg2) None[STATIC]

set capacity

set_conductivity((thermal)arg1, (float)arg2) None[STATIC]

set conductivity

set_temperature((thermal)arg1, (float)arg2) None[STATIC]

set temperature

set_temperature_variation((thermal)arg1, (float)arg2) None[STATIC]

set temperature variation