initial upload

This commit is contained in:
2025-12-17 11:00:57 +08:00
parent 2bc7b24a71
commit a09a73537f
4614 changed files with 3478433 additions and 2 deletions

View File

@@ -0,0 +1,100 @@
# Tutorial LaGriT Introduction
# Step 4. Write Mesh and FEHM setup files
# Uses commands dump/fehm and pset write
# -----------------------------------------
# Read tet mesh with materials from Example 3
read / avs / tet_interp_materials.inp / mo_tet
# -----------------------------------------
# Check there are no negative volumes
# Check node materials are defined as expected
quality
cmo/printatt/mo_tet/imt minmax
# -----------------------------------------
# FEHM does not use element materials
# Set to 1 avoids algorithms using multi-material elements
# Materials are changed so reset itp to be safe
cmo/select/mo_tet
cmo/setatt/mo_tet itetclr 1
resetpts/itp
# Remove double-defined nodes and duplicates
# Good practice to include these commands with final mesh
# Nothing will happen if not needed
cmo/select/mo_tet
resetpts/parent
filter/1,0,0
rmpoint/compress
# -----------------------------------------
# Write default FEHM files
dump/fehm/ tet /mo_tet/ keepatt
# Write AVS file with attributes created for FEHM files
dump/avs/tet_fehm.inp/mo_tet
# CHECK for neg ccoefs in the interior mesh
cmo/addatt/mo_tet/ccoef/VDOUBLE/scalar/nnodes/linear/
cmo select mo_tet
pset pin attribute itp 1,0,0 lt 10
pset pneg attribute ccoef 1,0,0 lt -.0001
pset pBAD inter pin pneg
cmo printatt mo_tet ccoef minmax
cmo printatt mo_tet -all- minmax
# -----------------------------------------
# Create zone file for vertical well
# Use region defined by box surface
# vertical column at 50x 20y end at 20z
# surfaces and regions are assigned to current mesh object
# make sure the one you want is selected
cmo/select/mo_tet
surface / s_box / reflect / box / 49.5 19.5 19. / 50.5 20.5 100.
region/ r_box / le s_box
pset/pwell/ region / r_box
# check extents of the well nodes
cmo/printatt/mo_tet/-xyz-/ minmax/ pset,get,pwell
# Write the list of nodes to a zone file
# Assign a zone number larger than max material
pset/pwell/ zone / tet_well_nodes.zone / ascii / 11
# -----------------------------------------
# Add mesh object attributes for mesh views
cmo/addatt/mo_tet iwell/VINT/scalar/nnodes/linear/permanent//0
cmo/setatt/mo_tet/ iwell /pset,get,pwell/ 11
cmo/printatt/mo_tet/ iwell/ minmax
# Add elevation attribute for mesh views
cmo/addatt/mo_tet elev/VDOUBLE/scalar/nnodes/
cmo/copyatt/ mo_tet mo_tet / elev zic
# save node id to node attributes for visual checks
cmo/set_id/mo_tet/node/ id_node
# Write the final tet mesh with all attributes
dump/avs/tet_attributes.inp/ mo_tet
cmo/printatt/mo_tet/-all- minmax
cmo/status/mo_tet
# Create a mesh object with just nodes
# Remove all nodes not in the well zone
cmo/create/motmp
copypts/motmp/mo_tet
cmo/select/motmp
pset/pduds/attribute iwell/1,0,0/ ne 11
rmpoint/pset,get,pduds
rmpoint/compress
# Write well nodes with all attributes
# Use AVS UCD pnt format for paraview
dump/avs/tet_well_pnts.inp/ motmp / 1 3 1 0 0
cmo/printatt/motmp/-all- minmax
finish

View File

@@ -0,0 +1,100 @@
# Tutorial LaGriT Introduction
# Step 4. Write Mesh and FEHM setup files
# Uses commands dump/fehm and pset write
# -----------------------------------------
# Read tet mesh with materials from Example 3
read / avs / tet_interp_materials.inp / mo_tet
# -----------------------------------------
# Check there are no negative volumes
# Check node materials are defined as expected
quality
cmo/printatt/mo_tet/imt minmax
# -----------------------------------------
# FEHM does not use element materials
# Set to 1 avoids algorithms using multi-material elements
# Materials are changed so reset itp to be safe
cmo/select/mo_tet
cmo/setatt/mo_tet itetclr 1
resetpts/itp
# Remove double-defined nodes and duplicates
# Good practice to include these commands with final mesh
# Nothing will happen if not needed
cmo/select/mo_tet
resetpts/parent
filter/1,0,0
rmpoint/compress
# -----------------------------------------
# Write default FEHM files
dump/fehm/ tet /mo_tet/ keepatt
# Write AVS file with attributes created for FEHM files
dump/avs/tet_fehm.inp/mo_tet
# CHECK for neg ccoefs in the interior mesh
cmo/addatt/mo_tet/ccoef/VDOUBLE/scalar/nnodes/linear/
cmo select mo_tet
pset pin attribute itp 1,0,0 lt 10
pset pneg attribute ccoef 1,0,0 lt -.0001
pset pBAD inter pin pneg
cmo printatt mo_tet ccoef minmax
cmo printatt mo_tet -all- minmax
# -----------------------------------------
# Create zone file for vertical well
# Use region defined by box surface
# vertical column at 50x 20y end at 20z
# surfaces and regions are assigned to current mesh object
# make sure the one you want is selected
cmo/select/mo_tet
surface / s_box / reflect / box / 49.5 19.5 19. / 50.5 20.5 100.
region/ r_box / le s_box
pset/pwell/ region / r_box
# check extents of the well nodes
cmo/printatt/mo_tet/-xyz-/ minmax/ pset,get,pwell
# Write the list of nodes to a zone file
# Assign a zone number larger than max material
pset/pwell/ zone / tet_well_nodes.zone / ascii / 11
# -----------------------------------------
# Add mesh object attributes for mesh views
cmo/addatt/mo_tet iwell/VINT/scalar/nnodes/linear/permanent//0
cmo/setatt/mo_tet/ iwell /pset,get,pwell/ 11
cmo/printatt/mo_tet/ iwell/ minmax
# Add elevation attribute for mesh views
cmo/addatt/mo_tet elev/VDOUBLE/scalar/nnodes/
cmo/copyatt/ mo_tet mo_tet / elev zic
# save node id to node attributes for visual checks
cmo/set_id/mo_tet/node/ id_node
# Write the final tet mesh with all attributes
dump/avs/tet_attributes.inp/ mo_tet
cmo/printatt/mo_tet/-all- minmax
cmo/status/mo_tet
# Create a mesh object with just nodes
# Remove all nodes not in the well zone
cmo/create/motmp
copypts/motmp/mo_tet
cmo/select/motmp
pset/pduds/attribute iwell/1,0,0/ ne 11
rmpoint/pset,get,pduds
rmpoint/compress
# Write well nodes with all attributes
# Use AVS UCD pnt format for paraview
dump/avs/tet_well_pnts.inp/ motmp / 1 3 1 0 0
cmo/printatt/motmp/-all- minmax
finish

