Skip to content

{ Category Archives } Uncategorized

Plastic LED Heat Sink

Luminaires with a high density of LEDs will provide a lot of light with high lumens per Watt but about half of the Watts will be dissipated as heat. Engineering a fixture that provides a heat path comprised of high thermal conductivity materials such as aluminum is an easy but not necessarily cost effective solution. [...]

How to create attractive polar plots using matplotlib

A client requested help creating attractive polar plots. I assumed that we could use matplotlib to help them. The code below produced nice plots. import matplotlib.pyplot as P import matplotlib from matplotlib import rc rc('text', usetex=True) rc('font', family='serif') P.clf() sp = P.subplot(1, 1, 1, projection='polar') sp.set_theta_zero_location('S') sp.set_theta_direction(-1) plot1=P.plot(measured_angle, measured_data, color='b') p1 = P.Rectangle((0, 0), 1, [...]

Installing Abaqus CAE on Ubuntu 12.04

$sudo aptitude install csh alien $sudo mkdir /opt/abaqus $sudo /media/Abaqus6111/setup -nosystemchecks # Fix compiz bug $alias abaqus='XLIB_SKIP_ARGB_VISUALS=1 abaqus' # Install some dependencies $sudo apt-get install libjpeg62 $sudo aptitude install libstdc++5 The compiz bug fix was found here Update: Although there is always a graphical artifact on my screen, CAE crashes less often than on Windows.

We have moved!

After moving our domain registrar, our old hosting service inexplicably deleted our site. Oh well. We are now self-hosting on Amazon's EC2.