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_121/constant/polyMesh/faces +3 -0
- openfoam_meshes/run_172/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_172/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_21/constant/polyMesh/points +3 -0
- openfoam_meshes/run_356/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_356/constant/polyMesh/points +3 -0
- openfoam_meshes/run_399/constant/polyMesh/faces +3 -0
- openfoam_meshes/run_402/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_402/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_414/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_425/constant/polyMesh/faces +3 -0
- run_238/force_mom_238.csv +2 -0
- run_238/force_mom_constref_238.csv +2 -0
- run_238/geo_parameters_238.csv +2 -0
- run_238/geo_ref_238.csv +2 -0
- run_238/slices/xNormal-autocfd_1.vtp +0 -0
- run_238/slices/xNormal-autocfd_2.vtp +0 -0
- run_238/slices/xNormal_m07000.vtp +0 -0
- run_238/slices/xNormal_m13000.vtp +0 -0
- run_238/slices/xNormal_m15000.vtp +0 -0
- run_238/slices/xNormal_p05000.vtp +0 -0
- run_238/slices/xNormal_p09000.vtp +0 -0
- run_238/slices/xNormal_p11000.vtp +0 -0
- run_238/slices/xNormal_p13000.vtp +0 -0
- run_238/slices/xNormal_p17000.vtp +0 -0
- run_238/slices/xNormal_p19000.vtp +0 -0
- run_238/slices/xNormal_p23000.vtp +0 -0
- run_238/slices/xNormal_p25000.vtp +0 -0
- run_238/slices/xNormal_p35000.vtp +0 -0
- run_238/slices/xNormal_p39000.vtp +0 -0
- run_238/slices/xNormal_p43000.vtp +0 -0
- run_238/slices/xNormal_p47000.vtp +0 -0
- run_238/slices/xNormal_p57000.vtp +0 -0
- run_238/slices/xNormal_p65000.vtp +0 -0
- run_238/slices/yNormal_p12000.vtp +0 -0
- run_407/force_mom_407.csv +2 -0
- run_407/force_mom_constref_407.csv +2 -0
- run_407/geo_parameters_407.csv +2 -0
- run_407/geo_ref_407.csv +2 -0
- run_407/slices/xNormal-autocfd_1.vtp +0 -0
- run_407/slices/xNormal-autocfd_2.vtp +0 -0
- run_407/slices/xNormal_m05000.vtp +0 -0
- run_407/slices/xNormal_m07000.vtp +0 -0
- run_407/slices/xNormal_m09000.vtp +0 -0
- run_407/slices/xNormal_m11000.vtp +0 -0
- run_407/slices/xNormal_m13000.vtp +0 -0
- run_407/slices/xNormal_m15000.vtp +0 -0
- run_407/slices/xNormal_p05000.vtp +0 -0
- run_407/slices/xNormal_p07000.vtp +0 -0
.gitattributes
CHANGED
@@ -1911,3 +1911,14 @@ openfoam_meshes/run_21/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -te
|
|
1911 |
openfoam_meshes/run_405/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1912 |
openfoam_meshes/run_317/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1913 |
openfoam_meshes/run_356/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1911 |
openfoam_meshes/run_405/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1912 |
openfoam_meshes/run_317/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1913 |
openfoam_meshes/run_356/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1914 |
+
openfoam_meshes/run_121/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1915 |
+
openfoam_meshes/run_356/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1916 |
+
openfoam_meshes/run_425/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1917 |
+
openfoam_meshes/run_402/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1918 |
+
openfoam_meshes/run_402/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1919 |
+
openfoam_meshes/run_399/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1920 |
+
openfoam_meshes/run_356/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1921 |
+
openfoam_meshes/run_21/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1922 |
+
openfoam_meshes/run_172/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1923 |
+
openfoam_meshes/run_172/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1924 |
+
openfoam_meshes/run_414/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
openfoam_meshes/run_121/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:209e96f9026b36586723ff518ffdde87e66bb9e42a2986593ed888cd6e1d4ff5
|
3 |
+
size 8412804660
|
openfoam_meshes/run_172/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8fbb41e5d7c433c404ef99bb3e10fa6c3715d09dc8e74a3bf60ba7027b12635
|
3 |
+
size 1576499716
|
openfoam_meshes/run_172/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97064e156a2bbf4ed0907dc9957f7bd8796528dc6183ce5897250a2431f7e128
|
3 |
+
size 1576499712
|
openfoam_meshes/run_21/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2506fdd5728c9f9cd2d0c98c26a370889c920db36d47c0695b4853b4af8c73a
|
3 |
+
size 3545298006
|
openfoam_meshes/run_356/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39bf53a41e21346efa203e8c81971f83e3b6739d3bece3acceb8a11411424f0d
|
3 |
+
size 1558403572
|
openfoam_meshes/run_356/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3219a3d595c92a2946d0ea0ea661a573b689ad819871c8ab0956375341122e8
|
3 |
+
size 3257448054
|
openfoam_meshes/run_399/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bb91904b7f2591310a8f3bc54467b0dfcc49528aa16e444cc484b96f8cd0017
|
3 |
+
size 8366423296
|
openfoam_meshes/run_402/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e7fd4404a9a007eeb2d0111604cad833e649393a230a20c7bafa7d59041e324
|
3 |
+
size 1726001584
|
openfoam_meshes/run_402/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bd343127daf0a2afb40b8b64edc6d91131aefe9a1ca8db49547d5243dbcbc38
|
3 |
+
size 1726001580
|
openfoam_meshes/run_414/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a928126ab59334eab6d3fc35fe1ad7547c2cf1dda0fb31fba6409b766b2ab553
|
3 |
+
size 1690985912
|
openfoam_meshes/run_425/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70e9945fecab17123c08d591bd7091dac0b55c2873c978be65cbc7d64a5952ec
|
3 |
+
size 8146058548
|
run_238/force_mom_238.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.674780e-01,8.094261e-04,-1.061284e-01,1.069379e-01,1.502607e-02
|
run_238/force_mom_constref_238.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.812833e-01,8.512029e-04,-1.145049e-01,1.153561e-01,1.580161e-02
|
run_238/geo_parameters_238.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 |
+
72.0126, -6.27967, 30.8386, 13.4772, 28.3487, 8.42701, 13.8172, -19.1405, -76.4763, -24.0434, -2.65092, -72.5057, -83.2179, 2.51197, 1.08235, -0.581672
|
run_238/geo_ref_238.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lRef,aRef,forcesCoR,lRefRef,aRefRef,forcesCoRRef
|
2 |
+
2.858,2.282,(1.436 0 -0.3176),2.78618,2.17,(1.40009 0 -0.3176)
|
run_238/slices/xNormal-autocfd_1.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal-autocfd_2.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_m07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_m13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_m15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p09000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p17000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p19000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p23000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p25000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p35000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p39000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p43000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p47000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p57000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/xNormal_p65000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_238/slices/yNormal_p12000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/force_mom_407.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.886835e-01,-3.511416e-02,-1.380066e-01,1.028924e-01,1.721113e-02
|
run_407/force_mom_constref_407.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
3.103681e-01,-3.775177e-02,-1.464204e-01,1.086686e-01,1.850395e-02
|
run_407/geo_parameters_407.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.0812, 40.986, 17.1667, -134.472, -2.99899, -21.0652, -36.9055, 18.9454, 0.476819, 178.105, 9.26314, -17.1932, 36.411, 16.7698, 47.3714, -0.452766
|
run_407/geo_ref_407.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lRef,aRef,forcesCoR,lRefRef,aRefRef,forcesCoRRef
|
2 |
+
2.737,2.333,(1.3755 0 -0.3176),2.78618,2.17,(1.40009 0 -0.3176)
|
run_407/slices/xNormal-autocfd_1.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal-autocfd_2.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal_m05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal_m07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal_m09000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal_m11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal_m13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal_m15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal_p05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_407/slices/xNormal_p07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|