View File

@@ -0,0 +1,590 @@
* * * * * * * * * * * * * * * * * * * * * * * * *
* * *
* * Program: LaGriT V3.3.4 Linux *
* * Compiler Name: GNU *
* * Compiler Version: 9.4.0 *
* * Date Compile: 2024/05/06 *
* * Run Time: 2025/Apr 3 10:49:56 *
* * Manual: https://lagrit.lanl.gov *
* * *
* * * * * * * * * * * * * * * * * * * * * * * * *
-----oOo-----
LaGriT V3 LA-CC-15-069 https://github.com/lanl/LaGriT
Copyright 2016. Triad National Security, LLC. All rights reserved. This
program was produced under U.S. Government contract 89233218CNA000001
for Los Alamos National Laboratory (LANL), which is operated by Triad
National Security, LLC for the U.S. Department of Energy/National Nuclear
Security Administration. All rights in the program are reserved by Triad
National Security, LLC, and the U.S. Department of Energy/National Nuclear
Security Administration. The Government is granted for itself and others
acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license
in this material to reproduce, prepare derivative works, distribute copies
to the public, perform publicly and display publicly, and to permit others to
do so. This software is open source and available under the BSD-3 License.
-----oOo-----
Output log file: lagrit.out
Command log file: lagrit.log
# Tutorial LaGriT Introduction
# Step 4. Write Mesh and FEHM setup files
# Uses commands dump/fehm and pset write
# -----------------------------------------
# Read tet mesh with materials from Example 3
read/avs/tet_interp_materials.inp/mo_tet
geniee
finish
cmo/status/brief
The current-mesh-object(CMO) is: mo_tet
1 Mesh Object name: mo_tet
number of nodes = 1122 number of elements = 4800
dimensions geometry = 3 element type = tet
dimensions topology = 3 4 nodes 4 faces 6 edges
boundary flag = 16000000 status = active
finish
# -----------------------------------------
# Check there are no negative volumes
# Check node materials are defined as expected
quality
epsilonl, epsilonaspect: 3.0526086E-11 2.8445488E-32
--------------------------------------------
elements with aspect ratio < .01: 0
elements with aspect ratio b/w .01 and .02: 0
elements with aspect ratio b/w .02 and .05: 0
elements with aspect ratio b/w .05 and .1 : 0
elements with aspect ratio b/w .1 and .2 : 0
elements with aspect ratio b/w .2 and .5 : 926
elements with aspect ratio b/w .5 and 1. : 3874
min aspect ratio = 0.4483E+00 max aspect ratio = 0.6202E+00
epsilonvol: 8.8817842E-08
---------------------------------------
All elements have volume 8.3333333E+01
-----------------------------------------------------------
4800 total elements evaluated.
cmo/printatt/mo_tet/imt minmax
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
imt1 1 4 3 1122
# -----------------------------------------
# FEHM does not use element materials
# Set to 1 avoids algorithms using multi-material elements
# Materials are changed so reset itp to be safe
cmo/select/mo_tet
cmo/setatt/mo_tet itetclr 1
4800 values reset for attribute itetclr
resetpts/itp
geniee
finish
# Remove double-defined nodes and duplicates
# Good practice to include these commands with final mesh
# Nothing will happen if not needed
cmo/select/mo_tet
resetpts/parent
filter/1,0,0
FILTER:Use internal epsilonl value = 0.305260862918E-10
FILTER:Dudding duplicate points: 0
rmpoint/compress
0 points removed and 0 elements removed.
RMPOINT: new point count is 1122
RMPOINT: new element count is 4800
# -----------------------------------------
# Write default FEHM files
dump/fehm/tet/mo_tet/keepatt
*** Write FEHMN GEOM AND ZONE FILES ***
*********dump_material_lists********
Minimum material ID value = 1
Maximum material ID value = 4
Total possible materials = 4
Material 1 has 468 nodes. #nodes/nnodes is 0.417112290859
Material 2 has 270 nodes. #nodes/nnodes is 0.240641713142
Material 3 has 204 nodes. #nodes/nnodes is 0.181818187237
Material 4 has 180 nodes. #nodes/nnodes is 0.160427808762
*********dump_interface_list********
*********dump_multi_material_list********
Material 1 has 351 multi-material connections.
Material 2 has 626 multi-material connections.
Material 3 has 357 multi-material connections.
Material 4 has 688 multi-material connections.
log/tty/off
finish
*********dump_outside_list********
Voronoi Areas used for outside faces.
assign_quadrant_id epsilon for zero: 1.0000000E-15
cmo/addatt/mo_tet/top/vint/scalar/nnodes/linear/permanent/afgx/-5.0/
finish
Face top 1 has 66 nodes.
top Sum Voronoi Area_x Area_y Area_z
0.2500000E+03 0.5000000E+03 0.5000000E+04
cmo/addatt/mo_tet/bottom/vint/scalar/nnodes/linear/permanent/afgx/-5.0/
finish
Face bottom 2 has 66 nodes.
bottom Sum Voronoi Area_x Area_y Area_z
0.2500000E+03 0.5000000E+03 0.5000000E+04
cmo/addatt/mo_tet/left_w/vint/scalar/nnodes/linear/permanent/afgx/-5.0/
finish
Face left_w 3 has 102 nodes.
left_w Sum Voronoi Area_x Area_y Area_z
0.4000000E+04 0.8000000E+03 0.5000000E+03
cmo/addatt/mo_tet/right_e/vint/scalar/nnodes/linear/permanent/afgx/-5.0/
finish
Face right_e 5 has 102 nodes.
right_e Sum Voronoi Area_x Area_y Area_z
0.4000000E+04 0.8000000E+03 0.5000000E+03
cmo/addatt/mo_tet/back_n/vint/scalar/nnodes/linear/permanent/afgx/-5.0/
finish
Face back_n 6 has 187 nodes.
back_n Sum Voronoi Area_x Area_y Area_z
0.8000000E+03 0.8000000E+04 0.1000000E+04
cmo/addatt/mo_tet/front_s/vint/scalar/nnodes/linear/permanent/afgx/-5.0/
finish
Face front_s 4 has 187 nodes.
front_s Sum Voronoi Area_x Area_y Area_z
0.8000000E+03 0.8000000E+04 0.1000000E+04
log/tty/on
finish
*********dump_parent_list********
*** Construct and Compress Sparse Matrix:3D ***
*** Compress Area Coefficient Values ***
AMatbld3d_stor: Matrix compress_eps: 0.1000000E-07
AMatbld3d_stor: Local epsilon: 0.1000000E-14
AMatbld3d_stor: *****Zero Negative Coefficients ******
AMatbld3d_stor: Number of 'zero' (< compress_eps) coefs 0
AMatbld3d_stor: npoints = 1122 ncoefs = 7144
AMatbld3d_stor: Number of unique coefs = 6
AMatbld3d_stor: Maximum num. connections to a node = 7
AMatbld3d_stor: Volume min = 6.2500000E+01
AMatbld3d_stor: Volume max = 5.0000000E+02
AMatbld3d_stor: Total Volume: 4.0000000E+05
AMatbld3d_stor: abs(Aij/xij) min = 0.0000000E+00
AMatbld3d_stor: abs(Aij/xij) max = 2.0000000E+01
AMatbld3d_stor: (Aij/xij) max = 0.0000000E+00
AMatbld3d_stor: (Aij/xij) min = -2.0000000E+01
AMatbld3d_stor Matrix coefficient values stored as scalar area/distance
AMatbld3d_stor Matrix compression used for graph and coefficient values
ascii STOR file written with name tet.stor
*** SPARSE COEFFICIENT MATRIX _astor SUCCESSFUL ***
3D Matrix Coefficient file written with name tet.stor
# Write AVS file with attributes created for FEHM files
dump/avs/tet_fehm.inp/mo_tet
cmo/modatt/-def-/-def-/ioflag/x
finish
# CHECK for neg ccoefs in the interior mesh
cmo/addatt/mo_tet/ccoef/VDOUBLE/scalar/nnodes/linear/
cmo select mo_tet
pset pin attribute itp 1,0,0 lt 10
THE PSET pin HAS 540 POINTS
pset pneg attribute ccoef 1,0,0 lt -.0001
THE PSET pneg HAS 0 POINTS
pset pBAD inter pin pneg
THE PSET pBAD HAS 0 POINTS
cmo printatt mo_tet ccoef minmax
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
ccoef 0.000000000E+00 0.000000000E+00 0.000000000E+00 1122
cmo printatt mo_tet -all- minmax
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
-def- 0.000000000E+00 0.000000000E+00 0.000000000E+00 1122
scalar 1 1 0 1
vector 3 3 0 1
nnodes 1122 1122 0 1
nedges 0 0 0 1
nfaces 0 0 0 1
nelements 4800 4800 0 1
mbndry 16000000 16000000 0 1
ndimensions_topo 3 3 0 1
ndimensions_geom 3 3 0 1
nodes_per_element 4 4 0 1
edges_per_element 6 6 0 1
faces_per_element 4 4 0 1
isetwd 0 1 1 1122
ialias 0 0 0 1122
imt1 1 4 3 1122
itp1 0 10 10 1122
icr1 0 0 0 1122
isn1 0 0 0 1122
xic 0.000000000E+00 1.000000000E+02 1.000000000E+02 1122
yic 0.000000000E+00 5.000000000E+01 5.000000000E+01 1122
zic 0.000000000E+00 8.000000000E+01 8.000000000E+01 1122
xtetwd 0 0 0 4800
itetclr 1 1 0 4800
itettyp 5 5 0 4800
itetoff 0 19196 19196 4800
jtetoff 0 19196 19196 4800
itet 1 1122 1121 4800x4
jtet 1 16000000 15999999 4800x4
epsilon 1.000000004E-15 1.000000004E-15 0.000000000E+00 1
epsilonl 3.052608629E-11 3.052608629E-11 0.000000000E+00 1
epsilona 4.196643033E-09 4.196643033E-09 0.000000000E+00 1
epsilonv 8.881784197E-08 8.881784197E-08 0.000000000E+00 1
ipointi 1 1 0 1
ipointj 1122 1122 0 1
idebug 0 0 0 1
itypconv_sm 1 1 0 1
maxiter_sm 25 25 0 1
tolconv_sm 1.000000000E+00 1.000000000E+00 0.000000000E+00 1
nnfreq 1 1 0 1
ivoronoi 1 1 0 1
iopt2to2 2 2 0 1
xmin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
ymin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
zmin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
xmax 1.000000000E+02 1.000000000E+02 0.000000000E+00 1
ymax 5.000000000E+01 5.000000000E+01 0.000000000E+00 1
zmax 8.000000000E+01 8.000000000E+01 0.000000000E+00 1
kdtree_level 0 0 0 1
max_number_sets 64 64 0 1
number_of_psets 3 3 0 1
number_of_eltsets 0 0 0 1
number_of_fsets 0 0 0 1
top -5 1 6 1122
bottom -5 2 7 1122
left_w -5 3 8 1122
right_e -5 5 10 1122
back_n -5 6 11 1122
front_s -5 4 9 1122
ccoef 0.000000000E+00 0.000000000E+00 0.000000000E+00 1122
# -----------------------------------------
# Create zone file for vertical well
# Use region defined by box surface
# vertical column at 50x 20y end at 20z
# surfaces and regions are assigned to current mesh object
# make sure the one you want is selected
cmo/select/mo_tet
surface/s_box/reflect/box/49.5 19.5 19./50.5 20.5 100.
cmo/addatt//ncon50/INT/scalar/scalar/constant/permanent/l/0
finish
cmo/addatt//nconbnd/INT/scalar/scalar/constant/permanent/l/0
finish
cmo/addatt//icontab/VINT/scalar/ncon50/constant/permanent/l/0.0
finish
region/r_box/le s_box
pset/pwell/region/r_box
THE PSET pwell HAS 13 POINTS
# check extents of the well nodes
cmo/printatt/mo_tet/-xyz-/minmax/pset,get,pwell
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
xic 5.000000000E+01 5.000000000E+01 0.000000000E+00 1122
yic 2.000000000E+01 2.000000000E+01 0.000000000E+00 1122
zic 2.000000000E+01 8.000000000E+01 6.000000000E+01 1122
# Write the list of nodes to a zone file
# Assign a zone number larger than max material
pset/pwell/zone/tet_well_nodes.zone/ascii/11
PSET: THERE ARE 4 PSETS DEFINED
pin pneg pBAD pwell
PSET: OUTPUT pwell 1 PSETS TO FILE
# -----------------------------------------
# Add mesh object attributes for mesh views
cmo/addatt/mo_tet iwell/VINT/scalar/nnodes/linear/permanent//0
cmo/setatt/mo_tet/iwell/pset,get,pwell/11
13 values reset for attribute iwell
cmo/printatt/mo_tet/iwell/minmax
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
iwell 0 11 11 1122
# Add elevation attribute for mesh views
cmo/addatt/mo_tet elev/VDOUBLE/scalar/nnodes/
cmo/copyatt/mo_tet mo_tet/elev zic
1122 copied from mo_tet zic to -> mo_tet elev
# save node id to node attributes for visual checks
cmo/set_id/mo_tet/node/id_node
cmo/addatt/mo_tet id_node/VINT/scalar/nnodes/linear/permanent//0
finish
# Write the final tet mesh with all attributes
dump/avs/tet_attributes.inp/mo_tet
cmo/modatt/-def-/-def-/ioflag/x
finish
cmo/printatt/mo_tet/-all- minmax
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
-def- 0.000000000E+00 0.000000000E+00 0.000000000E+00 1122
scalar 1 1 0 1
vector 3 3 0 1
nnodes 1122 1122 0 1
nedges 0 0 0 1
nfaces 0 0 0 1
nelements 4800 4800 0 1
mbndry 16000000 16000000 0 1
ndimensions_topo 3 3 0 1
ndimensions_geom 3 3 0 1
nodes_per_element 4 4 0 1
edges_per_element 6 6 0 1
faces_per_element 4 4 0 1
isetwd 0 9 9 1122
ialias 0 0 0 1122
imt1 1 4 3 1122
itp1 0 10 10 1122
icr1 0 0 0 1122
isn1 0 0 0 1122
xic 0.000000000E+00 1.000000000E+02 1.000000000E+02 1122
yic 0.000000000E+00 5.000000000E+01 5.000000000E+01 1122
zic 0.000000000E+00 8.000000000E+01 8.000000000E+01 1122
xtetwd 0 0 0 4800
itetclr 1 1 0 4800
itettyp 5 5 0 4800
itetoff 0 19196 19196 4800
jtetoff 0 19196 19196 4800
itet 1 1122 1121 4800x4
jtet 1 16000000 15999999 4800x4
epsilon 1.000000004E-15 1.000000004E-15 0.000000000E+00 1
epsilonl 3.052608629E-11 3.052608629E-11 0.000000000E+00 1
epsilona 4.196643033E-09 4.196643033E-09 0.000000000E+00 1
epsilonv 8.881784197E-08 8.881784197E-08 0.000000000E+00 1
ipointi 1 1 0 1
ipointj 1122 1122 0 1
idebug 0 0 0 1
itypconv_sm 1 1 0 1
maxiter_sm 25 25 0 1
tolconv_sm 1.000000000E+00 1.000000000E+00 0.000000000E+00 1
nnfreq 1 1 0 1
ivoronoi 1 1 0 1
iopt2to2 2 2 0 1
xmin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
ymin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
zmin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
xmax 1.000000000E+02 1.000000000E+02 0.000000000E+00 1
ymax 5.000000000E+01 5.000000000E+01 0.000000000E+00 1
zmax 8.000000000E+01 8.000000000E+01 0.000000000E+00 1
kdtree_level 0 0 0 1
max_number_sets 64 64 0 1
number_of_psets 4 4 0 1
number_of_eltsets 0 0 0 1
number_of_fsets 0 0 0 1
top -5 1 6 1122
bottom -5 2 7 1122
left_w -5 3 8 1122
right_e -5 5 10 1122
back_n -5 6 11 1122
front_s -5 4 9 1122
ccoef 0.000000000E+00 0.000000000E+00 0.000000000E+00 1122
ncon50 2500 2500 0 1
nconbnd 1 1 0 1
icontab 0 2 2 2500
iwell 0 11 11 1122
elev 0.000000000E+00 8.000000000E+01 8.000000000E+01 1122
id_node 1 1122 1121 1122
cmo/status/mo_tet
The current-mesh-object(CMO) is: mo_tet
1 Mesh Object name: mo_tet
number of nodes = 1122 number of elements = 4800
dimensions geometry = 3 element type = tet
dimensions topology = 3 4 nodes 4 faces 6 edges
boundary flag = 16000000 status = active
NAME TYPE RANK LENGTH INTER PERSI IO VALUE
1 -def- VDOU scalar nnodes linea tempo x 0.000E+00
2 scalar INT scalar scalar const perma l 1.000E+00
3 vector INT scalar scalar const perma l 3.000E+00
4 nnodes INT scalar scalar const perma l 1.122E+03
5 nedges INT scalar scalar const perma l 0.000E+00
6 nfaces INT scalar scalar const perma l 0.000E+00
7 nelements INT scalar scalar const perma l 4.800E+03
8 mbndry INT scalar scalar const perma l 1.600E+07
9 ndimensions_top INT scalar scalar const perma l 3.000E+00
10 ndimensions_geo INT scalar scalar const perma l 3.000E+00
11 nodes_per_eleme INT scalar scalar const perma l 4.000E+00
12 edges_per_eleme INT scalar scalar const perma l 6.000E+00
13 faces_per_eleme INT scalar scalar const perma l 4.000E+00
14 isetwd VDOU scalar nnodes or perma l 0.000E+00
15 ialias VINT scalar nnodes seque perma l 0.000E+00
16 imt1 VINT scalar nnodes max perma gal 0.000E+00
17 itp1 VINT scalar nnodes min perma gal 0.000E+00
18 icr1 VINT scalar nnodes min perma gal 0.000E+00
19 isn1 VINT scalar nnodes user perma gal 0.000E+00
20 xic VDOU scalar nnodes linea perma l 0.000E+00
21 yic VDOU scalar nnodes linea perma l 0.000E+00
22 zic VDOU scalar nnodes linea perma l 0.000E+00
23 xtetwd VDOU scalar nelements or perma l 0.000E+00
24 itetclr VINT scalar nelements user perma l 0.000E+00
25 itettyp VINT scalar nelements user perma l 0.000E+00
26 itetoff VINT scalar nelements user perma l 0.000E+00
27 jtetoff VINT scalar nelements user perma l 0.000E+00
28 itet VINT nodes_per_ nelements user perma l 0.000E+00
29 jtet VINT faces_per_ nelements user perma l 0.000E+00
30 ipolydat CHAR scalar scalar const perma l no
31 vor2d CHAR scalar scalar const perma l yes
32 vor3d CHAR scalar scalar const perma l no
33 epsilon REAL scalar scalar const perma l 1.000E-15
34 epsilonl REAL scalar scalar const perma l 3.053E-11
35 epsilona REAL scalar scalar const perma l 4.197E-09
36 epsilonv REAL scalar scalar const perma l 8.882E-08
37 ipointi INT scalar scalar const perma l 1.000E+00
38 ipointj INT scalar scalar const perma l 1.122E+03
39 idebug INT scalar scalar const perma l 0.000E+00
40 itypconv_sm INT scalar scalar const perma l 1.000E+00
41 maxiter_sm INT scalar scalar const perma l 2.500E+01
42 tolconv_sm REAL scalar scalar const perma l 1.000E+00
43 nnfreq INT scalar scalar const perma l 1.000E+00
44 ivoronoi INT scalar scalar const perma l 1.000E+00
45 iopt2to2 INT scalar scalar const perma l 2.000E+00
46 dumptype CHAR scalar scalar const perma l binary
47 velname CHAR scalar scalar const perma l vels
48 densname CHAR scalar scalar const perma l ric
49 presname CHAR scalar scalar const perma l pic
50 enername CHAR scalar scalar const perma l eic
51 xmin REAL scalar scalar const perma l 0.000E+00
52 ymin REAL scalar scalar const perma l 0.000E+00
53 zmin REAL scalar scalar const perma l 0.000E+00
54 xmax REAL scalar scalar const perma l 1.000E+02
55 ymax REAL scalar scalar const perma l 5.000E+01
56 zmax REAL scalar scalar const perma l 8.000E+01
57 kdtree_level INT scalar scalar const perma l 0.000E+00
58 max_number_sets INT scalar scalar const perma l 6.400E+01
59 number_of_psets INT scalar scalar const perma l 4.000E+00
60 number_of_eltse INT scalar scalar const perma l 0.000E+00
61 psetnames VCHA scalar max_number_sets const perma l
62 eltsetnames VCHA scalar max_number_sets const perma l
63 geom_name CHAR scalar max_number_sets const perma l -defaultge
64 fsetnames VCHA scalar max_number_sets const perma l
65 number_of_fsets INT scalar scalar const perma l 0.000E+00
66 top VINT scalar nnodes linea perma afg -5.000E+00
67 bottom VINT scalar nnodes linea perma afg -5.000E+00
68 left_w VINT scalar nnodes linea perma afg -5.000E+00
69 right_e VINT scalar nnodes linea perma afg -5.000E+00
70 back_n VINT scalar nnodes linea perma afg -5.000E+00
71 front_s VINT scalar nnodes linea perma afg -5.000E+00
72 ccoef VDOU scalar nnodes linea tempo agl 0.000E+00
73 ncon50 INT scalar scalar const perma l 2.500E+03
74 nconbnd INT scalar scalar const perma l 1.000E+00
75 icontab VINT scalar ncon50 const perma l 0.000E+00
76 iwell VINT scalar nnodes linea perma agl 0.000E+00
77 elev VDOU scalar nnodes linea tempo agl 0.000E+00
78 id_node VINT scalar nnodes linea perma agl 0.000E+00
# Create a mesh object with just nodes
# Remove all nodes not in the well zone
cmo/create/motmp
copypts/motmp/mo_tet
cmo/addatt/motmp/top/VINT/scalar/nnodes/linear/permanent/afgx/0.0
finish
cmo/addatt/motmp/bottom/VINT/scalar/nnodes/linear/permanent/afgx/0.0
finish
cmo/addatt/motmp/left_w/VINT/scalar/nnodes/linear/permanent/afgx/0.0
finish
cmo/addatt/motmp/right_e/VINT/scalar/nnodes/linear/permanent/afgx/0.0
finish
cmo/addatt/motmp/back_n/VINT/scalar/nnodes/linear/permanent/afgx/0.0
finish
cmo/addatt/motmp/front_s/VINT/scalar/nnodes/linear/permanent/afgx/0.0
finish
cmo/addatt/motmp/ccoef/VDOUBLE/scalar/nnodes/linear/temporary/agltn/0.0
finish
cmo/addatt/motmp/iwell/VINT/scalar/nnodes/linear/permanent/agltn/0.0
finish
cmo/addatt/motmp/elev/VDOUBLE/scalar/nnodes/linear/temporary/agltn/0.0
finish
cmo/addatt/motmp/id_node/VINT/scalar/nnodes/linear/permanent/agltn/0.0
finish
copypts added nodes 1 to 1122
cmo/select/motmp
pset/pduds/attribute iwell/1,0,0/ne 11
THE PSET pduds HAS 1109 POINTS
rmpoint/pset,get,pduds
Dudded 1109 points plus parents, there are no elements in mesh.
rmpoint/compress
1109 points removed and 0 elements removed.
RMPOINT: new point count is 13
RMPOINT: new element count is 0
# Write well nodes with all attributes
# Use AVS UCD pnt format for paraview
dump/avs/tet_well_pnts.inp/motmp/1 3 1 0 0
Writing AVS UCD PT ELEMENTS.
cmo/modatt/-def-/-def-/ioflag/x
finish
cmo/printatt/motmp/-all- minmax
Warning: nelements = 0
ATTRIBUTE NAME MIN MAX DIFFERENCE LENGTH
-def- 0.000000000E+00 0.000000000E+00 0.000000000E+00 13
scalar 1 1 0 1
vector 3 3 0 1
nnodes 13 13 0 1
nedges 0 0 0 1
nfaces 0 0 0 1
nelements 0 0 0 1
mbndry 16000000 16000000 0 1
ndimensions_topo 3 3 0 1
ndimensions_geom 3 3 0 1
nodes_per_element 4 4 0 1
edges_per_element 6 6 0 1
faces_per_element 4 4 0 1
isetwd 8 8 0 13
ialias 0 0 0 13
imt1 1 4 3 13
itp1 0 10 10 13
icr1 0 0 0 13
isn1 0 0 0 13
xic 5.000000000E+01 5.000000000E+01 0.000000000E+00 13
yic 2.000000000E+01 2.000000000E+01 0.000000000E+00 13
zic 2.000000000E+01 8.000000000E+01 6.000000000E+01 13
0 length attribute: xtetwd
0 length attribute: itetclr
0 length attribute: itettyp
0 length attribute: itetoff
0 length attribute: jtetoff
0 length attribute: itet
0 length attribute: jtet
epsilon 1.000000004E-15 1.000000004E-15 0.000000000E+00 1
epsilonl 3.052608629E-11 3.052608629E-11 0.000000000E+00 1
epsilona 4.196643033E-09 4.196643033E-09 0.000000000E+00 1
epsilonv 8.881784197E-08 8.881784197E-08 0.000000000E+00 1
ipointi 1 1 0 1
ipointj 13 13 0 1
idebug 0 0 0 1
itypconv_sm 1 1 0 1
maxiter_sm 25 25 0 1
tolconv_sm 1.000000000E+00 1.000000000E+00 0.000000000E+00 1
nnfreq 1 1 0 1
ivoronoi 1 1 0 1
iopt2to2 2 2 0 1
xmin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
ymin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
zmin 0.000000000E+00 0.000000000E+00 0.000000000E+00 1
xmax 1.000000000E+02 1.000000000E+02 0.000000000E+00 1
ymax 5.000000000E+01 5.000000000E+01 0.000000000E+00 1
zmax 8.000000000E+01 8.000000000E+01 0.000000000E+00 1
kdtree_level 0 0 0 1
max_number_sets 64 64 0 1
number_of_psets 1 1 0 1
number_of_eltsets 0 0 0 1
number_of_fsets 0 0 0 1
top -5 1 6 13
bottom -5 -5 0 13
left_w -5 -5 0 13
right_e -5 -5 0 13
back_n -5 -5 0 13
front_s -5 -5 0 13
ccoef 0.000000000E+00 0.000000000E+00 0.000000000E+00 13
iwell 11 11 0 13
elev 2.000000000E+01 8.000000000E+01 6.000000000E+01 13
id_node 292 1084 792 13
finish
LaGriT successfully completed

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

