source: trunk/examples/zoo/log/log.tcl @ 3177

Last change on this file since 3177 was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

File size: 1.5 KB
Line 
1# ----------------------------------------------------------------------
2#  EXAMPLE: Rappture <log> elements
3# ======================================================================
4#  AUTHOR:  Michael McLennan, Purdue University
5#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
6#
7#  See the file "license.terms" for information on usage and
8#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
9# ======================================================================
10package require Rappture
11
12# open the XML file containing the run parameters
13set driver [Rappture::library [lindex $argv 0]]
14
15$driver put output.log "****** ADEPT/F - 2.1   input file: adp20638      Sat Jul 30 19:39:36 2005 ******
16
17   1 *title  input generated by adeptwr
18           
19   2 mesh  nx=250 xres=0.5
20   3 misc  tempk=300
21               
22   4 * layer Al(0.3)Ga(0.7)As
23   5 layer tm=0.2 nd=1e+17
24   6 +     eg=1.797 chi=3.827 ks=11.9
25   7 +     nc=8.57e+17 nv=1.11e+19
26   8 +     eaa=-1.0 ead=-1.0
27   9 +     taun.shr=1.0e-9 taup.shr=1.0e-9 et.shr=0.0
28  10 +     un=1000. vsatn=1.0e7 up=100. vsatp=1.0e7
29
30  11 * layer GaAs
31  12 layer tm=0.2  na=1e+17
32  13 +     eg=1.422 chi=4.070 ks=12.847
33  14 +     nc=4.62e+17 nv=9.42e+18
34  15 +     eaa=-1.0 ead=-1.0
35  16 +     taun.shr=1.0e-9 taup.shr=1.0e-9 et.shr=0.0
36  17 +     un=1000. vsatn=1.0e7 up=100. vsatp=1.0e7
37
38  18 solve  itmax=100
39  19 output  info=0 step=1
40
41
42
43
44 ******execution time =        0.1 cpu seconds."
45
46# save the updated XML describing the run...
47Rappture::result $driver
48exit 0
Note: See TracBrowser for help on using the repository browser.