Differences From Artifact [f90b3de7c8]:
- Executable file mttroot/mtt/lib/examples/Simulation/BigHeatedRod/BigHeatedRod_numpar.txt — part of check-in [3fd9d6efa9] at 2000-12-28 18:17:57 on branch origin/master — To RCS (user: gawthrop@users.sourceforge.net, size: 824) [annotate] [blame] [check-ins using] [more...]
To Artifact [92cb1f9ee5]:
- Executable file mtt/lib/examples/Simulation/BigHeatedRod/BigHeatedRod_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: 900) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/examples/Simulation/BigHeatedRod/BigHeatedRod_numpar.txt — part of check-in [8f2c6c2e6d] at 2003-08-17 17:03:14 on branch origin/master — Updated for new MTT (user: gawthrop@users.sourceforge.net, size: 900) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + + + + | # Numerical parameter file (BigHeatedRod_numpar.txt) # Generated by MTT at Thu Sep 4 16:11:04 BST 1997 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.1 2000/12/28 18:06:11 peterg # %% To RCS # %% # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # 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; pi = 3.142; segments = 100; area = pi*rod_radius*rod_radius; delta_x = rod_length/segments; volume = area*delta_x; mass = volume*density; |
︙ |