View File

@@ -0,0 +1,43 @@
read/avs/tet_interp_materials.inp/mo_tet
quality
cmo/printatt/mo_tet/imt minmax
cmo/select/mo_tet
cmo/setatt/mo_tet itetclr 1
resetpts/itp
cmo/select/mo_tet
resetpts/parent
filter/1,0,0
rmpoint/compress
dump/fehm/tet/mo_tet/keepatt
dump/avs/tet_fehm.inp/mo_tet
cmo/addatt/mo_tet/ccoef/VDOUBLE/scalar/nnodes/linear/
cmo select mo_tet
pset pin attribute itp 1,0,0 lt 10
pset pneg attribute ccoef 1,0,0 lt -.0001
pset pBAD inter pin pneg
cmo printatt mo_tet ccoef minmax
cmo printatt mo_tet -all- minmax
cmo/select/mo_tet
surface/s_box/reflect/box/49.5 19.5 19./50.5 20.5 100.
region/r_box/le s_box
pset/pwell/region/r_box
cmo/printatt/mo_tet/-xyz-/minmax/pset,get,pwell
pset/pwell/zone/tet_well_nodes.zone/ascii/11
cmo/addatt/mo_tet iwell/VINT/scalar/nnodes/linear/permanent//0
cmo/setatt/mo_tet/iwell/pset,get,pwell/11
cmo/printatt/mo_tet/iwell/minmax
cmo/addatt/mo_tet elev/VDOUBLE/scalar/nnodes/
cmo/copyatt/mo_tet mo_tet/elev zic
cmo/set_id/mo_tet/node/id_node
dump/avs/tet_attributes.inp/mo_tet
cmo/printatt/mo_tet/-all- minmax
cmo/status/mo_tet
cmo/create/motmp
copypts/motmp/mo_tet
cmo/select/motmp
pset/pduds/attribute iwell/1,0,0/ne 11
rmpoint/pset,get,pduds
rmpoint/compress
dump/avs/tet_well_pnts.inp/motmp/1 3 1 0 0
cmo/printatt/motmp/-all- minmax
finish

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,128 @@
zone
00001
nnum
468
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
31 32 33 34 35 36 37 38 39 40
41 42 43 44 45 46 47 48 49 50
51 52 53 54 55 56 57 58 59 60
61 62 63 64 65 66 67 68 69 70
71 72 73 74 75 76 77 78 79 80
81 82 83 84 85 86 87 88 89 90
91 92 93 94 95 96 97 98 99 100
101 102 103 104 105 106 107 108 109 110
111 112 113 114 115 116 117 118 119 120
121 122 123 124 125 126 127 128 129 130
131 132 133 134 135 136 137 138 139 140
141 142 143 144 145 146 147 148 149 150
151 152 153 154 155 156 157 158 159 160
161 162 163 164 165 166 167 168 169 170
171 172 173 174 175 176 177 178 179 180
181 182 183 184 185 186 187 188 189 190
191 192 193 194 195 196 197 198 200 201
202 203 204 205 206 207 208 209 211 212
213 214 215 216 217 218 219 220 222 223
224 225 226 227 228 229 230 231 233 234
235 236 237 238 239 240 241 242 244 245
246 247 248 249 250 251 252 253 255 256
257 258 259 260 261 262 263 264 267 268
269 270 271 272 273 274 275 278 279 280
281 282 283 284 285 286 289 290 291 292
293 294 295 296 297 300 301 302 303 304
305 306 307 308 311 312 313 314 315 316
317 318 319 322 323 324 325 326 327 328
329 330 333 334 335 336 337 338 339 340
341 344 345 346 347 348 349 350 351 352
355 356 357 358 359 360 361 362 363 366
367 368 369 370 371 372 373 374 377 378
379 380 381 382 383 384 385 388 389 390
391 392 393 394 395 396 400 401 402 403
404 405 406 407 411 412 413 414 415 416
417 418 422 423 424 425 426 427 428 429
433 434 435 436 437 438 439 440 444 445
446 447 448 449 450 451 455 456 457 458
459 460 461 462 463 466 467 468 469 470
471 472 473 474 477 478 479 480 481 482
483 484 485 488 489 490 491 492 493 494
495 496 499 500 501 502 503 504 505 506
507 510 511 512 513 514 515 516 517 518
521 522 523 524 525 526 527 528
00002
nnum
270
529 530 533 534 535 536 537 538 539 540
541 544 545 546 547 548 549 550 551 552
555 556 557 558 559 560 561 562 563 566
567 568 569 570 571 572 573 574 577 578
579 580 581 582 583 584 585 588 589 590
591 592 593 594 595 596 599 600 601 602
603 604 605 606 607 610 611 612 613 614
615 616 617 618 621 622 623 624 625 626
627 628 629 632 633 634 635 636 637 638
639 640 643 644 645 646 647 648 649 650
651 654 655 656 657 658 659 660 661 662
663 666 667 668 669 670 671 672 673 674
677 678 679 680 681 682 683 684 685 688
689 690 691 692 693 694 695 696 699 700
701 702 703 704 705 706 707 710 711 712
713 714 715 716 717 718 721 722 723 724
725 726 727 728 729 732 733 734 735 736
737 738 739 740 743 744 745 746 747 748
749 750 751 754 755 756 757 758 759 760
761 762 765 766 767 768 769 770 771 772
773 776 777 778 779 780 781 782 783 784
787 788 789 790 791 792 793 794 795 796
799 800 801 802 803 804 805 806 807 810
811 812 813 814 815 816 817 818 821 822
823 824 825 826 827 828 829 832 833 834
835 836 837 838 839 840 843 844 845 846
847 848 849 850 851 854 855 856 857 858
00003
nnum
204
859 860 861 862 866 867 868 869 870 871
872 873 877 878 879 880 881 882 883 884
888 889 890 891 892 893 894 895 899 900
901 902 903 904 905 906 910 911 912 913
914 915 916 917 921 922 923 924 925 926
927 928 929 932 933 934 935 936 937 938
939 940 943 944 945 946 947 948 949 950
951 954 955 956 957 958 959 960 961 962
965 966 967 968 969 970 971 972 973 976
977 978 979 980 981 982 983 984 987 988
989 990 991 992 993 994 995 999 1000 1001
1002 1003 1004 1005 1006 1010 1011 1012 1013 1014
1015 1016 1017 1021 1022 1023 1024 1025 1026 1027
1028 1032 1033 1034 1035 1036 1037 1038 1039 1043
1044 1045 1046 1047 1048 1049 1050 1054 1055 1056
1057 1058 1059 1060 1061 1062 1065 1066 1067 1068
1069 1070 1071 1072 1073 1076 1077 1078 1079 1080
1081 1082 1083 1084 1087 1088 1089 1090 1091 1092
1093 1094 1095 1098 1099 1100 1101 1102 1103 1104
1105 1106 1109 1110 1111 1112 1113 1114 1115 1116
1117 1120 1121 1122
00004
nnum
180
199 210 221 232 243 254 265 266 276 277
287 288 298 299 309 310 320 321 331 332
342 343 353 354 364 365 375 376 386 387
397 398 399 408 409 410 419 420 421 430
431 432 441 442 443 452 453 454 464 465
475 476 486 487 497 498 508 509 519 520
531 532 542 543 553 554 564 565 575 576
586 587 597 598 608 609 619 620 630 631
641 642 652 653 664 665 675 676 686 687
697 698 708 709 719 720 730 731 741 742
752 753 763 764 774 775 785 786 797 798
808 809 819 820 830 831 841 842 852 853
863 864 865 874 875 876 885 886 887 896
897 898 907 908 909 918 919 920 930 931
941 942 952 953 963 964 974 975 985 986
996 997 998 1007 1008 1009 1018 1019 1020 1029
1030 1031 1040 1041 1042 1051 1052 1053 1063 1064
1074 1075 1085 1086 1096 1097 1107 1108 1118 1119
stop

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,95 @@
zone
00001 top
nnum
66
1057 1058 1059 1060 1061 1062 1063 1064 1065 1066
1067 1068 1069 1070 1071 1072 1073 1074 1075 1076
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086
1087 1088 1089 1090 1091 1092 1093 1094 1095 1096
1097 1098 1099 1100 1101 1102 1103 1104 1105 1106
1107 1108 1109 1110 1111 1112 1113 1114 1115 1116
1117 1118 1119 1120 1121 1122
00002 bottom
nnum
66
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
31 32 33 34 35 36 37 38 39 40
41 42 43 44 45 46 47 48 49 50
51 52 53 54 55 56 57 58 59 60
61 62 63 64 65 66
00003 left_w
nnum
102
1 12 23 34 45 56 67 78 89 100
111 122 133 144 155 166 177 188 199 210
221 232 243 254 265 276 287 298 309 320
331 342 353 364 375 386 397 408 419 430
441 452 463 474 485 496 507 518 529 540
551 562 573 584 595 606 617 628 639 650
661 672 683 694 705 716 727 738 749 760
771 782 793 804 815 826 837 848 859 870
881 892 903 914 925 936 947 958 969 980
991 1002 1013 1024 1035 1046 1057 1068 1079 1090
1101 1112
00005 right_e
nnum
102
11 22 33 44 55 66 77 88 99 110
121 132 143 154 165 176 187 198 209 220
231 242 253 264 275 286 297 308 319 330
341 352 363 374 385 396 407 418 429 440
451 462 473 484 495 506 517 528 539 550
561 572 583 594 605 616 627 638 649 660
671 682 693 704 715 726 737 748 759 770
781 792 803 814 825 836 847 858 869 880
891 902 913 924 935 946 957 968 979 990
1001 1012 1023 1034 1045 1056 1067 1078 1089 1100
1111 1122
00006 back_n
nnum
187
56 57 58 59 60 61 62 63 64 65
66 122 123 124 125 126 127 128 129 130
131 132 188 189 190 191 192 193 194 195
196 197 198 254 255 256 257 258 259 260
261 262 263 264 320 321 322 323 324 325
326 327 328 329 330 386 387 388 389 390
391 392 393 394 395 396 452 453 454 455
456 457 458 459 460 461 462 518 519 520
521 522 523 524 525 526 527 528 584 585
586 587 588 589 590 591 592 593 594 650
651 652 653 654 655 656 657 658 659 660
716 717 718 719 720 721 722 723 724 725
726 782 783 784 785 786 787 788 789 790
791 792 848 849 850 851 852 853 854 855
856 857 858 914 915 916 917 918 919 920
921 922 923 924 980 981 982 983 984 985
986 987 988 989 990 1046 1047 1048 1049 1050
1051 1052 1053 1054 1055 1056 1112 1113 1114 1115
1116 1117 1118 1119 1120 1121 1122
00004 front_s
nnum
187
1 2 3 4 5 6 7 8 9 10
11 67 68 69 70 71 72 73 74 75
76 77 133 134 135 136 137 138 139 140
141 142 143 199 200 201 202 203 204 205
206 207 208 209 265 266 267 268 269 270
271 272 273 274 275 331 332 333 334 335
336 337 338 339 340 341 397 398 399 400
401 402 403 404 405 406 407 463 464 465
466 467 468 469 470 471 472 473 529 530
531 532 533 534 535 536 537 538 539 595
596 597 598 599 600 601 602 603 604 605
661 662 663 664 665 666 667 668 669 670
671 727 728 729 730 731 732 733 734 735
736 737 793 794 795 796 797 798 799 800
801 802 803 859 860 861 862 863 864 865
866 867 868 869 925 926 927 928 929 930
931 932 933 934 935 991 992 993 994 995
996 997 998 999 1000 1001 1057 1058 1059 1060
1061 1062 1063 1064 1065 1066 1067
stop

