timetest1.txt

The modified problem - Anil Prabhakar, 07/22/2013 12:32 PM

Download (1.6 KB)

 
1
# MIF 1.1
2
#
3
# Timing test case, based on muMag Standard Problem #1
4
#
5
# Run with
6
#
7
#    tclsh oommf.tcl batchsolve -interface 0 timetest.mif
8
#
9
####################### MATERIAL PARAMETERS ############################
10
Ms= 800e3     # Saturation magnetization in A/m.
11
A=13e-12      # Exchange stiffness in J/m.
12
K1=  0.5e3    # Anisotropy constant in J/m^3.
13
Anisotropy Type:uniaxial     # One of <uniaxial|cubic>.
14
Anisotropy Dir1: 0 1 0    # Directional cosines wrt to coordinate axes
15

    
16
####################### DEMAG SPECIFICATION ############################
17
Demag Type: ConstMag
18

    
19
########################## PART GEOMETRY ###############################
20
Part Width: 1e-6     # Nominal part width in m, adjusted by Cell Size.
21
Part Height: 2e-6    # Nominal part height in m, adjusted by Cell Size.
22
Part Thickness: 20e-9 # Part thickness in m. Required for 2d- and 3d-
23
                      # Slab models.
24
Cell Size: 3.90625e-9     # Cell size in m. Required.  The part width
25
                     # and height are adjusted to an integral multiple
26
                     # of the cell size.
27

    
28
###################### INITIAL MAGNETIZATION ###########################
29
Init Mag: uniform 90 89 # Inital magnetization routine and parameters
30

    
31
###################### EXPERIMENT PARAMETERS ###########################
32
Field Range:  0.1 0.0 0.0   0.0 0.0 0.0  4  -iteration 1000
33

    
34
###################### OUTPUT SPECIFICATIONS ###########################
35
Base Output Filename: timetest  # Character string; Required
36

    
37
########################## MISCELLANEOUS ###############################
38
Randomizer seed: 1   # Value to seed random number generator with.
39

    
Redmine Appliance - Powered by TurnKey Linux