Deleting files from tutorial

This commit is contained in:
sergio
2016-06-01 11:45:17 -07:00
parent 6c92bfdf5a
commit 45264f1b2d
8 changed files with 0 additions and 4241 deletions

View File

@ -1,34 +0,0 @@
Usage: MPPICInterFoam [OPTIONS]
options:
-case <dir> specify alternate case directory, default is the cwd
-decomposeParDict <file>
read decomposePar dictionary from specified location
-noFunctionObjects
do not execute functionObjects
-parallel run in parallel
-roots <(dir1 .. dirN)>
slave root directories for distributed running
-srcDoc display source code in browser
-doc display application documentation in browser
-help print the usage
Using: OpenFOAM-plus.master.MPPICInterFoam (see www.OpenFOAM.com)
Build: plus.master.MPPICInterFoam-ccac7d67dd44
[0]
[0]
[0] --> FOAM FATAL ERROR:
[0] Wrong number of arguments, expected 0 found 1
[0]
[0]
FOAM parallel run exiting
[0]
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------

View File

@ -1,45 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus.master.MPPICInterFoam |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : plus.master.MPPICInterFoam-ccac7d67dd44
Exec : createPatch -overwrite
Date : May 31 2016
Time : 15:11:41
Host : "diego"
PID : 20978
Case : /home/sergio/OpenFOAM/OpenFOAM-plus.master.MPPICInterFoam/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Create polyMesh for time = 0
Reading "system/createPatchDict"
Adding new patch inlet as patch 3 from
{
type patch;
}
Read 25 faces from faceSet inlet
Doing topology modification to order faces.
Not synchronising points.
Removing patches with no faces in them.
No patches removed.
Writing repatched mesh to 0
End

View File

@ -1,87 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus.master.MPPICInterFoam |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : plus.master.MPPICInterFoam-ccac7d67dd44
Exec : decomposePar
Date : May 31 2016
Time : 15:11:42
Host : "diego"
PID : 20980
Case : /home/sergio/OpenFOAM/OpenFOAM-plus.master.MPPICInterFoam/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Decomposing mesh region0
Create mesh
Calculating distribution of cells
Selecting decompositionMethod hierarchical
Finished decomposition in 0.05 s
Calculating original mesh data
Distributing cells to processors
Distributing faces to processors
Distributing points to processors
Constructing processor meshes
Processor 0
Number of cells = 11821
Number of faces shared with processor 1 = 760
Number of processor patches = 1
Number of processor faces = 760
Number of boundary faces = 1856
Processor 1
Number of cells = 11821
Number of faces shared with processor 0 = 760
Number of faces shared with processor 2 = 783
Number of processor patches = 2
Number of processor faces = 1543
Number of boundary faces = 1375
Processor 2
Number of cells = 11821
Number of faces shared with processor 1 = 783
Number of faces shared with processor 3 = 729
Number of processor patches = 2
Number of processor faces = 1512
Number of boundary faces = 1378
Processor 3
Number of cells = 11822
Number of faces shared with processor 2 = 729
Number of processor patches = 1
Number of processor faces = 729
Number of boundary faces = 1565
Number of processor faces = 2272
Max number of cells = 11822 (0.00634451% above average 11821.2)
Max number of processor patches = 2 (33.3333% above average 1.5)
Max number of faces between processors = 1543 (35.8275% above average 1136)
Time = 0
Processor 0: field transfer
Processor 1: field transfer
Processor 2: field transfer
Processor 3: field transfer
End

View File

@ -1,32 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus.master.MPPICInterFoam |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : plus.master.MPPICInterFoam-ccac7d67dd44
Exec : reconstructPar -newTimes
Date : May 31 2016
Time : 15:11:43
Host : "diego"
PID : 20996
Case : /home/sergio/OpenFOAM/OpenFOAM-plus.master.MPPICInterFoam/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
--> FOAM FATAL ERROR:
No times selected
From function int main(int, char**)
in file reconstructPar.C at line 212.
FOAM exiting

View File

@ -1,35 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus.master.MPPICInterFoam |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : plus.master.MPPICInterFoam-ccac7d67dd44
Exec : setFields
Date : May 31 2016
Time : 15:11:42
Host : "diego"
PID : 20979
Case : /home/sergio/OpenFOAM/OpenFOAM-plus.master.MPPICInterFoam/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Create mesh for time = 0
Reading setFieldsDict
Setting field default values
Setting internal values of volScalarField alpha.water
Setting field region values
Adding cells with center within boxes 1((-1 -1 0) (1 1 0.58))
Setting internal values of volScalarField alpha.water
End

View File

@ -1,38 +0,0 @@
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus.master.MPPICInterFoam |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : plus.master.MPPICInterFoam-ccac7d67dd44
Exec : topoSet
Date : May 31 2016
Time : 15:11:41
Host : "diego"
PID : 20977
Case : /home/sergio/OpenFOAM/OpenFOAM-plus.master.MPPICInterFoam/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Create polyMesh for time = 0
Reading topoSetDict
Time = 0
mesh not changed.
Created faceSet inlet
Applying source boxToFace
Adding faces with centre within boxes 1((-0.01 -0.01 -0.03) (0.01 0.01 0.001))
faceSet inlet now size 25
Created faceZoneSet inletZone
Applying source setToFaceZone
Adding all faces from faceSet inlet ...
faceZoneSet inletZone now size 25
End

View File

@ -1,117 +0,0 @@
# Field minima and maxima
# Time field min position(min) processor max position(max) processor
0.00119048 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.00261054 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.00431218 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.00635059 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.00877121 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0116686 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0150928 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0191125 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0238727 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0295543 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0361099 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0439142 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0530957 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0628893 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0726829 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0824765 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.0922702 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.102064 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.111857 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.121651 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.131445 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.141238 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.151032 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.160826 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.170619 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.180413 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.190206 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.2 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.209524 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.219048 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.228571 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.238095 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.247619 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.257143 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.266667 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.27619 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.285714 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.295238 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.304762 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.314286 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.32381 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.333333 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.342857 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.352381 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.361905 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.371429 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.380952 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.390476 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.4 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.409524 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.419048 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.428571 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.438095 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.447619 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.457143 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.466667 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.47619 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.485714 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.495238 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.504762 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.514286 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.52381 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.533333 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.542857 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.552381 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.561905 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.571429 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.580952 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.590476 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.6 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.61 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.62 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.63 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.64 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.65 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.66 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.67 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.68 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.69 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.7 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.71 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.72 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.73 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.74 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.75 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.76 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.77 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.78 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.79 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.8 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.81 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.82 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.83 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.84 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.85 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.86 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.87 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.88 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.89 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.9 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.91 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.92 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.93 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.94 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.95 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.96 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.97 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.98 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
0.99 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
1 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.000000e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
1.00952 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.006349e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
1.01905 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.012698e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
1.02857 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.019048e-01 (-7.333707e-03 -7.333707e-03 0.000000e+00) 0
1.0381 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.026991e-01 (1.100056e-02 0.000000e+00 6.600000e-03) 0
1.04762 U 0.000000e+00 (-1.100056e-02 -1.100056e-02 0.000000e+00) 0 1.502289e-01 (0.000000e+00 -1.100056e-02 6.600000e-03) 0