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_112/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_120/constant/polyMesh/faces +3 -0
- openfoam_meshes/run_123/constant/polyMesh/faces +3 -0
- openfoam_meshes/run_128/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_128/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_224/constant/polyMesh/points +3 -0
- openfoam_meshes/run_271/constant/polyMesh/faces +3 -0
- openfoam_meshes/run_295/constant/polyMesh/points +3 -0
- openfoam_meshes/run_403/constant/polyMesh/neighbour +3 -0
- openfoam_meshes/run_403/constant/polyMesh/owner +3 -0
- openfoam_meshes/run_418/constant/polyMesh/faces +3 -0
- run_130/force_mom_130.csv +2 -0
- run_130/force_mom_constref_130.csv +2 -0
- run_130/geo_parameters_130.csv +2 -0
- run_130/geo_ref_130.csv +2 -0
- run_130/slices/xNormal_m07000.vtp +0 -0
- run_130/slices/xNormal_m11000.vtp +0 -0
- run_130/slices/xNormal_p15000.vtp +0 -0
- run_130/slices/xNormal_p21000.vtp +0 -0
- run_130/slices/xNormal_p35000.vtp +0 -0
- run_130/slices/xNormal_p37000.vtp +0 -0
- run_130/slices/xNormal_p41000.vtp +0 -0
- run_130/slices/xNormal_p51000.vtp +0 -0
- run_130/slices/xNormal_p59000.vtp +0 -0
- run_130/slices/xNormal_p65000.vtp +0 -0
- run_130/slices/yNormal_m12000.vtp +0 -0
- run_251/force_mom_251.csv +2 -0
- run_251/force_mom_constref_251.csv +2 -0
- run_251/geo_parameters_251.csv +2 -0
- run_251/geo_ref_251.csv +2 -0
- run_251/slices/xNormal-autocfd_1.vtp +0 -0
- run_251/slices/xNormal-autocfd_2.vtp +0 -0
- run_251/slices/xNormal_m05000.vtp +0 -0
- run_251/slices/xNormal_m07000.vtp +0 -0
- run_251/slices/xNormal_m09000.vtp +0 -0
- run_251/slices/xNormal_m11000.vtp +0 -0
- run_251/slices/xNormal_m13000.vtp +0 -0
- run_251/slices/xNormal_m15000.vtp +0 -0
- run_251/slices/xNormal_p05000.vtp +0 -0
- run_251/slices/xNormal_p07000.vtp +0 -0
- run_251/slices/xNormal_p09000.vtp +0 -0
- run_251/slices/xNormal_p11000.vtp +0 -0
- run_251/slices/xNormal_p13000.vtp +0 -0
- run_251/slices/xNormal_p15000.vtp +0 -0
- run_251/slices/xNormal_p17000.vtp +0 -0
- run_251/slices/xNormal_p19000.vtp +0 -0
- run_251/slices/xNormal_p21000.vtp +0 -0
- run_251/slices/xNormal_p23000.vtp +0 -0
- run_251/slices/xNormal_p33000.vtp +0 -0
.gitattributes
CHANGED
@@ -1410,3 +1410,14 @@ openfoam_meshes/run_116/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -t
|
|
1410 |
openfoam_meshes/run_295/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1411 |
openfoam_meshes/run_293/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1412 |
openfoam_meshes/run_112/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1410 |
openfoam_meshes/run_295/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1411 |
openfoam_meshes/run_293/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1412 |
openfoam_meshes/run_112/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1413 |
+
openfoam_meshes/run_112/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1414 |
+
openfoam_meshes/run_295/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1415 |
+
openfoam_meshes/run_224/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text
|
1416 |
+
openfoam_meshes/run_271/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1417 |
+
openfoam_meshes/run_120/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1418 |
+
openfoam_meshes/run_128/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
1419 |
+
openfoam_meshes/run_123/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1420 |
+
openfoam_meshes/run_418/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text
|
1421 |
+
openfoam_meshes/run_403/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1422 |
+
openfoam_meshes/run_128/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text
|
1423 |
+
openfoam_meshes/run_403/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text
|
openfoam_meshes/run_112/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2ce0b160c643e9c1d57ecb1e139bdc7950d58901920a7522c636781a9b8c7cc
|
3 |
+
size 1747207512
|
openfoam_meshes/run_120/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebd4aa865e6c8a20ad0199d81c07537507bfd32d03de49dd8590486f61c82e5f
|
3 |
+
size 7742914000
|
openfoam_meshes/run_123/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:febeb3a9d1dc17b6f9c6fa87b60f3f28ce2e3703f4ec3d67ad57243421e8824c
|
3 |
+
size 8463245956
|
openfoam_meshes/run_128/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b716f8cfa09088dcd3e6e5ca1692397e71ed0d8730b4e4071a0133d9a5bee22
|
3 |
+
size 1736872436
|
openfoam_meshes/run_128/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57866c5db1b847728d63cf34c56fe2ce6d5b23f4007b83d75092855c323d2270
|
3 |
+
size 1736872432
|
openfoam_meshes/run_224/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14a0218f939a4d98e4855bf7216f13c7168a07c1928f2162011e7c2eaec8c087
|
3 |
+
size 3704948478
|
openfoam_meshes/run_271/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:becb4308b2b31472438aa96f4a0cd16f3d0a8d48d683cf605f8a17ab0a4e2c3e
|
3 |
+
size 8555001764
|
openfoam_meshes/run_295/constant/polyMesh/points
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7574e33ae5a8ab40020963c7533d78b80ec9b5c2fd7dff90f51a73b954158f85
|
3 |
+
size 3405291390
|
openfoam_meshes/run_403/constant/polyMesh/neighbour
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f4d249e5f34a0a93babff60e06278be84b4841c57c02df33b3f1c7a3e24482f
|
3 |
+
size 1622371368
|
openfoam_meshes/run_403/constant/polyMesh/owner
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f19cf1ef03c0cb9dcdae8213e65a7e36fed7f7426dd87ab3dff6ee20a93c3cd5
|
3 |
+
size 1622371364
|
openfoam_meshes/run_418/constant/polyMesh/faces
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecad1da948ce4c6af38c9fe42c40e1f88d9c23f76d9b6f22e8d8592cdd4cdb61
|
3 |
+
size 8416112376
|
run_130/force_mom_130.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.747531e-01,6.194075e-02,-5.363265e-02,1.155734e-01,2.077648e-02
|
run_130/force_mom_constref_130.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.618384e-01,5.902925e-02,-5.059064e-02,1.096199e-01,1.979989e-02
|
run_130/geo_parameters_130.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 |
+
-12.3624, -17.2172, -23.8489, -78.3197, 52.958, -9.54174, 20.9265, 133.203, 31.3362, 184.55, 45.0053, -11.2557, -104.702, -40.4568, -13.7614, -0.0660473
|
run_130/geo_ref_130.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lRef,aRef,forcesCoR,lRefRef,aRefRef,forcesCoRRef
|
2 |
+
2.773,2.068,(1.3935 0 -0.3176),2.78618,2.17,(1.40009 0 -0.3176)
|
run_130/slices/xNormal_m07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_m11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_p15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_p21000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_p35000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_p37000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_p41000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_p51000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_p59000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/xNormal_p65000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_130/slices/yNormal_m12000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/force_mom_251.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.843339e-01,8.531898e-02,-9.564911e-03,9.488390e-02,3.998630e-03
|
run_251/force_mom_constref_251.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Cd,Cl,Clf,Clr,Cs
|
2 |
+
2.742446e-01,8.229154e-02,-7.051711e-03,8.934325e-02,3.856743e-03
|
run_251/geo_parameters_251.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 |
+
-65.4874, 49.9703, -87.9114, 21.2897, 51.7862, -13.448, 7.25466, 140.235, 54.7737, 60.3316, 37.9741, -67.5057, -44.1554, -19.363, -8.29265, 0.480828
|
run_251/geo_ref_251.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
lRef,aRef,forcesCoR,lRefRef,aRefRef,forcesCoRRef
|
2 |
+
2.72,2.093,(1.367 0 -0.3176),2.78618,2.17,(1.40009 0 -0.3176)
|
run_251/slices/xNormal-autocfd_1.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal-autocfd_2.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_m05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_m07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_m09000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_m11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_m13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_m15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p05000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p07000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p09000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p11000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p13000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p15000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p17000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p19000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p21000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p23000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|
run_251/slices/xNormal_p33000.vtp
ADDED
The diff for this file is too large to render.
See raw diff
|
|