Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +11 -0
- openfoam_meshes/run_229/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_229/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_229/constant/polyMesh/points +3 -0
- openfoam_meshes/run_23/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_23/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_253/constant/polyMesh/points +3 -0
- openfoam_meshes/run_319/constant/polyMesh/faces +3 -0
- openfoam_meshes/run_328/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_328/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_472/constant/polyMesh/points +3 -0
- openfoam_meshes/run_490/constant/polyMesh/faces +3 -0
- run_278/force_mom_278.csv +2 -0
- run_278/force_mom_constref_278.csv +2 -0
- run_278/geo_parameters_278.csv +2 -0
- run_278/geo_ref_278.csv +2 -0
- run_278/slices/xNormal_m07000.vtp +0 -0
- run_278/slices/xNormal_p21000.vtp +0 -0
- run_278/slices/xNormal_p35000.vtp +0 -0
- run_278/slices/xNormal_p59000.vtp +0 -0
- run_396/force_mom_396.csv +2 -0
- run_396/force_mom_constref_396.csv +2 -0
- run_396/geo_parameters_396.csv +2 -0
- run_396/geo_ref_396.csv +2 -0
- run_396/slices/xNormal-autocfd_1.vtp +0 -0
- run_396/slices/xNormal-autocfd_2.vtp +0 -0
- run_396/slices/xNormal_m05000.vtp +0 -0
- run_396/slices/xNormal_m07000.vtp +0 -0
- run_396/slices/xNormal_m09000.vtp +0 -0
- run_396/slices/xNormal_m11000.vtp +0 -0
- run_396/slices/xNormal_m13000.vtp +0 -0
- run_396/slices/xNormal_m15000.vtp +0 -0
- run_396/slices/xNormal_p05000.vtp +0 -0
- run_396/slices/xNormal_p07000.vtp +0 -0
- run_396/slices/xNormal_p09000.vtp +0 -0
- run_396/slices/xNormal_p11000.vtp +0 -0
- run_396/slices/xNormal_p13000.vtp +0 -0
- run_396/slices/xNormal_p15000.vtp +0 -0
- run_396/slices/xNormal_p17000.vtp +0 -0
- run_396/slices/xNormal_p19000.vtp +0 -0
- run_396/slices/xNormal_p21000.vtp +0 -0
- run_396/slices/xNormal_p23000.vtp +0 -0
- run_396/slices/xNormal_p25000.vtp +0 -0
- run_396/slices/xNormal_p35000.vtp +0 -0
- run_396/slices/xNormal_p37000.vtp +0 -0
- run_396/slices/xNormal_p39000.vtp +0 -0
- run_396/slices/xNormal_p41000.vtp +0 -0
- run_396/slices/xNormal_p43000.vtp +0 -0
- run_396/slices/xNormal_p45000.vtp +0 -0
- run_396/slices/xNormal_p47000.vtp +0 -0
.gitattributes
CHANGED
@@ -1825,3 +1825,14 @@ openfoam_meshes/run_322/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -
|
|
1825 |
openfoam_meshes/run_472/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1826 |
openfoam_meshes/run_472/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1827 |
openfoam_meshes/run_254/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1825 |
openfoam_meshes/run_472/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1826 |
openfoam_meshes/run_472/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1827 |
openfoam_meshes/run_254/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1828 |
+
openfoam_meshes/run_229/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1829 |
+
openfoam_meshes/run_253/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1830 |
+
openfoam_meshes/run_490/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1831 |
+
openfoam_meshes/run_229/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1832 |
+
openfoam_meshes/run_472/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1833 |
+
openfoam_meshes/run_23/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1834 |
+
openfoam_meshes/run_319/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1835 |
+
openfoam_meshes/run_328/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1836 |
+
openfoam_meshes/run_328/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1837 |
+
openfoam_meshes/run_23/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1838 |
+
openfoam_meshes/run_229/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
openfoam_meshes/run_229/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a79f739a3f45b74012709ddda4f8ca6a8a8ae1e663debf33e20d4b2136ba505f
|
3 |
+
size 1832390776
|
openfoam_meshes/run_229/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd3763df30696ae2a19d29584b3d44224a97980e38d276ca8aa33a53aa7dc07a
|
3 |
+
size 1832390772
|
openfoam_meshes/run_229/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6aff977116104fa320fd58bc8cc9717b62a7de08479d338a41cfafef1b026aaa
|
3 |
+
size 3840565854
|
openfoam_meshes/run_23/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53ee0df952a21524b6318e8299662d07777e0998730265de5e0c18d602d16cb3
|
3 |
+
size 1846996760
|
openfoam_meshes/run_23/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a515b99b8f19daa875c10904d12ba1493e49cdd9daca012fbae30199c39d3dfb
|
3 |
+
size 1846996756
|
openfoam_meshes/run_253/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:effbb4095a478f35486b64ad0a312c407d83729bcfc3a249de7234177236b698
|
3 |
+
size 3507615558
|
openfoam_meshes/run_319/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ac8f1c67bd9b475683f00a4ff2a28c36dda3b64b69fa32016e26ed9dce4d384
|
3 |
+
size 9499580412
|
openfoam_meshes/run_328/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:134456b4764da68160d78be942e058aca31171b916a9b11316ed10df762b4536
|
3 |
+
size 1889647304
|
openfoam_meshes/run_328/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e478e5bd3b840bb242746a62bf5d2b69990cb1e8b31cd1c1d3b6f07ba8b608c
|
3 |
+
size 1889647300
|
openfoam_meshes/run_472/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65b425bada3637d4ded96474412f2a4c3a0107ce2c22894116ed22bd846ea544
|
3 |
+
size 3505839630
|
openfoam_meshes/run_490/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03927ea76e47381697c20d238dee9665109b289c60ba42207cd437600b1c0abd
|
3 |
+
size 9041172372
|
run_278/force_mom_278.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.681471e-01,-7.666653e-02,-1.033112e-01,2.664472e-02,-4.337385e-04
|
run_278/force_mom_constref_278.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.674056e-01,-7.645455e-02,-1.034912e-01,2.703663e-02,-4.325392e-04
|
run_278/geo_parameters_278.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Vehicle_Length, Vehicle_Width, Vehicle_Height, Front_Overhang, Front_Planview, Hood_Angle, Approach_Angle, Windscreen_Angle, Greenhouse_Tapering, Backlight_Angle, Decklid_Height, Rearend_tapering, Rear_Overhang, Rear_Diffusor_Angle, Vehicle_Ride_Height, Vehicle_Pitch
|
2 |
+
49.3563, -12.9203, 47.6355, -69.0423, -31.7099, 33.2317, -21.8664, -108.789, 74.6956, -15.2543, 36.9975, -35.3182, 19.8094, 33.5667, -18.6442, -0.0543286
|
run_278/geo_ref_278.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lRef,aRef,forcesCoR,lRefRef,aRefRef,forcesCoRRef
|
2 |
+
2.835,2.164,(1.4244999999999999 0 -0.3176),2.78618,2.17,(1.40009 0 -0.3176)
|
run_278/slices/xNormal_m07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_278/slices/xNormal_p21000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_278/slices/xNormal_p35000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_278/slices/xNormal_p59000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/force_mom_396.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.882521e-01,1.470742e-02,-5.018403e-02,6.489145e-02,1.762436e-02
|
run_396/force_mom_constref_396.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
3.069819e-01,1.566306e-02,-5.624321e-02,7.190627e-02,1.876954e-02
|
run_396/geo_parameters_396.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Vehicle_Length, Vehicle_Width, Vehicle_Height, Front_Overhang, Front_Planview, Hood_Angle, Approach_Angle, Windscreen_Angle, Greenhouse_Tapering, Backlight_Angle, Decklid_Height, Rearend_tapering, Rear_Overhang, Rear_Diffusor_Angle, Vehicle_Ride_Height, Vehicle_Pitch
|
2 |
+
113.419, 47.236, 48.4167, 60.8405, -17.0615, 32.0598, 9.032, 103.32, 81.7268, 187.48, 24.8881, -52.1932, 12.9735, -30.1052, 12.9964, 0.109734
|
run_396/geo_ref_396.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lRef,aRef,forcesCoR,lRefRef,aRefRef,forcesCoRRef
|
2 |
+
2.899,2.311,(1.4565 0 -0.3176),2.78618,2.17,(1.40009 0 -0.3176)
|
run_396/slices/xNormal-autocfd_1.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal-autocfd_2.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_m05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_m07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_m09000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_m11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_m13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_m15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p09000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p17000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p19000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p21000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p23000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p25000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p35000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p37000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p39000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p41000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p43000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p45000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_396/slices/xNormal_p47000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|