View File

@@ -0,0 +1,377 @@
zone
00001 top Sum VORONOI vectors: 0.2500000E+03 0.5000000E+03 0.5000000E+04
nnum
66
-1.250000000000E+01 -1.250000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
1.250000000000E+01 -1.250000000000E+01 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 2.500000000000E+01 0.000000000000E+00 5.000000000000E+01
-2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 2.500000000000E+01 0.000000000000E+00 5.000000000000E+01
-2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 1.000000000000E+02
2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 -1.250000000000E+01 1.250000000000E+01 2.500000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 1.250000000000E+01 1.250000000000E+01 2.500000000000E+01
00002 bottom Sum VORONOI vectors: 0.2500000E+03 0.5000000E+03 0.5000000E+04
nnum
66
-1.250000000000E+01 -1.250000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
1.250000000000E+01 -1.250000000000E+01 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01
-2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01
-2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02 0.000000000000E+00 0.000000000000E+00 -1.000000000000E+02
2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 -1.250000000000E+01 1.250000000000E+01 -2.500000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 1.250000000000E+01 1.250000000000E+01 -2.500000000000E+01
00003 left_w Sum VORONOI vectors: 0.4000000E+04 0.8000000E+03 0.5000000E+03
nnum
102
-1.250000000000E+01 -1.250000000000E+01 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01
-2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01
-2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 -1.250000000000E+01 1.250000000000E+01 -2.500000000000E+01
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
-5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-1.250000000000E+01 -1.250000000000E+01 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01
-2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01
-2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 -1.250000000000E+01 1.250000000000E+01 2.500000000000E+01
00005 right_e Sum VORONOI vectors: 0.4000000E+04 0.8000000E+03 0.5000000E+03
nnum
102
1.250000000000E+01 -1.250000000000E+01 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01
2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01
2.500000000000E+01 0.000000000000E+00 -5.000000000000E+01 1.250000000000E+01 1.250000000000E+01 -2.500000000000E+01
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00
5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
1.250000000000E+01 -1.250000000000E+01 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 5.000000000000E+01
2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 2.500000000000E+01 0.000000000000E+00 5.000000000000E+01
2.500000000000E+01 0.000000000000E+00 5.000000000000E+01 1.250000000000E+01 1.250000000000E+01 2.500000000000E+01
00006 back_n Sum VORONOI vectors: 0.8000000E+03 0.8000000E+04 0.1000000E+04
nnum
187
-1.250000000000E+01 1.250000000000E+01 -2.500000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -5.000000000000E+01
1.250000000000E+01 1.250000000000E+01 -2.500000000000E+01 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 2.500000000000E+01 0.000000000000E+00
-1.250000000000E+01 1.250000000000E+01 2.500000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 5.000000000000E+01
1.250000000000E+01 1.250000000000E+01 2.500000000000E+01
00004 front_s Sum VORONOI vectors: 0.8000000E+03 0.8000000E+04 0.1000000E+04
nnum
187
-1.250000000000E+01 -1.250000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 -5.000000000000E+01
1.250000000000E+01 -1.250000000000E+01 -2.500000000000E+01 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
-2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00
0.000000000000E+00 -5.000000000000E+01 0.000000000000E+00 2.500000000000E+01 -2.500000000000E+01 0.000000000000E+00
-1.250000000000E+01 -1.250000000000E+01 2.500000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01 0.000000000000E+00 -2.500000000000E+01 5.000000000000E+01
1.250000000000E+01 -1.250000000000E+01 2.500000000000E+01
stop

