#!/bin/sh #Usage: ./wetbulb [opts] # -x100 width of sim field # -y100 height of sim field # -w4 width of glass bar # -f0.1 per-pixel flux # -k0.001 relative conductivity of glass # -c8 relative heat capacity of glass # -e0.0023 termination criteria # -t0.0124324 time step # -v(NULL) save field at exit # -l(NULL) load field at beginning # -h this help ./wetbulb -k1 -c1 -e2e-3 -v./k1c1w4.out