sampleOVF.txt

A sample OVF file - Guru Venkat, 10/18/2010 06:53 pm

Download (2.2 kB)

 
1
# OOMMF: rectangular mesh v1.0
2
#
3
## This is a comment.
4
## No comments allowed in the first line.
5
#
6
# Segment count: 1   ## Number of segments.  Should be 1 for now.
7
#
8
# Begin: Segment
9
# Begin: Header
10
#
11
# Title: Long file name or title goes here
12
#
13
# Desc: 'Description' tag, which may be used or ignored by postprocessing
14
# Desc: programs. You can put anything you want here, and can have as many
15
# Desc: 'Desc' lines as you want.  The ## comment marker is disabled in
16
# Desc: description lines. 
17
#
18
## Fundamental mesh measurement unit.  Treated as a label:
19
# meshunit: nm
20
#
21
# meshtype: rectangular
22
# xbase: 0.      ## (xbase,ybase,zbase) is the position, in
23
# ybase: 0.      ## 'meshunit', of the first point in the data
24
# zbase: 0.      ## section (below).
25
#
26
# xstepsize: 20. ## Distance between adjacent grid pts.: on the x-axis,
27
# ystepsize: 10. ## 20 nm, etc.  The sign on this value determines the
28
# zstepsize: 10. ## grid orientation relative to (xbase,ybase,zbase).
29
#
30
# xnodes: 200    ## Number of nodes along the x-axis, etc. (integers)
31
# ynodes: 400
32
# znodes:   1
33
#
34
# xmin:    0.    ## Corner points defining mesh bounding box in
35
# ymin:    0.    ## 'meshunit'.  Floating point values.
36
# zmin:  -10.
37
# xmax: 4000.
38
# ymax: 4000.
39
# zmax:   10.
40
#
41
## Fundamental field value unit, treated as a label:
42
# valueunit: kA/m
43
# valuemultiplier: 0.79577472  ## Multiply data block values by this
44
#                              ## to get true value in 'valueunits'.
45
#
46
# ValueRangeMaxMag:  1005.3096  ## These are in data block value units,
47
# ValueRangeMinMag:  1e-8       ## and are used as hints (or defaults)
48
#     ## by postprocessing programs.  The mmDisp program ignores any
49
#     ## points with magnitude smaller than ValueRangeMinMag, and uses
50
#     ## ValueRangeMaxMag to scale inputs for display.
51
#
52
# End: Header
53
#
54
## Anything between '# End: Header' and '# Begin: data text',
55
## '# Begin: data binary 4' or '# Begin: data binary 8' is ignored.
56
##
57
## Data input is in 'x-component y-component z-component' triples,
58
## ordered with x incremented first, then y, and finally z.
59
#
60
# Begin: data text
61
1000 0 0 724.1 0. 700.023
62
578.5 500.4 -652.36
63
<...data omitted for brevity...>
64
252.34 -696.42 -671.81
65
# End: data text
66
# End: segment
67
Redmine Appliance - Powered by TurnKey Linux