Skip to content
Snippets Groups Projects
Commit 9a809117 authored by Thomas Fetzer's avatar Thomas Fetzer Committed by Kilian Weishaupt
Browse files

[lowrekepsilon] Cleanup, decrease verbosity of output

parent 4d3619db
No related branches found
No related tags found
1 merge request!928Freeflow/lowrekepsilonnc
...@@ -109,8 +109,6 @@ public: ...@@ -109,8 +109,6 @@ public:
= ParentType::advectiveFluxForCellCenter(elemVolVars, elemFaceVars, scvf, upwindTermK, isOutflowK); = ParentType::advectiveFluxForCellCenter(elemVolVars, elemFaceVars, scvf, upwindTermK, isOutflowK);
flux[dissipationEqIdx - ModelTraits::dim()] flux[dissipationEqIdx - ModelTraits::dim()]
= ParentType::advectiveFluxForCellCenter(elemVolVars, elemFaceVars, scvf, upwindTermEpsilon, isOutflowEpsilon); = ParentType::advectiveFluxForCellCenter(elemVolVars, elemFaceVars, scvf, upwindTermEpsilon, isOutflowEpsilon);
Dune::dverb << " k_adv " << ParentType::advectiveFluxForCellCenter(elemVolVars, elemFaceVars, scvf, upwindTermK, isOutflowK);
Dune::dverb << " e_adv " << ParentType::advectiveFluxForCellCenter(elemVolVars, elemFaceVars, scvf, upwindTermEpsilon, isOutflowEpsilon);
// calculate diffusive flux // calculate diffusive flux
const auto& insideScv = fvGeometry.scv(scvf.insideScvIdx()); const auto& insideScv = fvGeometry.scv(scvf.insideScvIdx());
...@@ -157,9 +155,6 @@ public: ...@@ -157,9 +155,6 @@ public:
+= coeff_k / distance += coeff_k / distance
* (insideVolVars.turbulentKineticEnergy() - outsideVolVars.turbulentKineticEnergy()) * (insideVolVars.turbulentKineticEnergy() - outsideVolVars.turbulentKineticEnergy())
* scvf.area(); * scvf.area();
Dune::dverb << " k_diff " << coeff_k / distance
* (insideVolVars.turbulentKineticEnergy() - outsideVolVars.turbulentKineticEnergy())
* scvf.area();
} }
if (!isOutflowEpsilon) if (!isOutflowEpsilon)
{ {
...@@ -167,9 +162,6 @@ public: ...@@ -167,9 +162,6 @@ public:
+= coeff_e / distance += coeff_e / distance
* (insideVolVars.dissipationTilde() - outsideVolVars.dissipationTilde()) * (insideVolVars.dissipationTilde() - outsideVolVars.dissipationTilde())
* scvf.area(); * scvf.area();
Dune::dverb << " e_diff " << coeff_e / distance
* (insideVolVars.dissipationTilde() - outsideVolVars.dissipationTilde())
* scvf.area();
} }
return flux; return flux;
} }
......
...@@ -51,22 +51,8 @@ public: ...@@ -51,22 +51,8 @@ public:
template <class VtkOutputModule> template <class VtkOutputModule>
static void add(VtkOutputModule& vtk) static void add(VtkOutputModule& vtk)
{ {
vtk.addVolumeVariable([](const auto& v){ return v.turbulentKineticEnergy(); }, "turbulentKineticEnergy"); vtk.addVolumeVariable([](const auto& v){ return v.turbulentKineticEnergy(); }, "k");
vtk.addVolumeVariable([](const auto& v){ return v.dissipationTilde(); }, "dissipation"); vtk.addVolumeVariable([](const auto& v){ return v.dissipationTilde(); }, "epsilon");
vtk.addVolumeVariable([](const auto& v){ return v.stressTensorScalarProduct(); }, "stressTensorScalarProduct");
vtk.addVolumeVariable([](const auto& v){ return v.kinematicEddyViscosity(); }, "eddyViscosity");
vtk.addVolumeVariable([](const auto& v){ return 2.0 * v.kinematicEddyViscosity()
* v.stressTensorScalarProduct(); }, "production_k");
vtk.addVolumeVariable([](const auto& volVars){ return volVars.cOneEpsilon() * volVars.fOne()
* volVars.dissipationTilde() / volVars.turbulentKineticEnergy()
* 2.0 * volVars.kinematicEddyViscosity()
* volVars.stressTensorScalarProduct(); }, "production_eps");
vtk.addVolumeVariable([](const auto& volVars){ return volVars.dissipationTilde(); }, "destruction_k");
vtk.addVolumeVariable([](const auto& volVars){ return volVars.cTwoEpsilon() * volVars.fTwo()
* volVars.dissipationTilde() * volVars.dissipationTilde()
/ volVars.turbulentKineticEnergy(); }, "destruction_eps");
vtk.addVolumeVariable([](const auto& v){ return v.dValue(); }, "dValue");
vtk.addVolumeVariable([](const auto& v){ return v.eValue(); }, "eValue");
} }
}; };
......
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
26.6511 18.5636 16.1947 15.509 15.2435 15.123 15.0655 15.0409 15.0359 15.0432 15.0574 15.0745 26.6511 18.5636 16.1947 15.509 15.2435 15.123 15.0655 15.0409 15.0359 15.0432 15.0574 15.0745
15.0916 15.1069 15.1197 15.1283 15.0916 15.1069 15.1197 15.1283
</DataArray> </DataArray>
<DataArray type="Float32" Name="turbulentKineticEnergy" NumberOfComponents="1" format="ascii"> <DataArray type="Float32" Name="k" NumberOfComponents="1" format="ascii">
0.0368328 0.0478486 0.0776051 0.0937228 0.104066 0.111965 0.118569 0.124416 0.129741 0.134573 0.138826 0.142382 0.0368328 0.0478486 0.0776051 0.0937228 0.104066 0.111965 0.118569 0.124416 0.129741 0.134573 0.138826 0.142382
0.145178 0.147244 0.148673 0.149532 0.0131468 0.0619692 0.116676 0.142642 0.157053 0.167245 0.17557 0.182918 0.145178 0.147244 0.148673 0.149532 0.0131468 0.0619692 0.116676 0.142642 0.157053 0.167245 0.17557 0.182918
0.189617 0.195703 0.20107 0.205562 0.209096 0.211707 0.213511 0.214604 0.012236 0.0278987 0.0699448 0.103147 0.189617 0.195703 0.20107 0.205562 0.209096 0.211707 0.213511 0.214604 0.012236 0.0278987 0.0699448 0.103147
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
0.0368328 0.0478486 0.0776051 0.0937228 0.104066 0.111965 0.118569 0.124416 0.129741 0.134573 0.138826 0.142382 0.0368328 0.0478486 0.0776051 0.0937228 0.104066 0.111965 0.118569 0.124416 0.129741 0.134573 0.138826 0.142382
0.145178 0.147244 0.148673 0.149532 0.145178 0.147244 0.148673 0.149532
</DataArray> </DataArray>
<DataArray type="Float32" Name="dissipation" NumberOfComponents="1" format="ascii"> <DataArray type="Float32" Name="epsilon" NumberOfComponents="1" format="ascii">
1.07252 1.17812 1.57837 1.70237 1.7706 1.83403 1.89956 1.96791 2.03804 2.10755 2.17302 2.23094 1.07252 1.17812 1.57837 1.70237 1.7706 1.83403 1.89956 1.96791 2.03804 2.10755 2.17302 2.23094
2.27888 2.31611 2.34339 2.36035 0.141638 0.794005 1.47253 1.66577 1.72507 1.7677 1.81472 1.86805 2.27888 2.31611 2.34339 2.36035 0.141638 0.794005 1.47253 1.66577 1.72507 1.7677 1.81472 1.86805
1.92586 1.98505 2.04207 2.09326 2.13614 2.16977 2.19457 2.21022 0.0422069 0.206855 0.591364 0.850017 1.92586 1.98505 2.04207 2.09326 2.13614 2.16977 2.19457 2.21022 0.0422069 0.206855 0.591364 0.850017
...@@ -291,198 +291,6 @@ ...@@ -291,198 +291,6 @@
1.07252 1.17812 1.57837 1.70237 1.7706 1.83403 1.89956 1.96791 2.03804 2.10755 2.17302 2.23094 1.07252 1.17812 1.57837 1.70237 1.7706 1.83403 1.89956 1.96791 2.03804 2.10755 2.17302 2.23094
2.27888 2.31611 2.34339 2.36035 2.27888 2.31611 2.34339 2.36035
</DataArray> </DataArray>
<DataArray type="Float32" Name="stressTensorScalarProduct" NumberOfComponents="1" format="ascii">
73297.3 54179.8 41338.4 35323.4 32647.4 31390.8 30804.7 30575.2 30552.7 30653.3 30820.1 31011.3
31198 31362.5 31498.5 31586.5 1085.95 5038.58 5457.73 4862.91 4446.54 4222.17 4110.31 4062.36
4051.8 4063.29 4086.65 4114.69 4142.6 4167.53 4188.18 4201.36 68.051 517.712 915.015 954.777
882.326 822.353 786.077 766.455 757.335 754.678 755.793 758.836 762.605 766.374 769.707 771.882
4.98525 67.8848 209.687 303.749 313.7 296.779 280.646 269.787 263.318 259.838 258.273 257.856
258.062 258.563 259.139 259.545 0.384095 7.1683 37.3827 87.5733 121.754 130.548 127.666 122.833
118.859 116.01 114.094 112.849 112.036 111.502 111.141 110.925 0.0450372 0.574238 4.1495 15.827
34.6896 51.3099 60.0547 62.3078 61.4818 59.8096 58.1482 56.6683 55.3613 54.2293 53.2834 52.666
0.0217558 0.0513304 0.284141 1.40577 4.80129 11.0131 18.3465 24.4749 28.1846 29.4713 28.9981 27.5955
25.9173 24.3355 23.0101 22.1671 0.0211289 0.0214228 0.0289495 0.0660063 0.220527 0.686057 1.61499 2.81485
3.81973 4.31685 4.32625 4.05262 3.68995 3.34659 3.06427 2.88843 0.0211289 0.0214228 0.0289495 0.0660063
0.220527 0.686057 1.61499 2.81485 3.81973 4.31685 4.32625 4.05262 3.68995 3.34659 3.06427 2.88843
0.0217558 0.0513304 0.284141 1.40577 4.80129 11.0131 18.3465 24.4749 28.1846 29.4713 28.9981 27.5955
25.9173 24.3355 23.0101 22.1671 0.0450372 0.574238 4.1495 15.827 34.6896 51.3099 60.0547 62.3078
61.4818 59.8096 58.1482 56.6683 55.3613 54.2293 53.2834 52.666 0.384095 7.1683 37.3827 87.5733
121.754 130.548 127.666 122.833 118.859 116.01 114.094 112.849 112.036 111.502 111.141 110.925
4.98525 67.8848 209.687 303.749 313.7 296.779 280.646 269.787 263.318 259.838 258.273 257.856
258.062 258.563 259.139 259.545 68.051 517.712 915.015 954.777 882.326 822.353 786.077 766.455
757.335 754.678 755.793 758.836 762.605 766.374 769.707 771.882 1085.95 5038.58 5457.73 4862.91
4446.54 4222.17 4110.31 4062.36 4051.8 4063.29 4086.65 4114.69 4142.6 4167.53 4188.18 4201.36
73297.3 54179.8 41338.4 35323.4 32647.4 31390.8 30804.7 30575.2 30552.7 30653.3 30820.1 31011.3
31198 31362.5 31498.5 31586.5
</DataArray>
<DataArray type="Float32" Name="eddyViscosity" NumberOfComponents="1" format="ascii">
1.15029e-05 1.64491e-05 3.02812e-05 3.94388e-05 4.58782e-05 5.07904e-05 5.47464e-05 5.80817e-05 6.09754e-05 6.34889e-05 6.56149e-05 6.73278e-05
6.86253e-05 6.95449e-05 7.01504e-05 7.05008e-05 3.33686e-05 0.000124162 0.000224128 0.000286352 0.000329582 0.00036167 0.000386674 0.000407076
0.000424244 0.000438755 0.000450749 0.00046021 0.000467228 0.000472092 0.000475205 0.000476982 0.000163868 0.000164954 0.000345632 0.000508231
0.000626066 0.000712239 0.000777644 0.000829301 0.000871291 0.000905611 0.00093309 0.000954097 0.000969174 0.000979232 0.000985358 0.000988763
0.000456646 0.000244667 0.000374313 0.000633522 0.000861998 0.00103755 0.00117204 0.00127719 0.00136085 0.00142741 0.00147908 0.00151728
0.00154368 0.00156051 0.00157016 0.00157534 0.000783744 0.000480779 0.000389678 0.000599996 0.000920973 0.00121345 0.00145105 0.00164019
0.00179062 0.00190888 0.00199876 0.00206342 0.00210676 0.00213346 0.0021481 0.00215599 0.00100157 0.000795996 0.000578397 0.000536395
0.000747945 0.00109615 0.00144647 0.00174573 0.00199186 0.00218808 0.00233657 0.00244256 0.00251364 0.00255813 0.00258361 0.00259891
0.0010967 0.000984185 0.000854085 0.000709891 0.000644066 0.0007582 0.00103798 0.00139821 0.00175187 0.00204984 0.00227978 0.00245038
0.0025735 0.0026596 0.00271746 0.00275814 0.00112368 0.00104362 0.000972146 0.000901394 0.00082306 0.00074925 0.000735839 0.000836082
0.00105098 0.00134171 0.0016563 0.00195137 0.00220191 0.0023998 0.00254772 0.00265589 0.00112368 0.00104362 0.000972146 0.000901394
0.00082306 0.00074925 0.000735839 0.000836082 0.00105098 0.00134171 0.0016563 0.00195137 0.00220191 0.0023998 0.00254772 0.00265589
0.0010967 0.000984185 0.000854085 0.000709891 0.000644066 0.0007582 0.00103798 0.00139821 0.00175187 0.00204984 0.00227978 0.00245038
0.0025735 0.0026596 0.00271746 0.00275814 0.00100157 0.000795996 0.000578397 0.000536395 0.000747945 0.00109615 0.00144647 0.00174573
0.00199186 0.00218808 0.00233657 0.00244256 0.00251364 0.00255813 0.00258361 0.00259891 0.000783744 0.000480779 0.000389678 0.000599996
0.000920973 0.00121345 0.00145105 0.00164019 0.00179062 0.00190888 0.00199876 0.00206342 0.00210676 0.00213346 0.0021481 0.00215599
0.000456646 0.000244667 0.000374313 0.000633522 0.000861998 0.00103755 0.00117204 0.00127719 0.00136085 0.00142741 0.00147908 0.00151728
0.00154368 0.00156051 0.00157016 0.00157534 0.000163868 0.000164954 0.000345632 0.000508231 0.000626066 0.000712239 0.000777644 0.000829301
0.000871291 0.000905611 0.00093309 0.000954097 0.000969174 0.000979232 0.000985358 0.000988763 3.33686e-05 0.000124162 0.000224128 0.000286352
0.000329582 0.00036167 0.000386674 0.000407076 0.000424244 0.000438755 0.000450749 0.00046021 0.000467228 0.000472092 0.000475205 0.000476982
1.15029e-05 1.64491e-05 3.02812e-05 3.94388e-05 4.58782e-05 5.07904e-05 5.47464e-05 5.80817e-05 6.09754e-05 6.34889e-05 6.56149e-05 6.73278e-05
6.86253e-05 6.95449e-05 7.01504e-05 7.05008e-05
</DataArray>
<DataArray type="Float32" Name="production_k" NumberOfComponents="1" format="ascii">
1.68627 1.78242 2.50355 2.78623 2.9956 3.18871 3.37288 3.55172 3.72592 3.89229 4.04452 4.17585
4.28194 4.36221 4.41926 4.45375 0.0724733 1.2512 2.44646 2.785 2.931 3.05406 3.1787 3.30738
3.4379 3.56557 3.6841 3.78725 3.87108 3.93492 3.98049 4.00795 0.0223028 0.170798 0.632517 0.970494
1.10479 1.17142 1.22258 1.27125 1.31972 1.36689 1.41044 1.44801 1.47819 1.50092 1.51687 1.52642
0.00455299 0.0332183 0.156977 0.384863 0.540818 0.615845 0.657856 0.68914 0.716675 0.74179 0.764014 0.782479
0.796729 0.806982 0.813778 0.817744 0.000602064 0.00689273 0.0291345 0.105087 0.224265 0.316828 0.370498 0.402939
0.425664 0.442899 0.456093 0.465708 0.472066 0.475769 0.477484 0.478305 9.02159e-05 0.000914181 0.00480011 0.016979
0.0518918 0.112487 0.173735 0.217545 0.244927 0.261736 0.271735 0.276832 0.278317 0.277451 0.275327 0.273749
4.7719e-05 0.000101037 0.000485361 0.00199589 0.0061847 0.0167003 0.0380865 0.0684419 0.0987515 0.120823 0.132219 0.135239
0.133396 0.129446 0.125058 0.12228 4.74842e-05 4.47146e-05 5.62862e-05 0.000118995 0.000363013 0.00102806 0.00237675 0.0047069
0.00802891 0.0115839 0.0143311 0.0158163 0.0162499 0.0160623 0.0156138 0.0153427 4.74842e-05 4.47146e-05 5.62862e-05 0.000118995
0.000363013 0.00102806 0.00237675 0.0047069 0.00802891 0.0115839 0.0143311 0.0158163 0.0162499 0.0160623 0.0156138 0.0153427
4.7719e-05 0.000101037 0.000485361 0.00199589 0.0061847 0.0167003 0.0380865 0.0684419 0.0987515 0.120823 0.132219 0.135239
0.133396 0.129446 0.125058 0.12228 9.02159e-05 0.000914181 0.00480011 0.016979 0.0518918 0.112487 0.173735 0.217545
0.244927 0.261736 0.271735 0.276832 0.278317 0.277451 0.275327 0.273749 0.000602064 0.00689273 0.0291345 0.105087
0.224265 0.316828 0.370498 0.402939 0.425664 0.442899 0.456093 0.465708 0.472066 0.475769 0.477484 0.478305
0.00455299 0.0332183 0.156977 0.384863 0.540818 0.615845 0.657856 0.68914 0.716675 0.74179 0.764014 0.782479
0.796729 0.806982 0.813778 0.817744 0.0223028 0.170798 0.632517 0.970494 1.10479 1.17142 1.22258 1.27125
1.31972 1.36689 1.41044 1.44801 1.47819 1.50092 1.51687 1.52642 0.0724733 1.2512 2.44646 2.785
2.931 3.05406 3.1787 3.30738 3.4379 3.56557 3.6841 3.78725 3.87108 3.93492 3.98049 4.00795
1.68627 1.78242 2.50355 2.78623 2.9956 3.18871 3.37288 3.55172 3.72592 3.89229 4.04452 4.17585
4.28194 4.36221 4.41926 4.45375
</DataArray>
<DataArray type="Float32" Name="production_eps" NumberOfComponents="1" format="ascii">
66.2874 59.2465 68.74 68.3219 68.8063 70.5136 72.9487 75.8403 79.0139 82.292 85.4661 88.3305
90.7388 92.6326 94.0358 94.9077 1.05407 21.6425 41.6827 43.9062 43.4621 43.578 44.3549 45.5986
47.1384 48.8244 50.5112 52.0642 53.3887 54.4438 55.2331 55.7255 0.103857 1.70962 7.21948 10.7969
11.7339 12.0016 12.2423 12.5669 12.9681 13.412 13.8585 14.2695 14.6188 14.896 15.1015 15.2301
0.0106071 0.165914 1.15272 3.03842 4.2346 4.70504 4.92058 5.08294 5.24608 5.41432 5.5784 5.72607
5.8485 5.94295 6.01055 6.05265 0.00101265 0.0164685 0.119445 0.550612 1.26375 1.80686 2.09613 2.25542
2.36339 2.44773 2.51659 2.57091 2.61015 2.63573 2.65007 2.65826 0.000134153 0.00138692 0.0095904 0.0498662
0.189603 0.450955 0.723275 0.915932 1.0311 1.09861 1.13746 1.15656 1.16107 1.15601 1.14582 1.13819
6.8432e-05 0.00013055 0.000614093 0.00290211 0.0118 0.039984 0.103587 0.199289 0.298412 0.371869 0.409284 0.417767
0.409591 0.394513 0.37835 0.367778 6.75718e-05 5.57907e-05 6.30547e-05 0.000124331 0.000380225 0.00120079 0.00332268 0.00772359
0.0145938 0.0222803 0.0284056 0.0317933 0.0328255 0.032444 0.031457 0.0308176 6.75718e-05 5.57907e-05 6.30547e-05 0.000124331
0.000380225 0.00120079 0.00332268 0.00772359 0.0145938 0.0222803 0.0284056 0.0317933 0.0328255 0.032444 0.031457 0.0308176
6.8432e-05 0.00013055 0.000614093 0.00290211 0.0118 0.039984 0.103587 0.199289 0.298412 0.371869 0.409284 0.417767
0.409591 0.394513 0.37835 0.367778 0.000134153 0.00138692 0.0095904 0.0498662 0.189603 0.450955 0.723275 0.915932
1.0311 1.09861 1.13746 1.15656 1.16107 1.15601 1.14582 1.13819 0.00101265 0.0164685 0.119445 0.550612
1.26375 1.80686 2.09613 2.25542 2.36339 2.44773 2.51659 2.57091 2.61015 2.63573 2.65007 2.65826
0.0106071 0.165914 1.15272 3.03842 4.2346 4.70504 4.92058 5.08294 5.24608 5.41432 5.5784 5.72607
5.8485 5.94295 6.01055 6.05265 0.103857 1.70962 7.21948 10.7969 11.7339 12.0016 12.2423 12.5669
12.9681 13.412 13.8585 14.2695 14.6188 14.896 15.1015 15.2301 1.05407 21.6425 41.6827 43.9062
43.4621 43.578 44.3549 45.5986 47.1384 48.8244 50.5112 52.0642 53.3887 54.4438 55.2331 55.7255
66.2874 59.2465 68.74 68.3219 68.8063 70.5136 72.9487 75.8403 79.0139 82.292 85.4661 88.3305
90.7388 92.6326 94.0358 94.9077
</DataArray>
<DataArray type="Float32" Name="destruction_k" NumberOfComponents="1" format="ascii">
1.07252 1.17812 1.57837 1.70237 1.7706 1.83403 1.89956 1.96791 2.03804 2.10755 2.17302 2.23094
2.27888 2.31611 2.34339 2.36035 0.141638 0.794005 1.47253 1.66577 1.72507 1.7677 1.81472 1.86805
1.92586 1.98505 2.04207 2.09326 2.13614 2.16977 2.19457 2.21022 0.0422069 0.206855 0.591364 0.850017
0.968187 1.03234 1.08047 1.12452 1.16754 1.20923 1.24811 1.28225 1.31032 1.33195 1.34756 1.35745
0.0214298 0.0549079 0.188465 0.377039 0.510417 0.588274 0.638707 0.677542 0.711128 0.74126 0.767989 0.790636
0.808674 0.822136 0.831502 0.837413 0.0158326 0.0201155 0.0492362 0.125765 0.225093 0.305 0.359647 0.398237
0.427803 0.451697 0.471173 0.486569 0.498047 0.506023 0.511108 0.514218 0.0142844 0.0119802 0.0153116 0.0309598
0.0671341 0.11873 0.169152 0.208902 0.238312 0.260187 0.276235 0.287533 0.294923 0.299286 0.30147 0.302627
0.0139434 0.0102105 0.00854489 0.00941656 0.0147407 0.0273549 0.0483524 0.0746703 0.100765 0.122298 0.137564 0.147221
0.152732 0.155482 0.156522 0.156991 0.0139009 0.0099366 0.00747247 0.00603363 0.00553986 0.00627328 0.00882735 0.0138192
0.0213152 0.0304681 0.0399411 0.0483961 0.0551449 0.060088 0.0634604 0.0657522 0.0139009 0.0099366 0.00747247 0.00603363
0.00553986 0.00627328 0.00882735 0.0138192 0.0213152 0.0304681 0.0399411 0.0483961 0.0551449 0.060088 0.0634604 0.0657522
0.0139434 0.0102105 0.00854489 0.00941656 0.0147407 0.0273549 0.0483524 0.0746703 0.100765 0.122298 0.137564 0.147221
0.152732 0.155482 0.156522 0.156991 0.0142844 0.0119802 0.0153116 0.0309598 0.0671341 0.11873 0.169152 0.208902
0.238312 0.260187 0.276235 0.287533 0.294923 0.299286 0.30147 0.302627 0.0158326 0.0201155 0.0492362 0.125765
0.225093 0.305 0.359647 0.398237 0.427803 0.451697 0.471173 0.486569 0.498047 0.506023 0.511108 0.514218
0.0214298 0.0549079 0.188465 0.377039 0.510417 0.588274 0.638707 0.677542 0.711128 0.74126 0.767989 0.790636
0.808674 0.822136 0.831502 0.837413 0.0422069 0.206855 0.591364 0.850017 0.968187 1.03234 1.08047 1.12452
1.16754 1.20923 1.24811 1.28225 1.31032 1.33195 1.34756 1.35745 0.141638 0.794005 1.47253 1.66577
1.72507 1.7677 1.81472 1.86805 1.92586 1.98505 2.04207 2.09326 2.13614 2.16977 2.19457 2.21022
1.07252 1.17812 1.57837 1.70237 1.7706 1.83403 1.89956 1.96791 2.03804 2.10755 2.17302 2.23094
2.27888 2.31611 2.34339 2.36035
</DataArray>
<DataArray type="Float32" Name="destruction_eps" NumberOfComponents="1" format="ascii">
56.2147 52.2134 57.7831 55.6592 54.2255 54.0757 54.7783 56.0279 57.6262 59.4113 61.2252 62.9205
64.3891 65.5777 66.4855 67.0643 2.7467 18.3123 33.4518 35.015 34.1068 33.6308 33.7629 34.3397
35.2082 36.2426 37.3306 38.3688 39.2812 40.0282 40.6024 40.9738 0.262059 2.76072 8.99968 12.6088
13.7107 14.1022 14.4257 14.8219 15.297 15.82 16.3512 16.8481 17.2782 17.6253 17.8878 18.0588
0.066567 0.365661 1.84526 3.96887 5.32875 5.99254 6.3698 6.66319 6.94064 7.21392 7.47656 7.71435
7.9149 8.07274 8.1886 8.26432 0.0355066 0.0640815 0.269144 0.878603 1.69123 2.3192 2.71299 2.97214
3.16702 3.32847 3.4664 3.58143 3.67175 3.73778 3.78225 3.81047 0.0283216 0.0242339 0.0407891 0.121236
0.327061 0.634643 0.938932 1.17272 1.33767 1.45614 1.54174 1.60169 1.64046 1.66264 1.67283 1.67768
0.0266609 0.0175906 0.014415 0.0182561 0.0374991 0.0873242 0.175344 0.2899 0.405995 0.50188 0.567774 0.606375
0.625282 0.631822 0.631384 0.629569 0.0263753 0.0165306 0.0111614 0.00840555 0.00773671 0.00976974 0.0164541 0.0302348
0.0516584 0.0781357 0.105556 0.129712 0.148527 0.161828 0.170471 0.176094 0.0263753 0.0165306 0.0111614 0.00840555
0.00773671 0.00976974 0.0164541 0.0302348 0.0516584 0.0781357 0.105556 0.129712 0.148527 0.161828 0.170471 0.176094
0.0266609 0.0175906 0.014415 0.0182561 0.0374991 0.0873242 0.175344 0.2899 0.405995 0.50188 0.567774 0.606375
0.625282 0.631822 0.631384 0.629569 0.0283216 0.0242339 0.0407891 0.121236 0.327061 0.634643 0.938932 1.17272
1.33767 1.45614 1.54174 1.60169 1.64046 1.66264 1.67283 1.67768 0.0355066 0.0640815 0.269144 0.878603
1.69123 2.3192 2.71299 2.97214 3.16702 3.32847 3.4664 3.58143 3.67175 3.73778 3.78225 3.81047
0.066567 0.365661 1.84526 3.96887 5.32875 5.99254 6.3698 6.66319 6.94064 7.21392 7.47656 7.71435
7.9149 8.07274 8.1886 8.26432 0.262059 2.76072 8.99968 12.6088 13.7107 14.1022 14.4257 14.8219
15.297 15.82 16.3512 16.8481 17.2782 17.6253 17.8878 18.0588 2.7467 18.3123 33.4518 35.015
34.1068 33.6308 33.7629 34.3397 35.2082 36.2426 37.3306 38.3688 39.2812 40.0282 40.6024 40.9738
56.2147 52.2134 57.7831 55.6592 54.2255 54.0757 54.7783 56.0279 57.6262 59.4113 61.2252 62.9205
64.3891 65.5777 66.4855 67.0643
</DataArray>
<DataArray type="Float32" Name="dValue" NumberOfComponents="1" format="ascii">
0.32874 0.42706 0.692644 0.8365 0.928822 0.999317 1.05827 1.11046 1.15798 1.20112 1.23908 1.27082
1.29578 1.31422 1.32698 1.33465 0.0101503 0.047845 0.090083 0.110131 0.121258 0.129127 0.135555 0.141228
0.146401 0.151101 0.155245 0.158713 0.161443 0.163459 0.164852 0.165696 0.00238982 0.00544891 0.013661 0.0201457
0.0240359 0.0265683 0.0284506 0.029994 0.0313286 0.032495 0.0334935 0.0343088 0.0349354 0.0353872 0.0356903 0.035873
0.000843328 0.00100788 0.00235301 0.00437851 0.0059765 0.00705946 0.00782891 0.00842199 0.0089068 0.009311 0.00964352 0.00990565
0.0101002 0.0102352 0.0103216 0.010373 0.000348139 0.000311376 0.000444161 0.000887732 0.00147734 0.00197798 0.00235107 0.00263133
0.0028497 0.00302283 0.00315825 0.00325986 0.00333147 0.00337827 0.003406 0.00342205 0.000155649 0.000127951 0.000124176 0.000170807
0.000297714 0.00047988 0.000658365 0.00080396 0.000917251 0.00100442 0.00106929 0.00111519 0.00114552 0.00116392 0.00117379 0.00117939
7.2576e-05 5.89853e-05 5.04116e-05 4.83404e-05 5.76698e-05 8.52846e-05 0.000132703 0.000191419 0.000248906 0.000296606 0.000331723 0.000355745
0.0003713 0.000380813 0.000386189 0.00038963 3.46909e-05 2.82823e-05 2.36886e-05 2.05079e-05 1.87833e-05 1.90739e-05 2.24243e-05 2.99085e-05
4.16459e-05 5.62571e-05 7.15639e-05 8.55025e-05 9.69492e-05 0.000105648 0.000111865 0.000116257 3.46909e-05 2.82823e-05 2.36886e-05 2.05079e-05
1.87833e-05 1.90739e-05 2.24243e-05 2.99085e-05 4.16459e-05 5.62571e-05 7.15639e-05 8.55025e-05 9.69492e-05 0.000105648 0.000111865 0.000116257
7.2576e-05 5.89853e-05 5.04116e-05 4.83404e-05 5.76698e-05 8.52846e-05 0.000132703 0.000191419 0.000248906 0.000296606 0.000331723 0.000355745
0.0003713 0.000380813 0.000386189 0.00038963 0.000155649 0.000127951 0.000124176 0.000170807 0.000297714 0.00047988 0.000658365 0.00080396
0.000917251 0.00100442 0.00106929 0.00111519 0.00114552 0.00116392 0.00117379 0.00117939 0.000348139 0.000311376 0.000444161 0.000887732
0.00147734 0.00197798 0.00235107 0.00263133 0.0028497 0.00302283 0.00315825 0.00325986 0.00333147 0.00337827 0.003406 0.00342205
0.000843328 0.00100788 0.00235301 0.00437851 0.0059765 0.00705946 0.00782891 0.00842199 0.0089068 0.009311 0.00964352 0.00990565
0.0101002 0.0102352 0.0103216 0.010373 0.00238982 0.00544891 0.013661 0.0201457 0.0240359 0.0265683 0.0284506 0.029994
0.0313286 0.032495 0.0334935 0.0343088 0.0349354 0.0353872 0.0356903 0.035873 0.0101503 0.047845 0.090083 0.110131
0.121258 0.129127 0.135555 0.141228 0.146401 0.151101 0.155245 0.158713 0.161443 0.163459 0.164852 0.165696
0.32874 0.42706 0.692644 0.8365 0.928822 0.999317 1.05827 1.11046 1.15798 1.20112 1.23908 1.27082
1.29578 1.31422 1.32698 1.33465
</DataArray>
<DataArray type="Float32" Name="eValue" NumberOfComponents="1" format="ascii">
-0.0932585 -0.143489 -0.254563 -0.320507 -0.359409 -0.386296 -0.407213 -0.424814 -0.440258 -0.453887 -0.46563 -0.475292
-0.482795 -0.488278 -0.492033 -0.494303 -1.58599e-08 -2.79588e-07 -1.34714e-06 -2.57885e-06 -3.44944e-06 -4.00783e-06 -4.36843e-06 -4.60462e-06
-4.75826e-06 -4.85387e-06 -4.90825e-06 -4.93363e-06 -4.9397e-06 -4.93429e-06 -4.9225e-06 -4.91376e-06 -2.0868e-16 -9.9784e-15 -1.90404e-13 -7.78908e-13
-1.47561e-12 -2.01979e-12 -2.38135e-12 -2.59795e-12 -2.70995e-12 -2.74937e-12 -2.7425e-12 -2.70981e-12 -2.66622e-12 -2.6216e-12 -2.58076e-12 -2.55419e-12
-1.27355e-26 -1.55359e-24 -1.33366e-22 -1.57225e-21 -5.04386e-21 -8.87913e-21 -1.17981e-20 -1.35561e-20 -1.43411e-20 -1.44344e-20 -1.41135e-20 -1.36002e-20
-1.30451e-20 -1.25352e-20 -1.21033e-20 -1.18297e-20 -2.15496e-40 -1.19921e-37 -4.66569e-35 -1.94548e-33 -1.35452e-32 -3.5756e-32 -5.79481e-32 -7.27635e-32
-7.91456e-32 -7.9084e-32 -7.5305e-32 -7.00784e-32 -6.48326e-32 -6.02754e-32 -5.65926e-32 -5.43142e-32 -0 -0 -0 -0
-0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0
-0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0
-0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0
-0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0
-0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0
-0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0
-0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0 -0
-0 -0 -0 -0 -0 -0 -0 -0 -2.15496e-40 -1.19921e-37 -4.66569e-35 -1.94548e-33
-1.35452e-32 -3.5756e-32 -5.79481e-32 -7.27635e-32 -7.91456e-32 -7.9084e-32 -7.5305e-32 -7.00784e-32 -6.48326e-32 -6.02754e-32 -5.65926e-32 -5.43142e-32
-1.27355e-26 -1.55359e-24 -1.33366e-22 -1.57225e-21 -5.04386e-21 -8.87913e-21 -1.17981e-20 -1.35561e-20 -1.43411e-20 -1.44344e-20 -1.41135e-20 -1.36002e-20
-1.30451e-20 -1.25352e-20 -1.21033e-20 -1.18297e-20 -2.0868e-16 -9.9784e-15 -1.90404e-13 -7.78908e-13 -1.47561e-12 -2.01979e-12 -2.38135e-12 -2.59795e-12
-2.70995e-12 -2.74937e-12 -2.7425e-12 -2.70981e-12 -2.66622e-12 -2.6216e-12 -2.58076e-12 -2.55419e-12 -1.58599e-08 -2.79588e-07 -1.34714e-06 -2.57885e-06
-3.44944e-06 -4.00783e-06 -4.36843e-06 -4.60462e-06 -4.75826e-06 -4.85387e-06 -4.90825e-06 -4.93363e-06 -4.9397e-06 -4.93429e-06 -4.9225e-06 -4.91376e-06
-0.0932585 -0.143489 -0.254563 -0.320507 -0.359409 -0.386296 -0.407213 -0.424814 -0.440258 -0.453887 -0.46563 -0.475292
-0.482795 -0.488278 -0.492033 -0.494303
</DataArray>
<DataArray type="Float32" Name="dv_x/dx_" NumberOfComponents="3" format="ascii"> <DataArray type="Float32" Name="dv_x/dx_" NumberOfComponents="3" format="ascii">
-1.30468 382.867 0 -0.748722 329.18 0 -0.254634 287.536 0 -0.093835 265.795 0 -1.30468 382.867 0 -0.748722 329.18 0 -0.254634 287.536 0 -0.093835 265.795 0
-0.0408263 255.528 0 -0.0191617 250.563 0 -0.00867797 248.212 0 -0.0028846 247.286 0 -0.0408263 255.528 0 -0.0191617 250.563 0 -0.00867797 248.212 0 -0.0028846 247.286 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment