Next: Utilities
Up: The Module esys.escript
Previous: Operator Class
Contents
Index
esys.escript provides support for physical units in the SI system including unit conversion. So the
user can define variables in the form
In the two latter cases an conversion from pounds and degree Celsius is performed into the appropriate SI units kg and Kelvin is performed. In addition
composed units can be used, for instance
to define the density in the units of pounds per cubic centimeter. The value
will be converted
into SI units, in this case kg per cubic meter.
Moreover unit prefixes are supported:
to the the pressure to 40 Mega Pascal. Units can also be converted back from the SI system into
a desired unit, e.g
can be used print the pressure in units of atmosphere.
This is an incomplete list of supported physical units:
Moreover unit prefixes are supported:
Next: Utilities
Up: The Module esys.escript
Previous: Operator Class
Contents
Index
esys@esscc.uq.edu.au