SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
File mttroot/mtt/lib/examples/Thermal/ThermalConduction/HeatedRod/HeatedRod_numpar.txt artifact a9f0752d97 part of check-in c5dc02ddd6
# Numerical parameter file (HeatedRod_numpar.txt) # Generated by MTT at Thu Sep 4 16:11:04 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 1998/08/15 13:40:33 peterg # %% Initial revision # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Constants for copper density = 8.96; rod_length = 1.0; rod_radius = 1e-3; electrical_resistivity = 16.8*0.000000001; thermal_resistivity = 1/390.0; thermal_capacity = 380.0; segments = 20; area = pi*rod_radius*rod_radius; delta_x = rod_length/segments; volume = area*delta_x; mass = volume*density; # Parameters c_t = thermal_capacity*mass; r = electrical_resistivity*delta_x/area; r_t = thermal_resistivity*delta_x/area; r_2 = r_t; t_0 = 300; # Ambient