EXPERIMENTAL Rotational sphere with additional thermal properties.
|
|
__init__(...)
Construct a rotational spherical particle. |
|
|
|
|
|
|
|
getAngularAcceleration(...)
Returns the current angular acceleration of the particle |
|
|
|
|
getAngularVelocity(...)
Returns the current angular velocity of the particle |
|
|
|
|
getCenter(...)
Returns the current position of the particle |
|
|
|
|
getCentre(...)
Returns the current position of the particle |
|
|
|
|
getCp(...)
Returns the thermal conductivity of the particle |
|
|
|
|
getEquilibRadius(...)
Returns the thermal equilibrium radius of the particle |
|
|
|
|
getEquilibTemperature(...)
Returns the thermal equilibrium temperature of the particle |
|
|
|
|
getExpansionCoeff0(...)
Returns the X-component of the thermal expansion coefficient of the
particle |
|
|
|
|
getExpansionCoeff1(...)
Returns the Y-component of the thermal expansion coefficient of the
particle |
|
|
|
|
getExpansionCoeff2(...)
Returns the Z-component of the thermal expansion coefficient of the
particle |
|
|
|
|
getId(...)
Returns the unique ID of the particle |
|
|
|
|
getInitialPosition(...)
Returns the initial position of the particle |
|
|
|
|
getInitialPosn(...)
Returns the initial position of the particle |
|
|
|
|
getLinearAcceleration(...)
Returns the current translational acceleration of the particle |
|
|
|
|
getLinearVelocity(...)
Returns the current translational velocity of the particle |
|
|
|
|
getMass(...)
Returns the mass of the particle |
|
|
|
|
getOrientation(...)
Returns the current orientation of the particle |
|
|
|
|
getPosition(...)
Returns the current position of the particle |
|
|
|
|
getPosn(...)
Returns the current position of the particle |
|
|
|
|
getRad(...)
Returns the radius of the particle |
|
|
|
|
getRadius(...)
Returns the radius of the particle |
|
|
|
|
getTag(...)
Returns the non-unique tag of the particle |
|
|
|
|
getTemperature(...)
Returns the current temperature of the particle |
|
|
|
|
setAngularAcceleration(...)
Specifies the angular acceleration of the particle |
|
|
|
|
setAngularVelocity(...)
Specifies the angular velocity of the particle |
|
|
|
|
setCp(...)
Specifies the thermal conductivity of the particle |
|
|
|
|
setEquilibRadius(...)
Specifies the thermal equilibrium radius of the particle |
|
|
|
|
setEquilibTemperature(...)
Specifies the thermal equilibrium temperature of the particle |
|
|
|
|
setExpansionCoeff0(...)
Specifies the X-component of the thermal expansion coefficient of the
particle |
|
|
|
|
setExpansionCoeff1(...)
Specifies the Y-component of the thermal expansion coefficient of the
particle |
|
|
|
|
setExpansionCoeff2(...)
Specifies the Z-component of the thermal expansion coefficient of the
particle |
|
|
|
|
setLinearAcceleration(...)
Specifies the translational acceleration of the particle |
|
|
|
|
setLinearVelocity(...)
Specifies the current translational velocity of the particle |
|
|
|
|
setOrientation(...)
Specifies the orientation of the particle |
|
|
|
|
setPosition(...)
Specifies the position of the particle |
|
|
|
|
setPosn(...)
Specifies the position of the particle |
|
|
|
|
setTag(...)
Specifies the tag of the particle |
|
|
|
|
setTemperature(...)
Specifies the temperature of the particle |
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|