diff --git a/.gitattributes b/.gitattributes index d618f66fa2aa9ac05cf021e6e03181939613fb15..d59ab63b3d9ed713cff269c754223f83bf097968 100644 --- a/.gitattributes +++ b/.gitattributes @@ -217,3 +217,7 @@ openfoam_meshes/run_105/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -t openfoam_meshes/run_340/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_345/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_473/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_381/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_105/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_422/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_381/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text diff --git a/openfoam_meshes/run_105/constant/polyMesh/points b/openfoam_meshes/run_105/constant/polyMesh/points new file mode 100644 index 0000000000000000000000000000000000000000..63dc83ff4fafa577bcc22b45a7f56f0c7635f9a1 --- /dev/null +++ b/openfoam_meshes/run_105/constant/polyMesh/points @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5484863505ef6ce8b120827c3927e56ac8676dad09160da154782f685d299de +size 3682860606 diff --git a/openfoam_meshes/run_207/system/controlDict b/openfoam_meshes/run_207/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..92fb8948f4d7fc6a3a44617fcbafb398d60f8114 --- /dev/null +++ b/openfoam_meshes/run_207/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 14:47:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_207/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object controlDict; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +application UserSolver; + +startFrom startTime; + +startTime 0.; + +stopAt endTime; + +endTime 1.; + +deltaT 1.; + +writeControl timeStep; + +writeInterval 1.; + +purgeWrite 0; + +writeFormat binary; + +writePrecision 6; + +writeCompression uncompressed; + +timeFormat general; + +timePrecision 6; + +graphFormat raw; + +runTimeModifiable yes; + +adjustTimeStep off; + +maxCo 1.; + +maxAlphaCo 1.; + +maxDeltaT 1.; + +functions { + residuals + { + libs ( "libutilityFunctionObjects.so" ); + type residuals; + enabled true; + log true; + writeControl timeStep; + writeInterval 1; + fields + ( + p + p_rgh + U + ); + } + force_coefs + { + type forceCoeffs; + libs ( "libforces.so" ); + writeControl timeStep; + writeInterval 1; + patches + ( + ); + log true; + UName U; + rho rhoInf; + pRef 0.; + rhoInf 1.204; + CofR (0. 0. 0.); + liftDir (0. 0. 1.); + dragDir (1. 0. 0.); + pitchAxis (0. 1. 0.); + magUInf 40.; + lRef 1.; + Aref 2.17; + } + min_max_velocity + { + type fieldMinMax; + libs ( "libfieldFunctionObjects.so" ); + writeControl timeStep; + writeInterval 1; + log true; + mode magnitude; + fields + ( + p_rgh + U + ); + } +} diff --git a/openfoam_meshes/run_207/system/fvSchemes b/openfoam_meshes/run_207/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..c52dc50afc1293ca5ff9a5dc3b74b4bbb7646ccd --- /dev/null +++ b/openfoam_meshes/run_207/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 14:47:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_207/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSchemes; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +ddtSchemes +{ + default steadyState; +} + +gradSchemes +{ + default Gauss linear; +} + +divSchemes +{ + default none; + div(phi,U) bounded Gauss linearUpwindV grad(U); + div(div(phi,U)) Gauss linear; + div(phi,k) bounded Gauss upwind; + div(phi,omega) bounded Gauss upwind; + div(phi,epsilon) bounded Gauss upwind; + div(phi,nuTilda) bounded Gauss upwind; + div((nuEff*dev2(T(grad(U))))) Gauss linear;; +} + +laplacianSchemes +{ + default Gauss linear corrected; +} + +interpolationSchemes +{ + default linear; +} + +snGradSchemes +{ + default corrected; +} + +fluxRequired +{ + default no; + p; +} + +wallDist +{ + method meshWave; +} + diff --git a/openfoam_meshes/run_207/system/fvSolution b/openfoam_meshes/run_207/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..62688d27f5e87bb7b6ae5a20ba1da55cc7ffe0a4 --- /dev/null +++ b/openfoam_meshes/run_207/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 14:47:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_207/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSolution; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +solvers +{ + "p.*" +{ + solver GAMG; + tolerance 1e-10; + relTol 0.05; + smoother GaussSeidel; + nPreSweeps 0; + nPostSweeps 2; + cacheAgglomeration on; + agglomerator faceAreaPair; + nCellsInCoarsestLevel 10; + mergeLevels 1; + maxIter 15; +} + +"U.*" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} + +Phi +{ + $p; +} + +"(k|epsilon|omega|nuTilda|kFinal|epsilonFinal|omegaFinal)" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} +} + +SIMPLE +{ + nNonOrthogonalCorrectors 0; + + residualControl + { + p 1e-4; + U 1e-3; + k 1e-3; + omega 1e-3; + nuTilda 1e-3; + } +} + +potentialFlow +{ + nNonOrthogonalCorrectors 50; +} + +relaxationFactors +{ + fields + { + p 0.3; + } + equations + { + U 0.7; + k 0.7; + omega 0.7; + epsilon 0.7; + nuTilda 0.7; + } +} + +cache +{ + grad(U); +} + diff --git a/openfoam_meshes/run_222/0/U b/openfoam_meshes/run_222/0/U new file mode 100644 index 0000000000000000000000000000000000000000..3315898263195771605b65731368f9f275f03683 --- /dev/null +++ b/openfoam_meshes/run_222/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 09:44:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_222/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + location ""; + object U; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform ( 0. 0. 0. ); + + +boundaryField +{ + Body_A-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Door_handles + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fender + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Headlamps + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Hood + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear_Access + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rocker + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Lower_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Upper_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Outlet + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_inlet + { + type surfaceNormalFixedValue; + refValue uniform -40.; + } + + domain_outlet + { + type inletOutlet; + inletValue uniform (0. 0. 0.); + value uniform (0. 0. 0.); + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous_outer + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_3 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_B-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Body_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_C-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Trunk + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + OCDA_Detailed_Underbody + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Powertrain + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + +} diff --git a/openfoam_meshes/run_222/0/p b/openfoam_meshes/run_222/0/p new file mode 100644 index 0000000000000000000000000000000000000000..96b3074b2576ed0b6ac1ffe470416e8e7eb165ff --- /dev/null +++ b/openfoam_meshes/run_222/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 09:44:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_222/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type fixedValue; + value uniform 0.; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_222/0/p_rgh b/openfoam_meshes/run_222/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..7c74845e545c62a55188eaad7565c590641239da --- /dev/null +++ b/openfoam_meshes/run_222/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 09:44:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_222/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p_rgh; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type zeroGradient; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_222/system/controlDict b/openfoam_meshes/run_222/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..ede49714d01fe430fc46673cd728ddfd4d82bdfe --- /dev/null +++ b/openfoam_meshes/run_222/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 09:44:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_222/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object controlDict; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +application UserSolver; + +startFrom startTime; + +startTime 0.; + +stopAt endTime; + +endTime 1.; + +deltaT 1.; + +writeControl timeStep; + +writeInterval 1.; + +purgeWrite 0; + +writeFormat binary; + +writePrecision 6; + +writeCompression uncompressed; + +timeFormat general; + +timePrecision 6; + +graphFormat raw; + +runTimeModifiable yes; + +adjustTimeStep off; + +maxCo 1.; + +maxAlphaCo 1.; + +maxDeltaT 1.; + +functions { + residuals + { + libs ( "libutilityFunctionObjects.so" ); + type residuals; + enabled true; + log true; + writeControl timeStep; + writeInterval 1; + fields + ( + p + p_rgh + U + ); + } + force_coefs + { + type forceCoeffs; + libs ( "libforces.so" ); + writeControl timeStep; + writeInterval 1; + patches + ( + ); + log true; + UName U; + rho rhoInf; + pRef 0.; + rhoInf 1.204; + CofR (0. 0. 0.); + liftDir (0. 0. 1.); + dragDir (1. 0. 0.); + pitchAxis (0. 1. 0.); + magUInf 40.; + lRef 1.; + Aref 2.17; + } + min_max_velocity + { + type fieldMinMax; + libs ( "libfieldFunctionObjects.so" ); + writeControl timeStep; + writeInterval 1; + log true; + mode magnitude; + fields + ( + p_rgh + U + ); + } +} diff --git a/openfoam_meshes/run_222/system/fvSchemes b/openfoam_meshes/run_222/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..5713e2f022b6264aec71527bcd16087adba22319 --- /dev/null +++ b/openfoam_meshes/run_222/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 09:44:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_222/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSchemes; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +ddtSchemes +{ + default steadyState; +} + +gradSchemes +{ + default Gauss linear; +} + +divSchemes +{ + default none; + div(phi,U) bounded Gauss linearUpwindV grad(U); + div(div(phi,U)) Gauss linear; + div(phi,k) bounded Gauss upwind; + div(phi,omega) bounded Gauss upwind; + div(phi,epsilon) bounded Gauss upwind; + div(phi,nuTilda) bounded Gauss upwind; + div((nuEff*dev2(T(grad(U))))) Gauss linear;; +} + +laplacianSchemes +{ + default Gauss linear corrected; +} + +interpolationSchemes +{ + default linear; +} + +snGradSchemes +{ + default corrected; +} + +fluxRequired +{ + default no; + p; +} + +wallDist +{ + method meshWave; +} + diff --git a/openfoam_meshes/run_222/system/fvSolution b/openfoam_meshes/run_222/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..f99871b20617f3393c8ee5fb9546e2b260c44c56 --- /dev/null +++ b/openfoam_meshes/run_222/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 09:44:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_222/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSolution; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +solvers +{ + "p.*" +{ + solver GAMG; + tolerance 1e-10; + relTol 0.05; + smoother GaussSeidel; + nPreSweeps 0; + nPostSweeps 2; + cacheAgglomeration on; + agglomerator faceAreaPair; + nCellsInCoarsestLevel 10; + mergeLevels 1; + maxIter 15; +} + +"U.*" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} + +Phi +{ + $p; +} + +"(k|epsilon|omega|nuTilda|kFinal|epsilonFinal|omegaFinal)" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} +} + +SIMPLE +{ + nNonOrthogonalCorrectors 0; + + residualControl + { + p 1e-4; + U 1e-3; + k 1e-3; + omega 1e-3; + nuTilda 1e-3; + } +} + +potentialFlow +{ + nNonOrthogonalCorrectors 50; +} + +relaxationFactors +{ + fields + { + p 0.3; + } + equations + { + U 0.7; + k 0.7; + omega 0.7; + epsilon 0.7; + nuTilda 0.7; + } +} + +cache +{ + grad(U); +} + diff --git a/openfoam_meshes/run_240/constant/fvOptions b/openfoam_meshes/run_240/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..620547f6a2a3e0a2e785071bac4dcb73c49f67d5 --- /dev/null +++ b/openfoam_meshes/run_240/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:29:50 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_240/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvOptions; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +limitVelocity +{ + type limitVelocity; + active yes; + selectionMode all; + max 120; +} diff --git a/openfoam_meshes/run_240/constant/polyMesh/boundary b/openfoam_meshes/run_240/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..55dc2b7d8e791f5cb4f5e6bd7c4b4f4313417a1f --- /dev/null +++ b/openfoam_meshes/run_240/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:29:50 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_240/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class polyBoundaryMesh; + location ""; + object boundary; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +59 +( + + Body_A-Pillar + { + type wall; + startFace 443601761; + nFaces 140051; + } + + Body_Door_handles + { + type wall; + startFace 443741812; + nFaces 37889; + } + + Body_Fascia_front_1 + { + type wall; + startFace 443779701; + nFaces 136280; + } + + Body_Fascia_front_2 + { + type wall; + startFace 443915981; + nFaces 37195; + } + + Body_Fender + { + type wall; + startFace 443953176; + nFaces 59723; + } + + Body_Headlamps + { + type wall; + startFace 444012899; + nFaces 24416; + } + + Body_Hood + { + type wall; + startFace 444037315; + nFaces 45122; + } + + Body_Rear + { + type wall; + startFace 444082437; + nFaces 180436; + } + + Body_Rear_Access + { + type wall; + startFace 444262873; + nFaces 26416; + } + + Body_Rocker + { + type wall; + startFace 444289289; + nFaces 22755; + } + + Body_Roof + { + type wall; + startFace 444312044; + nFaces 33354; + } + + Body_Side + { + type wall; + startFace 444345398; + nFaces 87190; + } + + Body_Window_front + { + type wall; + startFace 444432588; + nFaces 95729; + } + + Body_Window_front_frame + { + type wall; + startFace 444528317; + nFaces 118465; + } + + Body_Window_Side + { + type wall; + startFace 444646782; + nFaces 36450; + } + + Body_Window_side_frame + { + type wall; + startFace 444683232; + nFaces 50465; + } + + Brake_Disc_front + { + type wall; + startFace 444733697; + nFaces 83801; + } + + Brake_Disc_rear + { + type wall; + startFace 444817498; + nFaces 103768; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 444921266; + nFaces 13949; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 444935215; + nFaces 23436; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 444958651; + nFaces 2162; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 444960813; + nFaces 736; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 444961549; + nFaces 736; + } + + domain_inlet + { + type patch; + startFace 444962285; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 444963293; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 444964301; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 444966131; + nFaces 1406056; + } + + domain_road_viscous + { + type wall; + startFace 446372187; + nFaces 124284; + } + + domain_road_viscous_outer + { + type wall; + startFace 446496471; + nFaces 4327; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 446500798; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 446504513; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 446507321; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 446510129; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 446515043; + nFaces 19504; + } + + Exhaust_System_1 + { + type wall; + startFace 446534547; + nFaces 428; + } + + Exhaust_System_2 + { + type wall; + startFace 446534975; + nFaces 66889; + } + + Exhaust_System_3 + { + type wall; + startFace 446601864; + nFaces 6791; + } + + Mirrors_1 + { + type wall; + startFace 446608655; + nFaces 216329; + } + + Mirrors_2 + { + type wall; + startFace 446824984; + nFaces 34414; + } + + Notchback_B-Pillar + { + type wall; + startFace 446859398; + nFaces 24882; + } + + Notchback_Body_side + { + type wall; + startFace 446884280; + nFaces 18701; + } + + Notchback_C-Pillar + { + type wall; + startFace 446902981; + nFaces 334864; + } + + Notchback_Roof + { + type wall; + startFace 447237845; + nFaces 71051; + } + + Notchback_Trunk + { + type wall; + startFace 447308896; + nFaces 91444; + } + + Notchback_Window_rear + { + type wall; + startFace 447400340; + nFaces 113058; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 447513398; + nFaces 37911; + } + + Notchback_Window_side + { + type wall; + startFace 447551309; + nFaces 57809; + } + + Notchback_Window_side_frame + { + type wall; + startFace 447609118; + nFaces 87724; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 447696842; + nFaces 749947; + } + + Powertrain + { + type wall; + startFace 448446789; + nFaces 151965; + } + + Rims_front + { + type wall; + startFace 448598754; + nFaces 552551; + } + + Rims_rear + { + type wall; + startFace 449151305; + nFaces 579137; + } + + Tire_Plinth_front + { + type wall; + startFace 449730442; + nFaces 15455; + } + + Tire_Plinth_rear + { + type wall; + startFace 449745897; + nFaces 14030; + } + + Tires_front + { + type wall; + startFace 449759927; + nFaces 1937912; + } + + Tires_rear + { + type wall; + startFace 451697839; + nFaces 1959498; + } + + Wheel_Support_front_1 + { + type wall; + startFace 453657337; + nFaces 162398; + } + + Wheel_Support_front_2 + { + type wall; + startFace 453819735; + nFaces 81939; + } + + Wheel_Support_rear + { + type wall; + startFace 453901674; + nFaces 57315; + } + +) diff --git a/openfoam_meshes/run_240/constant/polyMesh/cellZones b/openfoam_meshes/run_240/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..2229dfc69d05207e6a1594ded76566ebab182567 --- /dev/null +++ b/openfoam_meshes/run_240/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:29:50 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_240/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object cellZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + + +0 +( +) diff --git a/openfoam_meshes/run_240/constant/polyMesh/faceZones b/openfoam_meshes/run_240/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..a3fffaf9db27ee2665cafe308e27afb7701f3afe --- /dev/null +++ b/openfoam_meshes/run_240/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:29:50 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_240/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object faceZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +0 +( +) diff --git a/openfoam_meshes/run_240/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_240/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..af165b3a353c2c72ad54a8345ec160bf5ee4e3b6 --- /dev/null +++ b/openfoam_meshes/run_240/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.958; // reference length (in m) - wheelbase +Aref 2.44; // reference area (in m^2.44) - frontal area +forcesCoR (1.486 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_240/constant/transportProperties b/openfoam_meshes/run_240/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..fab18fe681b4cfc2ff6470143008a8238c76b653 --- /dev/null +++ b/openfoam_meshes/run_240/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:29:50 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_240/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object transportProperties; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +transportModel Newtonian; + +nu nu [0 2 -1 0 0 0 0] 1.51163E-005; diff --git a/openfoam_meshes/run_250/0/p_rgh b/openfoam_meshes/run_250/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..1f7333614055ebb952d0b47ab86b8264aa68c481 --- /dev/null +++ b/openfoam_meshes/run_250/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 21:03:47 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_250/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p_rgh; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type zeroGradient; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_276/constant/polyMesh/boundary b/openfoam_meshes/run_276/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..4518080e2e7e0962f8320ff479be3de142b30f3a --- /dev/null +++ b/openfoam_meshes/run_276/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 05:39:06 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_276/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class polyBoundaryMesh; + location ""; + object boundary; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +59 +( + + Body_A-Pillar + { + type wall; + startFace 391107574; + nFaces 125252; + } + + Body_Door_handles + { + type wall; + startFace 391232826; + nFaces 33720; + } + + Body_Fascia_front_1 + { + type wall; + startFace 391266546; + nFaces 115959; + } + + Body_Fascia_front_2 + { + type wall; + startFace 391382505; + nFaces 30860; + } + + Body_Fender + { + type wall; + startFace 391413365; + nFaces 63286; + } + + Body_Headlamps + { + type wall; + startFace 391476651; + nFaces 19974; + } + + Body_Hood + { + type wall; + startFace 391496625; + nFaces 40182; + } + + Body_Rear + { + type wall; + startFace 391536807; + nFaces 178621; + } + + Body_Rear_Access + { + type wall; + startFace 391715428; + nFaces 20902; + } + + Body_Rocker + { + type wall; + startFace 391736330; + nFaces 18956; + } + + Body_Roof + { + type wall; + startFace 391755286; + nFaces 27065; + } + + Body_Side + { + type wall; + startFace 391782351; + nFaces 84977; + } + + Body_Window_front + { + type wall; + startFace 391867328; + nFaces 88691; + } + + Body_Window_front_frame + { + type wall; + startFace 391956019; + nFaces 98735; + } + + Body_Window_Side + { + type wall; + startFace 392054754; + nFaces 40012; + } + + Body_Window_side_frame + { + type wall; + startFace 392094766; + nFaces 50984; + } + + Brake_Disc_front + { + type wall; + startFace 392145750; + nFaces 105798; + } + + Brake_Disc_rear + { + type wall; + startFace 392251548; + nFaces 99980; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 392351528; + nFaces 11439; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 392362967; + nFaces 19114; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 392382081; + nFaces 1853; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 392383934; + nFaces 699; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 392384633; + nFaces 695; + } + + domain_inlet + { + type patch; + startFace 392385328; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 392386336; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 392387344; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 392389174; + nFaces 1318974; + } + + domain_road_viscous + { + type wall; + startFace 393708148; + nFaces 115977; + } + + domain_road_viscous_outer + { + type wall; + startFace 393824125; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 393828451; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 393832166; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 393834974; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 393837782; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 393842696; + nFaces 17575; + } + + Exhaust_System_1 + { + type wall; + startFace 393860271; + nFaces 434; + } + + Exhaust_System_2 + { + type wall; + startFace 393860705; + nFaces 61506; + } + + Exhaust_System_3 + { + type wall; + startFace 393922211; + nFaces 7774; + } + + Mirrors_1 + { + type wall; + startFace 393929985; + nFaces 209748; + } + + Mirrors_2 + { + type wall; + startFace 394139733; + nFaces 35010; + } + + Notchback_B-Pillar + { + type wall; + startFace 394174743; + nFaces 24677; + } + + Notchback_Body_side + { + type wall; + startFace 394199420; + nFaces 18614; + } + + Notchback_C-Pillar + { + type wall; + startFace 394218034; + nFaces 313975; + } + + Notchback_Roof + { + type wall; + startFace 394532009; + nFaces 58693; + } + + Notchback_Trunk + { + type wall; + startFace 394590702; + nFaces 74872; + } + + Notchback_Window_rear + { + type wall; + startFace 394665574; + nFaces 96822; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 394762396; + nFaces 29504; + } + + Notchback_Window_side + { + type wall; + startFace 394791900; + nFaces 58936; + } + + Notchback_Window_side_frame + { + type wall; + startFace 394850836; + nFaces 87045; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 394937881; + nFaces 744901; + } + + Powertrain + { + type wall; + startFace 395682782; + nFaces 131135; + } + + Rims_front + { + type wall; + startFace 395813917; + nFaces 534907; + } + + Rims_rear + { + type wall; + startFace 396348824; + nFaces 551825; + } + + Tire_Plinth_front + { + type wall; + startFace 396900649; + nFaces 13584; + } + + Tire_Plinth_rear + { + type wall; + startFace 396914233; + nFaces 13007; + } + + Tires_front + { + type wall; + startFace 396927240; + nFaces 1474914; + } + + Tires_rear + { + type wall; + startFace 398402154; + nFaces 1680009; + } + + Wheel_Support_front_1 + { + type wall; + startFace 400082163; + nFaces 150683; + } + + Wheel_Support_front_2 + { + type wall; + startFace 400232846; + nFaces 77870; + } + + Wheel_Support_rear + { + type wall; + startFace 400310716; + nFaces 48563; + } + +) diff --git a/openfoam_meshes/run_276/constant/polyMesh/cellZones b/openfoam_meshes/run_276/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..35c6951fcaa40310b0f1e0ee017f122d4914a310 --- /dev/null +++ b/openfoam_meshes/run_276/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 05:39:06 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_276/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object cellZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + + +0 +( +) diff --git a/openfoam_meshes/run_276/constant/polyMesh/faceZones b/openfoam_meshes/run_276/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..a43f2d7fc7ea4b878f87c5c0f1314ae1c2fa6788 --- /dev/null +++ b/openfoam_meshes/run_276/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 05:39:06 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_276/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object faceZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +0 +( +) diff --git a/openfoam_meshes/run_360/constant/polyMesh/cellZones b/openfoam_meshes/run_360/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..47f99a68593a9fff3ddceb0ccd98b9d76a4dd85b --- /dev/null +++ b/openfoam_meshes/run_360/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 13:47:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_360/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object cellZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + + +0 +( +) diff --git a/openfoam_meshes/run_360/constant/polyMesh/faceZones b/openfoam_meshes/run_360/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..7340de79631a74f0f55f93827b52047a1a10f434 --- /dev/null +++ b/openfoam_meshes/run_360/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 13:47:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_360/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object faceZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +0 +( +) diff --git a/openfoam_meshes/run_373/0/U b/openfoam_meshes/run_373/0/U new file mode 100644 index 0000000000000000000000000000000000000000..a7941b49e129ddcbe1999daa4b2b54f859946b9a --- /dev/null +++ b/openfoam_meshes/run_373/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 06:01:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_373/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + location ""; + object U; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform ( 0. 0. 0. ); + + +boundaryField +{ + Body_A-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Door_handles + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fender + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Headlamps + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Hood + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear_Access + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rocker + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Lower_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Upper_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Outlet + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_inlet + { + type surfaceNormalFixedValue; + refValue uniform -40.; + } + + domain_outlet + { + type inletOutlet; + inletValue uniform (0. 0. 0.); + value uniform (0. 0. 0.); + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous_outer + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_3 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_B-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Body_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_C-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Trunk + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + OCDA_Detailed_Underbody + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Powertrain + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + +} diff --git a/openfoam_meshes/run_373/0/p b/openfoam_meshes/run_373/0/p new file mode 100644 index 0000000000000000000000000000000000000000..1b1009b55ed0472054192702bee5d9aba8640b48 --- /dev/null +++ b/openfoam_meshes/run_373/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 06:01:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_373/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type fixedValue; + value uniform 0.; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_373/0/p_rgh b/openfoam_meshes/run_373/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..3bb0fd192f9dd2987072c0ed69a1d9ce08408def --- /dev/null +++ b/openfoam_meshes/run_373/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 06:01:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_373/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p_rgh; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type zeroGradient; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_373/constant/geometryParameter.txt b/openfoam_meshes/run_373/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..9f3bfb5f474ffe24f86770410030cd3ad98d85a0 --- /dev/null +++ b/openfoam_meshes/run_373/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.644; // reference length (in m) - wheelbase +Aref 2.013; // reference area (in m^2.013) - frontal area +forcesCoR (1.329 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_373/constant/momentumTransport b/openfoam_meshes/run_373/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..f10838e9b9df9ed65176b3db60b2c63ba59af805 --- /dev/null +++ b/openfoam_meshes/run_373/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 06:01:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_373/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object momentumTransport; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +simulationType RAS; + +RAS +{ + model laminar; + + turbulence off; + + printCoeffs off; + + +} diff --git a/openfoam_meshes/run_373/constant/transportProperties b/openfoam_meshes/run_373/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..d5ae30d08fe923a979850f6d5edddef569801706 --- /dev/null +++ b/openfoam_meshes/run_373/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 06:01:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_373/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object transportProperties; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +transportModel Newtonian; + +nu nu [0 2 -1 0 0 0 0] 1.51163E-005; diff --git a/openfoam_meshes/run_373/system/controlDict b/openfoam_meshes/run_373/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..1c55de500f1dc629ee39e4fc0debf9de52c058c3 --- /dev/null +++ b/openfoam_meshes/run_373/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 06:01:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_373/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object controlDict; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +application UserSolver; + +startFrom startTime; + +startTime 0.; + +stopAt endTime; + +endTime 1.; + +deltaT 1.; + +writeControl timeStep; + +writeInterval 1.; + +purgeWrite 0; + +writeFormat binary; + +writePrecision 6; + +writeCompression uncompressed; + +timeFormat general; + +timePrecision 6; + +graphFormat raw; + +runTimeModifiable yes; + +adjustTimeStep off; + +maxCo 1.; + +maxAlphaCo 1.; + +maxDeltaT 1.; + +functions { + residuals + { + libs ( "libutilityFunctionObjects.so" ); + type residuals; + enabled true; + log true; + writeControl timeStep; + writeInterval 1; + fields + ( + p + p_rgh + U + ); + } + force_coefs + { + type forceCoeffs; + libs ( "libforces.so" ); + writeControl timeStep; + writeInterval 1; + patches + ( + ); + log true; + UName U; + rho rhoInf; + pRef 0.; + rhoInf 1.204; + CofR (0. 0. 0.); + liftDir (0. 0. 1.); + dragDir (1. 0. 0.); + pitchAxis (0. 1. 0.); + magUInf 40.; + lRef 1.; + Aref 2.17; + } + min_max_velocity + { + type fieldMinMax; + libs ( "libfieldFunctionObjects.so" ); + writeControl timeStep; + writeInterval 1; + log true; + mode magnitude; + fields + ( + p_rgh + U + ); + } +} diff --git a/openfoam_meshes/run_373/system/fvSchemes b/openfoam_meshes/run_373/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..3ebaa89ea2d782742a2f8a0b674eca313e4430e1 --- /dev/null +++ b/openfoam_meshes/run_373/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 06:01:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_373/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSchemes; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +ddtSchemes +{ + default steadyState; +} + +gradSchemes +{ + default Gauss linear; +} + +divSchemes +{ + default none; + div(phi,U) bounded Gauss linearUpwindV grad(U); + div(div(phi,U)) Gauss linear; + div(phi,k) bounded Gauss upwind; + div(phi,omega) bounded Gauss upwind; + div(phi,epsilon) bounded Gauss upwind; + div(phi,nuTilda) bounded Gauss upwind; + div((nuEff*dev2(T(grad(U))))) Gauss linear;; +} + +laplacianSchemes +{ + default Gauss linear corrected; +} + +interpolationSchemes +{ + default linear; +} + +snGradSchemes +{ + default corrected; +} + +fluxRequired +{ + default no; + p; +} + +wallDist +{ + method meshWave; +} + diff --git a/openfoam_meshes/run_373/system/fvSolution b/openfoam_meshes/run_373/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..fd0b2a1f3c7b2e6602b8c4cafba4c3d91490daf3 --- /dev/null +++ b/openfoam_meshes/run_373/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 06:01:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_373/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSolution; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +solvers +{ + "p.*" +{ + solver GAMG; + tolerance 1e-10; + relTol 0.05; + smoother GaussSeidel; + nPreSweeps 0; + nPostSweeps 2; + cacheAgglomeration on; + agglomerator faceAreaPair; + nCellsInCoarsestLevel 10; + mergeLevels 1; + maxIter 15; +} + +"U.*" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} + +Phi +{ + $p; +} + +"(k|epsilon|omega|nuTilda|kFinal|epsilonFinal|omegaFinal)" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} +} + +SIMPLE +{ + nNonOrthogonalCorrectors 0; + + residualControl + { + p 1e-4; + U 1e-3; + k 1e-3; + omega 1e-3; + nuTilda 1e-3; + } +} + +potentialFlow +{ + nNonOrthogonalCorrectors 50; +} + +relaxationFactors +{ + fields + { + p 0.3; + } + equations + { + U 0.7; + k 0.7; + omega 0.7; + epsilon 0.7; + nuTilda 0.7; + } +} + +cache +{ + grad(U); +} + diff --git a/openfoam_meshes/run_380/0/U b/openfoam_meshes/run_380/0/U new file mode 100644 index 0000000000000000000000000000000000000000..4db6176487c038de59587c96c286793145dd9f50 --- /dev/null +++ b/openfoam_meshes/run_380/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + location ""; + object U; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform ( 0. 0. 0. ); + + +boundaryField +{ + Body_A-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Door_handles + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fender + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Headlamps + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Hood + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear_Access + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rocker + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Lower_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Upper_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Outlet + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_inlet + { + type surfaceNormalFixedValue; + refValue uniform -40.; + } + + domain_outlet + { + type inletOutlet; + inletValue uniform (0. 0. 0.); + value uniform (0. 0. 0.); + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous_outer + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_3 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_B-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Body_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_C-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Trunk + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + OCDA_Detailed_Underbody + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Powertrain + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + +} diff --git a/openfoam_meshes/run_380/0/p b/openfoam_meshes/run_380/0/p new file mode 100644 index 0000000000000000000000000000000000000000..e3f8ea86f6641b50f0c9eac4d0f927be3ef56404 --- /dev/null +++ b/openfoam_meshes/run_380/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type fixedValue; + value uniform 0.; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_380/0/p_rgh b/openfoam_meshes/run_380/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..704b1bbcd3bbbce33969a9ab21599c6852b984e8 --- /dev/null +++ b/openfoam_meshes/run_380/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p_rgh; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type zeroGradient; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_380/constant/fvOptions b/openfoam_meshes/run_380/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..137432259f8d652d59524f9d4a650899319f1809 --- /dev/null +++ b/openfoam_meshes/run_380/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvOptions; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +limitVelocity +{ + type limitVelocity; + active yes; + selectionMode all; + max 120; +} diff --git a/openfoam_meshes/run_380/constant/geometryParameter.txt b/openfoam_meshes/run_380/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7bafd227d97c72b1152bc57b712354db97ce5f3 --- /dev/null +++ b/openfoam_meshes/run_380/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.919; // reference length (in m) - wheelbase +Aref 2.079; // reference area (in m^2.079) - frontal area +forcesCoR (1.4665 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_380/constant/momentumTransport b/openfoam_meshes/run_380/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..e97dcb4a6b981d26089c7d80aa2e7164ce309553 --- /dev/null +++ b/openfoam_meshes/run_380/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:39 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object momentumTransport; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +simulationType RAS; + +RAS +{ + model laminar; + + turbulence off; + + printCoeffs off; + + +} diff --git a/openfoam_meshes/run_380/constant/polyMesh/boundary b/openfoam_meshes/run_380/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..9f1462c73acd5330ad3aae40d7b1e7b23325c841 --- /dev/null +++ b/openfoam_meshes/run_380/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:39 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class polyBoundaryMesh; + location ""; + object boundary; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +59 +( + + Body_A-Pillar + { + type wall; + startFace 469820251; + nFaces 118400; + } + + Body_Door_handles + { + type wall; + startFace 469938651; + nFaces 35275; + } + + Body_Fascia_front_1 + { + type wall; + startFace 469973926; + nFaces 154481; + } + + Body_Fascia_front_2 + { + type wall; + startFace 470128407; + nFaces 35750; + } + + Body_Fender + { + type wall; + startFace 470164157; + nFaces 77526; + } + + Body_Headlamps + { + type wall; + startFace 470241683; + nFaces 19500; + } + + Body_Hood + { + type wall; + startFace 470261183; + nFaces 41810; + } + + Body_Rear + { + type wall; + startFace 470302993; + nFaces 185115; + } + + Body_Rear_Access + { + type wall; + startFace 470488108; + nFaces 21402; + } + + Body_Rocker + { + type wall; + startFace 470509510; + nFaces 22025; + } + + Body_Roof + { + type wall; + startFace 470531535; + nFaces 31858; + } + + Body_Side + { + type wall; + startFace 470563393; + nFaces 99975; + } + + Body_Window_front + { + type wall; + startFace 470663368; + nFaces 83716; + } + + Body_Window_front_frame + { + type wall; + startFace 470747084; + nFaces 88528; + } + + Body_Window_Side + { + type wall; + startFace 470835612; + nFaces 33014; + } + + Body_Window_side_frame + { + type wall; + startFace 470868626; + nFaces 50696; + } + + Brake_Disc_front + { + type wall; + startFace 470919322; + nFaces 66304; + } + + Brake_Disc_rear + { + type wall; + startFace 470985626; + nFaces 91365; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 471076991; + nFaces 12906; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 471089897; + nFaces 33885; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 471123782; + nFaces 2035; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 471125817; + nFaces 705; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 471126522; + nFaces 702; + } + + domain_inlet + { + type patch; + startFace 471127224; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 471128232; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 471129240; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 471131070; + nFaces 1381412; + } + + domain_road_viscous + { + type wall; + startFace 472512482; + nFaces 121055; + } + + domain_road_viscous_outer + { + type wall; + startFace 472633537; + nFaces 4330; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 472637867; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 472641582; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 472644390; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 472647198; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 472652112; + nFaces 19199; + } + + Exhaust_System_1 + { + type wall; + startFace 472671311; + nFaces 460; + } + + Exhaust_System_2 + { + type wall; + startFace 472671771; + nFaces 65017; + } + + Exhaust_System_3 + { + type wall; + startFace 472736788; + nFaces 7368; + } + + Mirrors_1 + { + type wall; + startFace 472744156; + nFaces 207799; + } + + Mirrors_2 + { + type wall; + startFace 472951955; + nFaces 34716; + } + + Notchback_B-Pillar + { + type wall; + startFace 472986671; + nFaces 20392; + } + + Notchback_Body_side + { + type wall; + startFace 473007063; + nFaces 17047; + } + + Notchback_C-Pillar + { + type wall; + startFace 473024110; + nFaces 256611; + } + + Notchback_Roof + { + type wall; + startFace 473280721; + nFaces 67054; + } + + Notchback_Trunk + { + type wall; + startFace 473347775; + nFaces 53239; + } + + Notchback_Window_rear + { + type wall; + startFace 473401014; + nFaces 100541; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 473501555; + nFaces 30602; + } + + Notchback_Window_side + { + type wall; + startFace 473532157; + nFaces 54580; + } + + Notchback_Window_side_frame + { + type wall; + startFace 473586737; + nFaces 75720; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 473662457; + nFaces 762889; + } + + Powertrain + { + type wall; + startFace 474425346; + nFaces 147167; + } + + Rims_front + { + type wall; + startFace 474572513; + nFaces 547259; + } + + Rims_rear + { + type wall; + startFace 475119772; + nFaces 570645; + } + + Tire_Plinth_front + { + type wall; + startFace 475690417; + nFaces 14882; + } + + Tire_Plinth_rear + { + type wall; + startFace 475705299; + nFaces 13706; + } + + Tires_front + { + type wall; + startFace 475719005; + nFaces 2433347; + } + + Tires_rear + { + type wall; + startFace 478152352; + nFaces 2655019; + } + + Wheel_Support_front_1 + { + type wall; + startFace 480807371; + nFaces 154756; + } + + Wheel_Support_front_2 + { + type wall; + startFace 480962127; + nFaces 78769; + } + + Wheel_Support_rear + { + type wall; + startFace 481040896; + nFaces 48586; + } + +) diff --git a/openfoam_meshes/run_380/constant/polyMesh/cellZones b/openfoam_meshes/run_380/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..163a39ffd639e1b638588c963efd1e95606b3173 --- /dev/null +++ b/openfoam_meshes/run_380/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:39 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object cellZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + + +0 +( +) diff --git a/openfoam_meshes/run_380/constant/polyMesh/faceZones b/openfoam_meshes/run_380/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..48fa6ad617581b1307320929caf484e269b8e5c7 --- /dev/null +++ b/openfoam_meshes/run_380/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:39 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object faceZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +0 +( +) diff --git a/openfoam_meshes/run_380/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_380/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..c7bafd227d97c72b1152bc57b712354db97ce5f3 --- /dev/null +++ b/openfoam_meshes/run_380/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.919; // reference length (in m) - wheelbase +Aref 2.079; // reference area (in m^2.079) - frontal area +forcesCoR (1.4665 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_380/constant/transportProperties b/openfoam_meshes/run_380/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..7381187e027459843d3f96e1c32eb7b5c6907ad6 --- /dev/null +++ b/openfoam_meshes/run_380/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object transportProperties; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +transportModel Newtonian; + +nu nu [0 2 -1 0 0 0 0] 1.51163E-005; diff --git a/openfoam_meshes/run_380/system/controlDict b/openfoam_meshes/run_380/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..f6bf519ab2cadea1781e525bceaefa8627670cf1 --- /dev/null +++ b/openfoam_meshes/run_380/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:39 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object controlDict; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +application UserSolver; + +startFrom startTime; + +startTime 0.; + +stopAt endTime; + +endTime 1.; + +deltaT 1.; + +writeControl timeStep; + +writeInterval 1.; + +purgeWrite 0; + +writeFormat binary; + +writePrecision 6; + +writeCompression uncompressed; + +timeFormat general; + +timePrecision 6; + +graphFormat raw; + +runTimeModifiable yes; + +adjustTimeStep off; + +maxCo 1.; + +maxAlphaCo 1.; + +maxDeltaT 1.; + +functions { + residuals + { + libs ( "libutilityFunctionObjects.so" ); + type residuals; + enabled true; + log true; + writeControl timeStep; + writeInterval 1; + fields + ( + p + p_rgh + U + ); + } + force_coefs + { + type forceCoeffs; + libs ( "libforces.so" ); + writeControl timeStep; + writeInterval 1; + patches + ( + ); + log true; + UName U; + rho rhoInf; + pRef 0.; + rhoInf 1.204; + CofR (0. 0. 0.); + liftDir (0. 0. 1.); + dragDir (1. 0. 0.); + pitchAxis (0. 1. 0.); + magUInf 40.; + lRef 1.; + Aref 2.17; + } + min_max_velocity + { + type fieldMinMax; + libs ( "libfieldFunctionObjects.so" ); + writeControl timeStep; + writeInterval 1; + log true; + mode magnitude; + fields + ( + p_rgh + U + ); + } +} diff --git a/openfoam_meshes/run_380/system/fvSchemes b/openfoam_meshes/run_380/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..849217bc5f98657536ee9578be6fca004969d19f --- /dev/null +++ b/openfoam_meshes/run_380/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSchemes; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +ddtSchemes +{ + default steadyState; +} + +gradSchemes +{ + default Gauss linear; +} + +divSchemes +{ + default none; + div(phi,U) bounded Gauss linearUpwindV grad(U); + div(div(phi,U)) Gauss linear; + div(phi,k) bounded Gauss upwind; + div(phi,omega) bounded Gauss upwind; + div(phi,epsilon) bounded Gauss upwind; + div(phi,nuTilda) bounded Gauss upwind; + div((nuEff*dev2(T(grad(U))))) Gauss linear;; +} + +laplacianSchemes +{ + default Gauss linear corrected; +} + +interpolationSchemes +{ + default linear; +} + +snGradSchemes +{ + default corrected; +} + +fluxRequired +{ + default no; + p; +} + +wallDist +{ + method meshWave; +} + diff --git a/openfoam_meshes/run_380/system/fvSolution b/openfoam_meshes/run_380/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..94cbf8a54d1ff684651988dcbf3e3c8df32b6e01 --- /dev/null +++ b/openfoam_meshes/run_380/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 14:52:40 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_380/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSolution; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +solvers +{ + "p.*" +{ + solver GAMG; + tolerance 1e-10; + relTol 0.05; + smoother GaussSeidel; + nPreSweeps 0; + nPostSweeps 2; + cacheAgglomeration on; + agglomerator faceAreaPair; + nCellsInCoarsestLevel 10; + mergeLevels 1; + maxIter 15; +} + +"U.*" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} + +Phi +{ + $p; +} + +"(k|epsilon|omega|nuTilda|kFinal|epsilonFinal|omegaFinal)" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} +} + +SIMPLE +{ + nNonOrthogonalCorrectors 0; + + residualControl + { + p 1e-4; + U 1e-3; + k 1e-3; + omega 1e-3; + nuTilda 1e-3; + } +} + +potentialFlow +{ + nNonOrthogonalCorrectors 50; +} + +relaxationFactors +{ + fields + { + p 0.3; + } + equations + { + U 0.7; + k 0.7; + omega 0.7; + epsilon 0.7; + nuTilda 0.7; + } +} + +cache +{ + grad(U); +} + diff --git a/openfoam_meshes/run_381/constant/polyMesh/neighbour b/openfoam_meshes/run_381/constant/polyMesh/neighbour new file mode 100644 index 0000000000000000000000000000000000000000..ae289fcb1c204cfc543fc1a9c4fa31cfd959c39f --- /dev/null +++ b/openfoam_meshes/run_381/constant/polyMesh/neighbour @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fcb35ca73a17019b4b9018fa5abf8d4beb5bd1b76049a05756f947edce4900 +size 1756511680 diff --git a/openfoam_meshes/run_381/constant/polyMesh/owner b/openfoam_meshes/run_381/constant/polyMesh/owner new file mode 100644 index 0000000000000000000000000000000000000000..012a159e80837bd43468f07ef9073edd3af8161a --- /dev/null +++ b/openfoam_meshes/run_381/constant/polyMesh/owner @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ed843dba9f06116c12a3c0ab09cf58fec4bc76380b641294e7190d22d893be +size 1756511676 diff --git a/openfoam_meshes/run_40/0/U b/openfoam_meshes/run_40/0/U new file mode 100644 index 0000000000000000000000000000000000000000..7aa88c50f270d7e9b9ffcebe66cf3853cb2cc7e9 --- /dev/null +++ b/openfoam_meshes/run_40/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:19 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + location ""; + object U; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform ( 0. 0. 0. ); + + +boundaryField +{ + Body_A-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Door_handles + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fender + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Headlamps + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Hood + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear_Access + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rocker + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Lower_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Upper_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Outlet + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_inlet + { + type surfaceNormalFixedValue; + refValue uniform -40.; + } + + domain_outlet + { + type inletOutlet; + inletValue uniform (0. 0. 0.); + value uniform (0. 0. 0.); + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous_outer + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_3 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_B-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Body_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_C-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Trunk + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + OCDA_Detailed_Underbody + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Powertrain + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + +} diff --git a/openfoam_meshes/run_40/0/p b/openfoam_meshes/run_40/0/p new file mode 100644 index 0000000000000000000000000000000000000000..b5252e0ca98be6b91ede142a6babfb87e6c53622 --- /dev/null +++ b/openfoam_meshes/run_40/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:18 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type fixedValue; + value uniform 0.; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_40/0/p_rgh b/openfoam_meshes/run_40/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..98f40385bfcad372a64e7e925a302cedcb39e85d --- /dev/null +++ b/openfoam_meshes/run_40/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:18 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p_rgh; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type zeroGradient; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_40/constant/fvOptions b/openfoam_meshes/run_40/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..bcf7a738e590442c64fcb4f194fbe6dd9151565c --- /dev/null +++ b/openfoam_meshes/run_40/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:19 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvOptions; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +limitVelocity +{ + type limitVelocity; + active yes; + selectionMode all; + max 120; +} diff --git a/openfoam_meshes/run_40/constant/geometryParameter.txt b/openfoam_meshes/run_40/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..3562b3434f7105c39b37f7db22421540a8e35240 --- /dev/null +++ b/openfoam_meshes/run_40/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.928; // reference length (in m) - wheelbase +Aref 2.188; // reference area (in m^2.188) - frontal area +forcesCoR (1.4709999999999999 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_40/constant/momentumTransport b/openfoam_meshes/run_40/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..b744a1521a7626273de796ec95905b8e7c2b762e --- /dev/null +++ b/openfoam_meshes/run_40/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:18 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object momentumTransport; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +simulationType RAS; + +RAS +{ + model laminar; + + turbulence off; + + printCoeffs off; + + +} diff --git a/openfoam_meshes/run_40/constant/polyMesh/boundary b/openfoam_meshes/run_40/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..b06f2cb520a1ad0f8a3a9c833d35a7f8f0f711c3 --- /dev/null +++ b/openfoam_meshes/run_40/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:18 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class polyBoundaryMesh; + location ""; + object boundary; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +59 +( + + Body_A-Pillar + { + type wall; + startFace 409880082; + nFaces 125513; + } + + Body_Door_handles + { + type wall; + startFace 410005595; + nFaces 36361; + } + + Body_Fascia_front_1 + { + type wall; + startFace 410041956; + nFaces 157701; + } + + Body_Fascia_front_2 + { + type wall; + startFace 410199657; + nFaces 42972; + } + + Body_Fender + { + type wall; + startFace 410242629; + nFaces 61676; + } + + Body_Headlamps + { + type wall; + startFace 410304305; + nFaces 28890; + } + + Body_Hood + { + type wall; + startFace 410333195; + nFaces 45644; + } + + Body_Rear + { + type wall; + startFace 410378839; + nFaces 175802; + } + + Body_Rear_Access + { + type wall; + startFace 410554641; + nFaces 24712; + } + + Body_Rocker + { + type wall; + startFace 410579353; + nFaces 23127; + } + + Body_Roof + { + type wall; + startFace 410602480; + nFaces 31258; + } + + Body_Side + { + type wall; + startFace 410633738; + nFaces 102981; + } + + Body_Window_front + { + type wall; + startFace 410736719; + nFaces 87689; + } + + Body_Window_front_frame + { + type wall; + startFace 410824408; + nFaces 98300; + } + + Body_Window_Side + { + type wall; + startFace 410922708; + nFaces 36069; + } + + Body_Window_side_frame + { + type wall; + startFace 410958777; + nFaces 52214; + } + + Brake_Disc_front + { + type wall; + startFace 411010991; + nFaces 80353; + } + + Brake_Disc_rear + { + type wall; + startFace 411091344; + nFaces 90632; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 411181976; + nFaces 12167; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 411194143; + nFaces 40098; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 411234241; + nFaces 2293; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 411236534; + nFaces 722; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 411237256; + nFaces 716; + } + + domain_inlet + { + type patch; + startFace 411237972; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 411238980; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 411239988; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 411241818; + nFaces 1420659; + } + + domain_road_viscous + { + type wall; + startFace 412662477; + nFaces 126883; + } + + domain_road_viscous_outer + { + type wall; + startFace 412789360; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 412793686; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 412797401; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 412800209; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 412803017; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 412807931; + nFaces 22453; + } + + Exhaust_System_1 + { + type wall; + startFace 412830384; + nFaces 440; + } + + Exhaust_System_2 + { + type wall; + startFace 412830824; + nFaces 67327; + } + + Exhaust_System_3 + { + type wall; + startFace 412898151; + nFaces 7168; + } + + Mirrors_1 + { + type wall; + startFace 412905319; + nFaces 214425; + } + + Mirrors_2 + { + type wall; + startFace 413119744; + nFaces 34539; + } + + Notchback_B-Pillar + { + type wall; + startFace 413154283; + nFaces 22096; + } + + Notchback_Body_side + { + type wall; + startFace 413176379; + nFaces 18188; + } + + Notchback_C-Pillar + { + type wall; + startFace 413194567; + nFaces 254976; + } + + Notchback_Roof + { + type wall; + startFace 413449543; + nFaces 66796; + } + + Notchback_Trunk + { + type wall; + startFace 413516339; + nFaces 58028; + } + + Notchback_Window_rear + { + type wall; + startFace 413574367; + nFaces 112215; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 413686582; + nFaces 32954; + } + + Notchback_Window_side + { + type wall; + startFace 413719536; + nFaces 57318; + } + + Notchback_Window_side_frame + { + type wall; + startFace 413776854; + nFaces 78889; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 413855743; + nFaces 777746; + } + + Powertrain + { + type wall; + startFace 414633489; + nFaces 154045; + } + + Rims_front + { + type wall; + startFace 414787534; + nFaces 555633; + } + + Rims_rear + { + type wall; + startFace 415343167; + nFaces 569474; + } + + Tire_Plinth_front + { + type wall; + startFace 415912641; + nFaces 14767; + } + + Tire_Plinth_rear + { + type wall; + startFace 415927408; + nFaces 14020; + } + + Tires_front + { + type wall; + startFace 415941428; + nFaces 1678563; + } + + Tires_rear + { + type wall; + startFace 417619991; + nFaces 1686454; + } + + Wheel_Support_front_1 + { + type wall; + startFace 419306445; + nFaces 157398; + } + + Wheel_Support_front_2 + { + type wall; + startFace 419463843; + nFaces 82858; + } + + Wheel_Support_rear + { + type wall; + startFace 419546701; + nFaces 48413; + } + +) diff --git a/openfoam_meshes/run_40/constant/polyMesh/cellZones b/openfoam_meshes/run_40/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..cb2094a81a7700f9b4f66302696a5dfb2cdea44f --- /dev/null +++ b/openfoam_meshes/run_40/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:18 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object cellZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + + +0 +( +) diff --git a/openfoam_meshes/run_40/constant/polyMesh/faceZones b/openfoam_meshes/run_40/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..b15ad4f42d14bd601a2d6632d427424f3928cc45 --- /dev/null +++ b/openfoam_meshes/run_40/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:18 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object faceZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +0 +( +) diff --git a/openfoam_meshes/run_40/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_40/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..3562b3434f7105c39b37f7db22421540a8e35240 --- /dev/null +++ b/openfoam_meshes/run_40/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.928; // reference length (in m) - wheelbase +Aref 2.188; // reference area (in m^2.188) - frontal area +forcesCoR (1.4709999999999999 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_40/constant/transportProperties b/openfoam_meshes/run_40/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..7a30364559fb42c93144995ef3b4483a6e4b722b --- /dev/null +++ b/openfoam_meshes/run_40/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:19 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object transportProperties; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +transportModel Newtonian; + +nu nu [0 2 -1 0 0 0 0] 1.51163E-005; diff --git a/openfoam_meshes/run_40/system/controlDict b/openfoam_meshes/run_40/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..b77cbd85301fe086e00b719a80f455464c4a0d9d --- /dev/null +++ b/openfoam_meshes/run_40/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:18 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object controlDict; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +application UserSolver; + +startFrom startTime; + +startTime 0.; + +stopAt endTime; + +endTime 1.; + +deltaT 1.; + +writeControl timeStep; + +writeInterval 1.; + +purgeWrite 0; + +writeFormat binary; + +writePrecision 6; + +writeCompression uncompressed; + +timeFormat general; + +timePrecision 6; + +graphFormat raw; + +runTimeModifiable yes; + +adjustTimeStep off; + +maxCo 1.; + +maxAlphaCo 1.; + +maxDeltaT 1.; + +functions { + residuals + { + libs ( "libutilityFunctionObjects.so" ); + type residuals; + enabled true; + log true; + writeControl timeStep; + writeInterval 1; + fields + ( + p + p_rgh + U + ); + } + force_coefs + { + type forceCoeffs; + libs ( "libforces.so" ); + writeControl timeStep; + writeInterval 1; + patches + ( + ); + log true; + UName U; + rho rhoInf; + pRef 0.; + rhoInf 1.204; + CofR (0. 0. 0.); + liftDir (0. 0. 1.); + dragDir (1. 0. 0.); + pitchAxis (0. 1. 0.); + magUInf 40.; + lRef 1.; + Aref 2.17; + } + min_max_velocity + { + type fieldMinMax; + libs ( "libfieldFunctionObjects.so" ); + writeControl timeStep; + writeInterval 1; + log true; + mode magnitude; + fields + ( + p_rgh + U + ); + } +} diff --git a/openfoam_meshes/run_40/system/fvSchemes b/openfoam_meshes/run_40/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..dd61295fc880040d803872554dbd7c345df16ddb --- /dev/null +++ b/openfoam_meshes/run_40/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:19 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSchemes; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +ddtSchemes +{ + default steadyState; +} + +gradSchemes +{ + default Gauss linear; +} + +divSchemes +{ + default none; + div(phi,U) bounded Gauss linearUpwindV grad(U); + div(div(phi,U)) Gauss linear; + div(phi,k) bounded Gauss upwind; + div(phi,omega) bounded Gauss upwind; + div(phi,epsilon) bounded Gauss upwind; + div(phi,nuTilda) bounded Gauss upwind; + div((nuEff*dev2(T(grad(U))))) Gauss linear;; +} + +laplacianSchemes +{ + default Gauss linear corrected; +} + +interpolationSchemes +{ + default linear; +} + +snGradSchemes +{ + default corrected; +} + +fluxRequired +{ + default no; + p; +} + +wallDist +{ + method meshWave; +} + diff --git a/openfoam_meshes/run_40/system/fvSolution b/openfoam_meshes/run_40/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..baf9b9f5703077cff13331dc3a45a5cb397ebdae --- /dev/null +++ b/openfoam_meshes/run_40/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 17:39:19 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_040/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSolution; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +solvers +{ + "p.*" +{ + solver GAMG; + tolerance 1e-10; + relTol 0.05; + smoother GaussSeidel; + nPreSweeps 0; + nPostSweeps 2; + cacheAgglomeration on; + agglomerator faceAreaPair; + nCellsInCoarsestLevel 10; + mergeLevels 1; + maxIter 15; +} + +"U.*" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} + +Phi +{ + $p; +} + +"(k|epsilon|omega|nuTilda|kFinal|epsilonFinal|omegaFinal)" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} +} + +SIMPLE +{ + nNonOrthogonalCorrectors 0; + + residualControl + { + p 1e-4; + U 1e-3; + k 1e-3; + omega 1e-3; + nuTilda 1e-3; + } +} + +potentialFlow +{ + nNonOrthogonalCorrectors 50; +} + +relaxationFactors +{ + fields + { + p 0.3; + } + equations + { + U 0.7; + k 0.7; + omega 0.7; + epsilon 0.7; + nuTilda 0.7; + } +} + +cache +{ + grad(U); +} + diff --git a/openfoam_meshes/run_422/constant/polyMesh/faces b/openfoam_meshes/run_422/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..67d155ec5836e9d8aac3457fa44556cdac562c6a --- /dev/null +++ b/openfoam_meshes/run_422/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e248f8ca28f8bc6340859ac97739e3bcf19a714f9689d3790ce512ebc10682d6 +size 8631287024 diff --git a/openfoam_meshes/run_446/0/U b/openfoam_meshes/run_446/0/U new file mode 100644 index 0000000000000000000000000000000000000000..67973daba82d177553e526634ce6c553c165f193 --- /dev/null +++ b/openfoam_meshes/run_446/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 14:46:57 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_446/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + location ""; + object U; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform ( 0. 0. 0. ); + + +boundaryField +{ + Body_A-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Door_handles + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fascia_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Fender + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Headlamps + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Hood + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rear_Access + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Rocker + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_front_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_Side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Body_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Brake_Disc_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Lower_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Closed_Grill_Upper_Insert + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Outlet + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_inlet + { + type surfaceNormalFixedValue; + refValue uniform -40.; + } + + domain_outlet + { + type inletOutlet; + inletValue uniform (0. 0. 0.); + value uniform (0. 0. 0.); + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_viscous_outer + { + type fixedValue; + value uniform (0. 0. 0.); + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Exhaust_System_3 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Mirrors_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_B-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Body_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_C-Pillar + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Roof + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Trunk + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_rear_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Notchback_Window_side_frame + { + type fixedValue; + value uniform (0. 0. 0.); + } + + OCDA_Detailed_Underbody + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Powertrain + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Rims_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tire_Plinth_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_front + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Tires_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_1 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_front_2 + { + type fixedValue; + value uniform (0. 0. 0.); + } + + Wheel_Support_rear + { + type fixedValue; + value uniform (0. 0. 0.); + } + + +} diff --git a/openfoam_meshes/run_446/0/p b/openfoam_meshes/run_446/0/p new file mode 100644 index 0000000000000000000000000000000000000000..edc4c5ca4f391694cbc36595685628cbec33288d --- /dev/null +++ b/openfoam_meshes/run_446/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 14:46:57 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_446/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type fixedValue; + value uniform 0.; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_446/0/p_rgh b/openfoam_meshes/run_446/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..10d4dc8a4fc4c9b8724c89eedb6b29aba30f8630 --- /dev/null +++ b/openfoam_meshes/run_446/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 14:46:57 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_446/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class volScalarField; + location ""; + object p_rgh; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.; + + +boundaryField +{ + Body_A-Pillar + { + type zeroGradient; + } + + Body_Door_handles + { + type zeroGradient; + } + + Body_Fascia_front_1 + { + type zeroGradient; + } + + Body_Fascia_front_2 + { + type zeroGradient; + } + + Body_Fender + { + type zeroGradient; + } + + Body_Headlamps + { + type zeroGradient; + } + + Body_Hood + { + type zeroGradient; + } + + Body_Rear + { + type zeroGradient; + } + + Body_Rear_Access + { + type zeroGradient; + } + + Body_Rocker + { + type zeroGradient; + } + + Body_Roof + { + type zeroGradient; + } + + Body_Side + { + type zeroGradient; + } + + Body_Window_front + { + type zeroGradient; + } + + Body_Window_front_frame + { + type zeroGradient; + } + + Body_Window_Side + { + type zeroGradient; + } + + Body_Window_side_frame + { + type zeroGradient; + } + + Brake_Disc_front + { + type zeroGradient; + } + + Brake_Disc_rear + { + type zeroGradient; + } + + Closed_Grill_Lower_Insert + { + type zeroGradient; + } + + Closed_Grill_Upper_Insert + { + type zeroGradient; + } + + CTRL_SURFACE_Outlet + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type zeroGradient; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type zeroGradient; + } + + domain_inlet + { + type zeroGradient; + } + + domain_outlet + { + type zeroGradient; + } + + domain_road_near_free_slip + { + type symmetry; + } + + domain_road_near_viscous + { + type zeroGradient; + } + + domain_road_viscous + { + type zeroGradient; + } + + domain_road_viscous_outer + { + type zeroGradient; + } + + domain_road_zero_free_slip + { + type symmetry; + } + + domain_side1 + { + type symmetry; + } + + domain_side2 + { + type symmetry; + } + + domain_side_top + { + type symmetry; + } + + Engine_Undershield + { + type zeroGradient; + } + + Exhaust_System_1 + { + type zeroGradient; + } + + Exhaust_System_2 + { + type zeroGradient; + } + + Exhaust_System_3 + { + type zeroGradient; + } + + Mirrors_1 + { + type zeroGradient; + } + + Mirrors_2 + { + type zeroGradient; + } + + Notchback_B-Pillar + { + type zeroGradient; + } + + Notchback_Body_side + { + type zeroGradient; + } + + Notchback_C-Pillar + { + type zeroGradient; + } + + Notchback_Roof + { + type zeroGradient; + } + + Notchback_Trunk + { + type zeroGradient; + } + + Notchback_Window_rear + { + type zeroGradient; + } + + Notchback_Window_rear_frame + { + type zeroGradient; + } + + Notchback_Window_side + { + type zeroGradient; + } + + Notchback_Window_side_frame + { + type zeroGradient; + } + + OCDA_Detailed_Underbody + { + type zeroGradient; + } + + Powertrain + { + type zeroGradient; + } + + Rims_front + { + type zeroGradient; + } + + Rims_rear + { + type zeroGradient; + } + + Tire_Plinth_front + { + type zeroGradient; + } + + Tire_Plinth_rear + { + type zeroGradient; + } + + Tires_front + { + type zeroGradient; + } + + Tires_rear + { + type zeroGradient; + } + + Wheel_Support_front_1 + { + type zeroGradient; + } + + Wheel_Support_front_2 + { + type zeroGradient; + } + + Wheel_Support_rear + { + type zeroGradient; + } + + +} diff --git a/openfoam_meshes/run_446/constant/geometryParameter.txt b/openfoam_meshes/run_446/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..701e3823483186f8ccb920cb82add29a53909c70 --- /dev/null +++ b/openfoam_meshes/run_446/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.868; // reference length (in m) - wheelbase +Aref 2.204; // reference area (in m^2.204) - frontal area +forcesCoR (1.4409999999999998 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_446/constant/momentumTransport b/openfoam_meshes/run_446/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..e99377a40a2193388759a320396232d7d7c65bd9 --- /dev/null +++ b/openfoam_meshes/run_446/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 14:46:57 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_446/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object momentumTransport; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +simulationType RAS; + +RAS +{ + model laminar; + + turbulence off; + + printCoeffs off; + + +} diff --git a/openfoam_meshes/run_446/constant/transportProperties b/openfoam_meshes/run_446/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..9d27fb06f59c40795878f2ddccb06639ac69010d --- /dev/null +++ b/openfoam_meshes/run_446/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 14:46:57 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_446/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object transportProperties; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +transportModel Newtonian; + +nu nu [0 2 -1 0 0 0 0] 1.51163E-005; diff --git a/openfoam_meshes/run_446/system/controlDict b/openfoam_meshes/run_446/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..c5edf116c80e24aca588b2a6064be313ec0c28ca --- /dev/null +++ b/openfoam_meshes/run_446/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 14:46:57 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_446/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object controlDict; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +application UserSolver; + +startFrom startTime; + +startTime 0.; + +stopAt endTime; + +endTime 1.; + +deltaT 1.; + +writeControl timeStep; + +writeInterval 1.; + +purgeWrite 0; + +writeFormat binary; + +writePrecision 6; + +writeCompression uncompressed; + +timeFormat general; + +timePrecision 6; + +graphFormat raw; + +runTimeModifiable yes; + +adjustTimeStep off; + +maxCo 1.; + +maxAlphaCo 1.; + +maxDeltaT 1.; + +functions { + residuals + { + libs ( "libutilityFunctionObjects.so" ); + type residuals; + enabled true; + log true; + writeControl timeStep; + writeInterval 1; + fields + ( + p + p_rgh + U + ); + } + force_coefs + { + type forceCoeffs; + libs ( "libforces.so" ); + writeControl timeStep; + writeInterval 1; + patches + ( + ); + log true; + UName U; + rho rhoInf; + pRef 0.; + rhoInf 1.204; + CofR (0. 0. 0.); + liftDir (0. 0. 1.); + dragDir (1. 0. 0.); + pitchAxis (0. 1. 0.); + magUInf 40.; + lRef 1.; + Aref 2.17; + } + min_max_velocity + { + type fieldMinMax; + libs ( "libfieldFunctionObjects.so" ); + writeControl timeStep; + writeInterval 1; + log true; + mode magnitude; + fields + ( + p_rgh + U + ); + } +} diff --git a/openfoam_meshes/run_446/system/fvSchemes b/openfoam_meshes/run_446/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..5878d1336c896163971572c29687595805c3ff46 --- /dev/null +++ b/openfoam_meshes/run_446/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 14:46:57 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_446/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSchemes; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +ddtSchemes +{ + default steadyState; +} + +gradSchemes +{ + default Gauss linear; +} + +divSchemes +{ + default none; + div(phi,U) bounded Gauss linearUpwindV grad(U); + div(div(phi,U)) Gauss linear; + div(phi,k) bounded Gauss upwind; + div(phi,omega) bounded Gauss upwind; + div(phi,epsilon) bounded Gauss upwind; + div(phi,nuTilda) bounded Gauss upwind; + div((nuEff*dev2(T(grad(U))))) Gauss linear;; +} + +laplacianSchemes +{ + default Gauss linear corrected; +} + +interpolationSchemes +{ + default linear; +} + +snGradSchemes +{ + default corrected; +} + +fluxRequired +{ + default no; + p; +} + +wallDist +{ + method meshWave; +} + diff --git a/openfoam_meshes/run_446/system/fvSolution b/openfoam_meshes/run_446/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..6978dda91e3f18b73d6215d1cd7301b0fab53975 --- /dev/null +++ b/openfoam_meshes/run_446/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 14:46:57 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_446/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvSolution; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +solvers +{ + "p.*" +{ + solver GAMG; + tolerance 1e-10; + relTol 0.05; + smoother GaussSeidel; + nPreSweeps 0; + nPostSweeps 2; + cacheAgglomeration on; + agglomerator faceAreaPair; + nCellsInCoarsestLevel 10; + mergeLevels 1; + maxIter 15; +} + +"U.*" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} + +Phi +{ + $p; +} + +"(k|epsilon|omega|nuTilda|kFinal|epsilonFinal|omegaFinal)" +{ + solver smoothSolver; + smoother GaussSeidel; + tolerance 1e-10; + relTol 0.1; + nSweeps 1; +} +} + +SIMPLE +{ + nNonOrthogonalCorrectors 0; + + residualControl + { + p 1e-4; + U 1e-3; + k 1e-3; + omega 1e-3; + nuTilda 1e-3; + } +} + +potentialFlow +{ + nNonOrthogonalCorrectors 50; +} + +relaxationFactors +{ + fields + { + p 0.3; + } + equations + { + U 0.7; + k 0.7; + omega 0.7; + epsilon 0.7; + nuTilda 0.7; + } +} + +cache +{ + grad(U); +} + diff --git a/openfoam_meshes/run_499/constant/fvOptions b/openfoam_meshes/run_499/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..01d1d865b334f16fd784ccdf7bb18d01709acec5 --- /dev/null +++ b/openfoam_meshes/run_499/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 03:18:07 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_499/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object fvOptions; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +limitVelocity +{ + type limitVelocity; + active yes; + selectionMode all; + max 120; +} diff --git a/openfoam_meshes/run_499/constant/geometryParameter.txt b/openfoam_meshes/run_499/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c478df3cf83efdd2506b8ca3f97bfd23de2f86c --- /dev/null +++ b/openfoam_meshes/run_499/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.696; // reference length (in m) - wheelbase +Aref 1.833; // reference area (in m^1.833) - frontal area +forcesCoR (1.355 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_499/constant/momentumTransport b/openfoam_meshes/run_499/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..bb305484a6afaf7c743a0c0fd721ba9628e953c5 --- /dev/null +++ b/openfoam_meshes/run_499/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 03:18:07 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_499/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object momentumTransport; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +simulationType RAS; + +RAS +{ + model laminar; + + turbulence off; + + printCoeffs off; + + +} diff --git a/openfoam_meshes/run_499/constant/polyMesh/boundary b/openfoam_meshes/run_499/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..a253bacb60efde0e8223afb731162457651109cc --- /dev/null +++ b/openfoam_meshes/run_499/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 03:18:07 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_499/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class polyBoundaryMesh; + location ""; + object boundary; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + +59 +( + + Body_A-Pillar + { + type wall; + startFace 400869103; + nFaces 110282; + } + + Body_Door_handles + { + type wall; + startFace 400979385; + nFaces 29789; + } + + Body_Fascia_front_1 + { + type wall; + startFace 401009174; + nFaces 128722; + } + + Body_Fascia_front_2 + { + type wall; + startFace 401137896; + nFaces 37129; + } + + Body_Fender + { + type wall; + startFace 401175025; + nFaces 59397; + } + + Body_Headlamps + { + type wall; + startFace 401234422; + nFaces 21636; + } + + Body_Hood + { + type wall; + startFace 401256058; + nFaces 38305; + } + + Body_Rear + { + type wall; + startFace 401294363; + nFaces 166062; + } + + Body_Rear_Access + { + type wall; + startFace 401460425; + nFaces 22290; + } + + Body_Rocker + { + type wall; + startFace 401482715; + nFaces 17461; + } + + Body_Roof + { + type wall; + startFace 401500176; + nFaces 25749; + } + + Body_Side + { + type wall; + startFace 401525925; + nFaces 91592; + } + + Body_Window_front + { + type wall; + startFace 401617517; + nFaces 82559; + } + + Body_Window_front_frame + { + type wall; + startFace 401700076; + nFaces 85899; + } + + Body_Window_Side + { + type wall; + startFace 401785975; + nFaces 34303; + } + + Body_Window_side_frame + { + type wall; + startFace 401820278; + nFaces 46352; + } + + Brake_Disc_front + { + type wall; + startFace 401866630; + nFaces 82544; + } + + Brake_Disc_rear + { + type wall; + startFace 401949174; + nFaces 111605; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 402060779; + nFaces 11682; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 402072461; + nFaces 34130; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 402106591; + nFaces 1775; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 402108366; + nFaces 718; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 402109084; + nFaces 718; + } + + domain_inlet + { + type patch; + startFace 402109802; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 402110810; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 402111818; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 402113648; + nFaces 1333333; + } + + domain_road_viscous + { + type wall; + startFace 403446981; + nFaces 118519; + } + + domain_road_viscous_outer + { + type wall; + startFace 403565500; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 403569826; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 403573541; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 403576349; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 403579157; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 403584071; + nFaces 19017; + } + + Exhaust_System_1 + { + type wall; + startFace 403603088; + nFaces 427; + } + + Exhaust_System_2 + { + type wall; + startFace 403603515; + nFaces 59193; + } + + Exhaust_System_3 + { + type wall; + startFace 403662708; + nFaces 6990; + } + + Mirrors_1 + { + type wall; + startFace 403669698; + nFaces 203630; + } + + Mirrors_2 + { + type wall; + startFace 403873328; + nFaces 33893; + } + + Notchback_B-Pillar + { + type wall; + startFace 403907221; + nFaces 18284; + } + + Notchback_Body_side + { + type wall; + startFace 403925505; + nFaces 15129; + } + + Notchback_C-Pillar + { + type wall; + startFace 403940634; + nFaces 223035; + } + + Notchback_Roof + { + type wall; + startFace 404163669; + nFaces 53552; + } + + Notchback_Trunk + { + type wall; + startFace 404217221; + nFaces 53226; + } + + Notchback_Window_rear + { + type wall; + startFace 404270447; + nFaces 103543; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 404373990; + nFaces 26236; + } + + Notchback_Window_side + { + type wall; + startFace 404400226; + nFaces 50656; + } + + Notchback_Window_side_frame + { + type wall; + startFace 404450882; + nFaces 68599; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 404519481; + nFaces 750592; + } + + Powertrain + { + type wall; + startFace 405270073; + nFaces 143364; + } + + Rims_front + { + type wall; + startFace 405413437; + nFaces 539004; + } + + Rims_rear + { + type wall; + startFace 405952441; + nFaces 556449; + } + + Tire_Plinth_front + { + type wall; + startFace 406508890; + nFaces 14555; + } + + Tire_Plinth_rear + { + type wall; + startFace 406523445; + nFaces 13627; + } + + Tires_front + { + type wall; + startFace 406537072; + nFaces 1818617; + } + + Tires_rear + { + type wall; + startFace 408355689; + nFaces 1817269; + } + + Wheel_Support_front_1 + { + type wall; + startFace 410172958; + nFaces 152088; + } + + Wheel_Support_front_2 + { + type wall; + startFace 410325046; + nFaces 78188; + } + + Wheel_Support_rear + { + type wall; + startFace 410403234; + nFaces 58419; + } + +) diff --git a/openfoam_meshes/run_499/constant/polyMesh/cellZones b/openfoam_meshes/run_499/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..7ed374ec4d6ceea48db933bee0fc6636d2b72cc3 --- /dev/null +++ b/openfoam_meshes/run_499/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 03:18:07 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_499/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object cellZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + + + +0 +( +) diff --git a/openfoam_meshes/run_499/constant/polyMesh/faceZones b/openfoam_meshes/run_499/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..3b7ebbb1687e41441c97d3fa2322e1f94f5a12b6 --- /dev/null +++ b/openfoam_meshes/run_499/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 03:18:07 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_499/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class regIOobject; + location ""; + object faceZones; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +0 +( +) diff --git a/openfoam_meshes/run_499/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_499/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..8c478df3cf83efdd2506b8ca3f97bfd23de2f86c --- /dev/null +++ b/openfoam_meshes/run_499/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.696; // reference length (in m) - wheelbase +Aref 1.833; // reference area (in m^1.833) - frontal area +forcesCoR (1.355 0 -0.3176); // center of rotation for moment coeff. calculations +lrefRef 2.78618; // case independent reference length from the drivAer2a case (in m) - wheelbase +ArefRef 2.17; // case independent reference area from the drivAer2a case (in m^2) - frontal area +forcesCoRRef (1.40009 0 -0.3176); // case independent reference center of rotation from the drivAer2a case for moment coeff. calculations diff --git a/openfoam_meshes/run_499/constant/transportProperties b/openfoam_meshes/run_499/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..56c5baa37035a55c6589f6a9e988653c79a831ef --- /dev/null +++ b/openfoam_meshes/run_499/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 03:18:07 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_499/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | +| | +\*---------------------------------------------------------------------------------------------------------------*/ + + + +FoamFile +{ + version 2.0; + format binary; + class dictionary; + location ""; + object transportProperties; +} +/*---------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ + +transportModel Newtonian; + +nu nu [0 2 -1 0 0 0 0] 1.51163E-005;