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_140/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_140/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_204/constant/polyMesh/points +3 -0
- openfoam_meshes/run_225/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_225/constant/polyMesh/points +3 -0
- openfoam_meshes/run_30/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_30/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_307/constant/polyMesh/faces +3 -0
- openfoam_meshes/run_332/constant/polyMesh/points +3 -0
- openfoam_meshes/run_362/constant/polyMesh/faces +3 -0
- openfoam_meshes/run_452/constant/polyMesh/points +3 -0
- run_141/force_mom_141.csv +2 -0
- run_141/force_mom_constref_141.csv +2 -0
- run_141/geo_parameters_141.csv +2 -0
- run_141/geo_ref_141.csv +2 -0
- run_141/slices/xNormal_m07000.vtp +0 -0
- run_141/slices/xNormal_m11000.vtp +0 -0
- run_141/slices/xNormal_p21000.vtp +0 -0
- run_141/slices/xNormal_p35000.vtp +0 -0
- run_141/slices/xNormal_p51000.vtp +0 -0
- run_141/slices/xNormal_p59000.vtp +0 -0
- run_141/slices/yNormal_m12000.vtp +0 -0
- run_280/force_mom_280.csv +2 -0
- run_280/force_mom_constref_280.csv +2 -0
- run_280/geo_parameters_280.csv +2 -0
- run_280/geo_ref_280.csv +2 -0
- run_280/slices/xNormal-autocfd_1.vtp +0 -0
- run_280/slices/xNormal-autocfd_2.vtp +0 -0
- run_280/slices/xNormal_m05000.vtp +0 -0
- run_280/slices/xNormal_m07000.vtp +0 -0
- run_280/slices/xNormal_m09000.vtp +0 -0
- run_280/slices/xNormal_m11000.vtp +0 -0
- run_280/slices/xNormal_m13000.vtp +0 -0
- run_280/slices/xNormal_m15000.vtp +0 -0
- run_280/slices/xNormal_p05000.vtp +0 -0
- run_280/slices/xNormal_p07000.vtp +0 -0
- run_280/slices/xNormal_p09000.vtp +0 -0
- run_280/slices/xNormal_p11000.vtp +0 -0
- run_280/slices/xNormal_p13000.vtp +0 -0
- run_280/slices/xNormal_p15000.vtp +0 -0
- run_280/slices/xNormal_p17000.vtp +0 -0
- run_280/slices/xNormal_p19000.vtp +0 -0
- run_280/slices/xNormal_p21000.vtp +0 -0
- run_280/slices/xNormal_p23000.vtp +0 -0
- run_280/slices/xNormal_p25000.vtp +0 -0
- run_280/slices/xNormal_p37000.vtp +0 -0
- run_280/slices/xNormal_p39000.vtp +0 -0
- run_280/slices/xNormal_p41000.vtp +0 -0
- run_280/slices/xNormal_p43000.vtp +0 -0
.gitattributes
CHANGED
@@ -1633,3 +1633,14 @@ openfoam_meshes/run_259/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -t
|
|
1633 |
openfoam_meshes/run_204/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1634 |
openfoam_meshes/run_204/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1635 |
openfoam_meshes/run_225/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1633 |
openfoam_meshes/run_204/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1634 |
openfoam_meshes/run_204/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1635 |
openfoam_meshes/run_225/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1636 |
+
openfoam_meshes/run_225/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1637 |
+
openfoam_meshes/run_452/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1638 |
+
openfoam_meshes/run_332/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1639 |
+
openfoam_meshes/run_204/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1640 |
+
openfoam_meshes/run_30/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1641 |
+
openfoam_meshes/run_362/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1642 |
+
openfoam_meshes/run_30/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1643 |
+
openfoam_meshes/run_307/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1644 |
+
openfoam_meshes/run_225/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1645 |
+
openfoam_meshes/run_140/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1646 |
+
openfoam_meshes/run_140/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
openfoam_meshes/run_140/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83ee34cd88fb19e99aba08ff8b3cf5027a10e8a6b2733d8ff74b8f30f8030c32
|
3 |
+
size 1622020192
|
openfoam_meshes/run_140/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f988a4befee8f49089cf023f8a16afd9c431bb036bb648836357e086ff8effd
|
3 |
+
size 1622020188
|
openfoam_meshes/run_204/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:444bf92ce994766b7a887af51ac535010100c2ac2f7a163ff81ff1e76ef3d5a6
|
3 |
+
size 3256994454
|
openfoam_meshes/run_225/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:998c58863f2ee07eac70f41641f4f36c8ac640b9fdabb1b90c503f82417f4557
|
3 |
+
size 1545061780
|
openfoam_meshes/run_225/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92d2cf02b6744089ca94c7d47871fbf453d3a4df4a86fae18f2717279facc362
|
3 |
+
size 3231256254
|
openfoam_meshes/run_30/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:229d5b62372899717ba551bd8a11ba5275c843e3ec7422e72ec797cffa41d134
|
3 |
+
size 1656567952
|
openfoam_meshes/run_30/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15b028dbec0067f61c6a5e9bf51169a42d2c65eaaa10aaef44c18f750628e170
|
3 |
+
size 1656567948
|
openfoam_meshes/run_307/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26aeb776f78e1105d204e1c3ee2402bd80350783f07fc35efee690678bfceedd
|
3 |
+
size 9333659580
|
openfoam_meshes/run_332/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f467421622fd8cd7b7aa6e17c115fca6e3f6013373778b7d63fcfc4b0646ba7
|
3 |
+
size 3579224886
|
openfoam_meshes/run_362/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5fa83586d00b60bbfed18ce1566053a94f4bedc8530198a9c9aea26b00f5ce0
|
3 |
+
size 8413385860
|
openfoam_meshes/run_452/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5530e93632c8c3017cd520e2eac5eb892a19a20c8909f25e02dc4cfac7f2d886
|
3 |
+
size 3972825054
|
run_141/force_mom_141.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.727325e-01,1.067756e-02,-1.191508e-01,1.298284e-01,2.635635e-02
|
run_141/force_mom_constref_141.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.977434e-01,1.165675e-02,-1.230483e-01,1.347050e-01,2.877336e-02
|
run_141/geo_parameters_141.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 |
+
-137.362, 70.2828, 13.6511, -93.9447, 6.08304, 34.2083, -35.9485, 114.453, -31.1638, 15.8004, -36.2447, -21.2557, 67.1727, 3.29322, 4.9886, -0.191047
|
run_141/geo_ref_141.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lRef,aRef,forcesCoR,lRefRef,aRefRef,forcesCoRRef
|
2 |
+
2.648,2.369,(1.331 0 -0.3176),2.78618,2.17,(1.40009 0 -0.3176)
|
run_141/slices/xNormal_m07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_141/slices/xNormal_m11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_141/slices/xNormal_p21000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_141/slices/xNormal_p35000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_141/slices/xNormal_p51000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_141/slices/xNormal_p59000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_141/slices/yNormal_m12000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/force_mom_280.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.705477e-01,6.448249e-02,-4.757872e-02,1.120612e-01,3.424937e-02
|
run_280/force_mom_constref_280.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
3.065791e-01,7.307025e-02,-6.069800e-02,1.337682e-01,3.881069e-02
|
run_280/geo_parameters_280.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 |
+
149.356, 37.0797, 97.6355, -6.54233, 5.79008, -41.7683, -4.36644, -33.7889, -75.3044, 59.7457, -38.0025, 4.68184, 82.3094, -41.4333, 6.35579, 0.445671
|
run_280/geo_ref_280.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lRef,aRef,forcesCoR,lRefRef,aRefRef,forcesCoRRef
|
2 |
+
2.935,2.459,(1.4745 0 -0.3176),2.78618,2.17,(1.40009 0 -0.3176)
|
run_280/slices/xNormal-autocfd_1.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal-autocfd_2.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_m05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_m07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_m09000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_m11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_m13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_m15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p09000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p17000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p19000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p21000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p23000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p25000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p37000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p39000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p41000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_280/slices/xNormal_p43000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|