SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
Artifact c4b7dfe06b7774c1a935eccb45d2811e0f61722eb759b04e18e75638b3abf6a8:
- Executable file mtt/lib/examples/Simulation/BigHeatedRod/HR_numpar.txt — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 816) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/examples/Simulation/BigHeatedRod/HR_numpar.txt — part of check-in [b93f24a29b] at 1998-08-15 13:40:47 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 816) [annotate] [blame] [check-ins using]
# Numerical parameter file (HR_numpar.txt) # Generated by MTT at Thu Sep 4 16:11:04 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # 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 = 2; 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/100; t_0 = 300; # Ambient