View File

@@ -0,0 +1,8 @@
zone
000011 pwell
nnum
13
292 358 424 490 556 622 688 754 820 886
952 1018 1084
stop

View File

@@ -0,0 +1,55 @@
13 13 14 0 0
001 5.000000000000E+01 2.000000000000E+01 2.000000000000E+01
002 5.000000000000E+01 2.000000000000E+01 2.500000000000E+01
003 5.000000000000E+01 2.000000000000E+01 3.000000000000E+01
004 5.000000000000E+01 2.000000000000E+01 3.500000000000E+01
005 5.000000000000E+01 2.000000000000E+01 4.000000000000E+01
006 5.000000000000E+01 2.000000000000E+01 4.500000000000E+01
007 5.000000000000E+01 2.000000000000E+01 5.000000000000E+01
008 5.000000000000E+01 2.000000000000E+01 5.500000000000E+01
009 5.000000000000E+01 2.000000000000E+01 6.000000000000E+01
010 5.000000000000E+01 2.000000000000E+01 6.500000000000E+01
011 5.000000000000E+01 2.000000000000E+01 7.000000000000E+01
012 5.000000000000E+01 2.000000000000E+01 7.500000000000E+01
013 5.000000000000E+01 2.000000000000E+01 8.000000000000E+01
001 1 pt 1
002 1 pt 2
003 1 pt 3
004 1 pt 4
005 1 pt 5
006 1 pt 6
007 1 pt 7
008 1 pt 8
009 1 pt 9
010 1 pt 10
011 1 pt 11
012 1 pt 12
013 1 pt 13
00014 1 1 1 1 1 1 1 1 1 1 1 1 1 1
imt1, integer
itp1, integer
icr1, integer
isn1, integer
top, integer
bottom, integer
left_w, integer
right_e, integer
back_n, integer
front_s, integer
ccoef, real
iwell, integer
elev, real
id_node, integer
1 1 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.200000000000E+02 292
2 1 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.250000000000E+02 358
3 1 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.300000000000E+02 424
4 1 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.350000000000E+02 490
5 2 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.400000000000E+02 556
6 2 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.450000000000E+02 622
7 2 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.500000000000E+02 688
8 2 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.550000000000E+02 754
9 4 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.600000000000E+02 820
10 4 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.650000000000E+02 886
11 4 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.700000000000E+02 952
12 4 0 0 0 -5 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.750000000000E+02 1018
13 3 10 0 0 1 -5 -5 -5 -5 -5 0.000000000000E+00 11 0.800000000000E+02 1084

View File

@@ -0,0 +1,4 @@
pset ascii 1
pwell 4 13
292 358 424 490 556 622 688 754 820 886
952 1018 1084