diff --git a/.gitattributes b/.gitattributes index a82eefb04d0d189f3bf2219ce701238779f5c587..083a1541de25733750cfd77f4d664c112d4e648c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -533,3 +533,10 @@ openfoam_meshes/run_173/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lf openfoam_meshes/run_173/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_383/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_231/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_162/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_371/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_162/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_298/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_135/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_371/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_371/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text diff --git a/openfoam_meshes/run_127/system/controlDict b/openfoam_meshes/run_127/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..7a7bbd93bc93e8e29976335f4175651b2eae73e9 --- /dev/null +++ b/openfoam_meshes/run_127/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 00:23:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_127/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_127/system/fvSchemes b/openfoam_meshes/run_127/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..d24f9d4ecda319aed0f1419cbd34ebc64b1997a5 --- /dev/null +++ b/openfoam_meshes/run_127/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 00:23:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_127/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_127/system/fvSolution b/openfoam_meshes/run_127/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..bf56a93a3213392039192037fb850baf627328c5 --- /dev/null +++ b/openfoam_meshes/run_127/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 00:23:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_127/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_135/constant/polyMesh/faces b/openfoam_meshes/run_135/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..afd119bfafd7eb6c9fe407086df276b6eb0c249f --- /dev/null +++ b/openfoam_meshes/run_135/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd5ef190f34d844b2823c41764f773cbbb6ac0f681cf2c4bcdd7eaa860b2107 +size 8895505332 diff --git a/openfoam_meshes/run_14/0/U b/openfoam_meshes/run_14/0/U new file mode 100644 index 0000000000000000000000000000000000000000..e538e0d31d0339e16355791bea474d743a41005e --- /dev/null +++ b/openfoam_meshes/run_14/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 09:04:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_014/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_14/0/p b/openfoam_meshes/run_14/0/p new file mode 100644 index 0000000000000000000000000000000000000000..cc11d9b7bdb5f30b7456ad2196cda89dea1bc93e --- /dev/null +++ b/openfoam_meshes/run_14/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 09:04:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_014/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_14/0/p_rgh b/openfoam_meshes/run_14/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..ea72a14b369fd9d10a5c6f94d7bcefd66a8f9d2a --- /dev/null +++ b/openfoam_meshes/run_14/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 09:04:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_014/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_14/system/controlDict b/openfoam_meshes/run_14/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..131d2e66947d245d920bae264679184dd80cb937 --- /dev/null +++ b/openfoam_meshes/run_14/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 09:04:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_014/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_14/system/fvSchemes b/openfoam_meshes/run_14/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..96db6c9eb94e25644f9b59f02ecb355caf5c3fdd --- /dev/null +++ b/openfoam_meshes/run_14/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 09:04:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_014/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_14/system/fvSolution b/openfoam_meshes/run_14/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..53bd39f0ea0bf3937ea3ee9a3011bad3d8eb2a84 --- /dev/null +++ b/openfoam_meshes/run_14/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 09:04:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_014/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_140/0/U b/openfoam_meshes/run_140/0/U new file mode 100644 index 0000000000000000000000000000000000000000..002b59a147d28113c13419511552f05db3553713 --- /dev/null +++ b/openfoam_meshes/run_140/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 16:44:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/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_140/0/p b/openfoam_meshes/run_140/0/p new file mode 100644 index 0000000000000000000000000000000000000000..bdfe6d5417ff7f57d22b8f01e1a47a2be0a2c1dc --- /dev/null +++ b/openfoam_meshes/run_140/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 16:44:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/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_140/0/p_rgh b/openfoam_meshes/run_140/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..d5b29aa9f2ef51376e9764bee9489c81fd201c05 --- /dev/null +++ b/openfoam_meshes/run_140/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 16:44:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/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_140/constant/fvOptions b/openfoam_meshes/run_140/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..45598244b7e911a284d007300cd163c743790b1d --- /dev/null +++ b/openfoam_meshes/run_140/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 16:44:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/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_140/constant/geometryParameter.txt b/openfoam_meshes/run_140/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..35a0d81127ba0117fd54a693b3e98e67e73e7173 --- /dev/null +++ b/openfoam_meshes/run_140/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.898; // reference length (in m) - wheelbase +Aref 2.264; // reference area (in m^2.264) - frontal area +forcesCoR (1.456 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_140/constant/momentumTransport b/openfoam_meshes/run_140/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..c87d98689686559725f08eb5ce5b065637593a1b --- /dev/null +++ b/openfoam_meshes/run_140/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 16:44:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/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_140/constant/polyMesh/boundary b/openfoam_meshes/run_140/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..0aaaa618093ad9a059dfb017595ced7623d75b89 --- /dev/null +++ b/openfoam_meshes/run_140/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 16:44:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/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 396061542; + nFaces 113079; + } + + Body_Door_handles + { + type wall; + startFace 396174621; + nFaces 36480; + } + + Body_Fascia_front_1 + { + type wall; + startFace 396211101; + nFaces 139784; + } + + Body_Fascia_front_2 + { + type wall; + startFace 396350885; + nFaces 39475; + } + + Body_Fender + { + type wall; + startFace 396390360; + nFaces 63790; + } + + Body_Headlamps + { + type wall; + startFace 396454150; + nFaces 24710; + } + + Body_Hood + { + type wall; + startFace 396478860; + nFaces 46482; + } + + Body_Rear + { + type wall; + startFace 396525342; + nFaces 181505; + } + + Body_Rear_Access + { + type wall; + startFace 396706847; + nFaces 24978; + } + + Body_Rocker + { + type wall; + startFace 396731825; + nFaces 23494; + } + + Body_Roof + { + type wall; + startFace 396755319; + nFaces 34205; + } + + Body_Side + { + type wall; + startFace 396789524; + nFaces 108833; + } + + Body_Window_front + { + type wall; + startFace 396898357; + nFaces 83771; + } + + Body_Window_front_frame + { + type wall; + startFace 396982128; + nFaces 92866; + } + + Body_Window_Side + { + type wall; + startFace 397074994; + nFaces 36353; + } + + Body_Window_side_frame + { + type wall; + startFace 397111347; + nFaces 47735; + } + + Brake_Disc_front + { + type wall; + startFace 397159082; + nFaces 77451; + } + + Brake_Disc_rear + { + type wall; + startFace 397236533; + nFaces 106145; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 397342678; + nFaces 12610; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 397355288; + nFaces 38871; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 397394159; + nFaces 2236; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 397396395; + nFaces 705; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 397397100; + nFaces 700; + } + + domain_inlet + { + type patch; + startFace 397397800; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 397398808; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 397399816; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 397401646; + nFaces 1439369; + } + + domain_road_viscous + { + type wall; + startFace 398841015; + nFaces 128795; + } + + domain_road_viscous_outer + { + type wall; + startFace 398969810; + nFaces 4329; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 398974139; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 398977854; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 398980662; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 398983470; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 398988384; + nFaces 22859; + } + + Exhaust_System_1 + { + type wall; + startFace 399011243; + nFaces 455; + } + + Exhaust_System_2 + { + type wall; + startFace 399011698; + nFaces 67442; + } + + Exhaust_System_3 + { + type wall; + startFace 399079140; + nFaces 6706; + } + + Mirrors_1 + { + type wall; + startFace 399085846; + nFaces 201951; + } + + Mirrors_2 + { + type wall; + startFace 399287797; + nFaces 34332; + } + + Notchback_B-Pillar + { + type wall; + startFace 399322129; + nFaces 23632; + } + + Notchback_Body_side + { + type wall; + startFace 399345761; + nFaces 18361; + } + + Notchback_C-Pillar + { + type wall; + startFace 399364122; + nFaces 293497; + } + + Notchback_Roof + { + type wall; + startFace 399657619; + nFaces 72530; + } + + Notchback_Trunk + { + type wall; + startFace 399730149; + nFaces 73595; + } + + Notchback_Window_rear + { + type wall; + startFace 399803744; + nFaces 94424; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 399898168; + nFaces 28423; + } + + Notchback_Window_side + { + type wall; + startFace 399926591; + nFaces 60665; + } + + Notchback_Window_side_frame + { + type wall; + startFace 399987256; + nFaces 85473; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 400072729; + nFaces 803094; + } + + Powertrain + { + type wall; + startFace 400875823; + nFaces 153693; + } + + Rims_front + { + type wall; + startFace 401029516; + nFaces 562890; + } + + Rims_rear + { + type wall; + startFace 401592406; + nFaces 589036; + } + + Tire_Plinth_front + { + type wall; + startFace 402181442; + nFaces 14377; + } + + Tire_Plinth_rear + { + type wall; + startFace 402195819; + nFaces 14360; + } + + Tires_front + { + type wall; + startFace 402210179; + nFaces 1500818; + } + + Tires_rear + { + type wall; + startFace 403710997; + nFaces 1493155; + } + + Wheel_Support_front_1 + { + type wall; + startFace 405204152; + nFaces 154466; + } + + Wheel_Support_front_2 + { + type wall; + startFace 405358618; + nFaces 84825; + } + + Wheel_Support_rear + { + type wall; + startFace 405443443; + nFaces 61256; + } + +) diff --git a/openfoam_meshes/run_140/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_140/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..35a0d81127ba0117fd54a693b3e98e67e73e7173 --- /dev/null +++ b/openfoam_meshes/run_140/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.898; // reference length (in m) - wheelbase +Aref 2.264; // reference area (in m^2.264) - frontal area +forcesCoR (1.456 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_140/constant/transportProperties b/openfoam_meshes/run_140/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..ca3ae4bc500f7dd0baabbeddbbef1715cae9b761 --- /dev/null +++ b/openfoam_meshes/run_140/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 16:44:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/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_140/system/fvSolution b/openfoam_meshes/run_140/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..1de592e22fc929d91ff51d209aa264897acc76aa --- /dev/null +++ b/openfoam_meshes/run_140/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 16:44:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/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_146/system/controlDict b/openfoam_meshes/run_146/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..fd5cec3ed85c35141def1c14755c2bbac4fe09d1 --- /dev/null +++ b/openfoam_meshes/run_146/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 00:17:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_146/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_146/system/fvSchemes b/openfoam_meshes/run_146/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..20cbf1246a5dd414e4e808ea04bdcc1258ff4fe9 --- /dev/null +++ b/openfoam_meshes/run_146/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 00:17:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_146/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_146/system/fvSolution b/openfoam_meshes/run_146/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..b037554fbb8d10e31e30c2afc0f5ccda315a2895 --- /dev/null +++ b/openfoam_meshes/run_146/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 00:17:46 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_146/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_162/constant/polyMesh/faces b/openfoam_meshes/run_162/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..2a87dc58153bcbdca12e0a9249cf00a753dc8c4c --- /dev/null +++ b/openfoam_meshes/run_162/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3df40b7eb4ebb693d8e03727cda990e5c777dbfe72f9319253afcfd76e10f16 +size 9835083232 diff --git a/openfoam_meshes/run_162/constant/polyMesh/points b/openfoam_meshes/run_162/constant/polyMesh/points new file mode 100644 index 0000000000000000000000000000000000000000..87e23b747064568432a507fd467917eaa981646c --- /dev/null +++ b/openfoam_meshes/run_162/constant/polyMesh/points @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405a88471e0f74f50d8a969e3197c3ba239b0d97935b36f619e52e3e91b5dc50 +size 4111803726 diff --git a/openfoam_meshes/run_204/constant/fvOptions b/openfoam_meshes/run_204/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..cfece8b013ebc2ce5b5016f619290cf5880a7fca --- /dev/null +++ b/openfoam_meshes/run_204/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 11:05:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_204/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_204/constant/polyMesh/boundary b/openfoam_meshes/run_204/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..863122dfae3ff302904f0bdfed1d4c3f19f61db7 --- /dev/null +++ b/openfoam_meshes/run_204/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 11:05:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_204/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 380673599; + nFaces 110182; + } + + Body_Door_handles + { + type wall; + startFace 380783781; + nFaces 33436; + } + + Body_Fascia_front_1 + { + type wall; + startFace 380817217; + nFaces 124714; + } + + Body_Fascia_front_2 + { + type wall; + startFace 380941931; + nFaces 33892; + } + + Body_Fender + { + type wall; + startFace 380975823; + nFaces 53849; + } + + Body_Headlamps + { + type wall; + startFace 381029672; + nFaces 21778; + } + + Body_Hood + { + type wall; + startFace 381051450; + nFaces 39097; + } + + Body_Rear + { + type wall; + startFace 381090547; + nFaces 144110; + } + + Body_Rear_Access + { + type wall; + startFace 381234657; + nFaces 19538; + } + + Body_Rocker + { + type wall; + startFace 381254195; + nFaces 20177; + } + + Body_Roof + { + type wall; + startFace 381274372; + nFaces 28553; + } + + Body_Side + { + type wall; + startFace 381302925; + nFaces 89333; + } + + Body_Window_front + { + type wall; + startFace 381392258; + nFaces 81334; + } + + Body_Window_front_frame + { + type wall; + startFace 381473592; + nFaces 84507; + } + + Body_Window_Side + { + type wall; + startFace 381558099; + nFaces 35921; + } + + Body_Window_side_frame + { + type wall; + startFace 381594020; + nFaces 47081; + } + + Brake_Disc_front + { + type wall; + startFace 381641101; + nFaces 92574; + } + + Brake_Disc_rear + { + type wall; + startFace 381733675; + nFaces 123843; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 381857518; + nFaces 10290; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 381867808; + nFaces 31960; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 381899768; + nFaces 1859; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 381901627; + nFaces 765; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 381902392; + nFaces 763; + } + + domain_inlet + { + type patch; + startFace 381903155; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 381904163; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 381905171; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 381907001; + nFaces 1315082; + } + + domain_road_viscous + { + type wall; + startFace 383222083; + nFaces 116710; + } + + domain_road_viscous_outer + { + type wall; + startFace 383338793; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 383343119; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 383346834; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 383349642; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 383352450; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 383357364; + nFaces 19017; + } + + Exhaust_System_1 + { + type wall; + startFace 383376381; + nFaces 415; + } + + Exhaust_System_2 + { + type wall; + startFace 383376796; + nFaces 60826; + } + + Exhaust_System_3 + { + type wall; + startFace 383437622; + nFaces 5199; + } + + Mirrors_1 + { + type wall; + startFace 383442821; + nFaces 200529; + } + + Mirrors_2 + { + type wall; + startFace 383643350; + nFaces 34381; + } + + Notchback_B-Pillar + { + type wall; + startFace 383677731; + nFaces 22608; + } + + Notchback_Body_side + { + type wall; + startFace 383700339; + nFaces 17276; + } + + Notchback_C-Pillar + { + type wall; + startFace 383717615; + nFaces 251146; + } + + Notchback_Roof + { + type wall; + startFace 383968761; + nFaces 64077; + } + + Notchback_Trunk + { + type wall; + startFace 384032838; + nFaces 64706; + } + + Notchback_Window_rear + { + type wall; + startFace 384097544; + nFaces 84808; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 384182352; + nFaces 22917; + } + + Notchback_Window_side + { + type wall; + startFace 384205269; + nFaces 57431; + } + + Notchback_Window_side_frame + { + type wall; + startFace 384262700; + nFaces 81026; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 384343726; + nFaces 702842; + } + + Powertrain + { + type wall; + startFace 385046568; + nFaces 124793; + } + + Rims_front + { + type wall; + startFace 385171361; + nFaces 532381; + } + + Rims_rear + { + type wall; + startFace 385703742; + nFaces 550731; + } + + Tire_Plinth_front + { + type wall; + startFace 386254473; + nFaces 13333; + } + + Tire_Plinth_rear + { + type wall; + startFace 386267806; + nFaces 13246; + } + + Tires_front + { + type wall; + startFace 386281052; + nFaces 1474313; + } + + Tires_rear + { + type wall; + startFace 387755365; + nFaces 1476124; + } + + Wheel_Support_front_1 + { + type wall; + startFace 389231489; + nFaces 166719; + } + + Wheel_Support_front_2 + { + type wall; + startFace 389398208; + nFaces 86544; + } + + Wheel_Support_rear + { + type wall; + startFace 389484752; + nFaces 58032; + } + +) diff --git a/openfoam_meshes/run_204/constant/polyMesh/cellZones b/openfoam_meshes/run_204/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..94a76d3a99543a5ea6e0bd91924b88efd6d53c8c --- /dev/null +++ b/openfoam_meshes/run_204/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 11:05:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_204/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_204/constant/polyMesh/faceZones b/openfoam_meshes/run_204/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..3b7cf6a8832225b1ed19e6502af67fa009d98ee6 --- /dev/null +++ b/openfoam_meshes/run_204/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 11:05:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_204/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_204/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_204/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..9547c6bfc261dc84571ffccb2420fbdaeed71705 --- /dev/null +++ b/openfoam_meshes/run_204/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.901; // reference length (in m) - wheelbase +Aref 1.905; // reference area (in m^1.905) - frontal area +forcesCoR (1.4574999999999998 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_204/constant/transportProperties b/openfoam_meshes/run_204/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..5c888ea00b69273c7ceec64f1a6ab04716fadb80 --- /dev/null +++ b/openfoam_meshes/run_204/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 11:05:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_204/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_225/0/U b/openfoam_meshes/run_225/0/U new file mode 100644 index 0000000000000000000000000000000000000000..8198dbd9dce0e615ff822a6d28f8f3cd29286319 --- /dev/null +++ b/openfoam_meshes/run_225/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_225/0/p b/openfoam_meshes/run_225/0/p new file mode 100644 index 0000000000000000000000000000000000000000..ffd6d7f6cda464a2ccd79876a46547e4ebc56d5b --- /dev/null +++ b/openfoam_meshes/run_225/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_225/0/p_rgh b/openfoam_meshes/run_225/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..d2dcdc7feca042cf9ee50f2a7860b88fbf5e9e2c --- /dev/null +++ b/openfoam_meshes/run_225/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_225/constant/fvOptions b/openfoam_meshes/run_225/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..7e55acf8a3562947f9c405b30c83225b9e205bf8 --- /dev/null +++ b/openfoam_meshes/run_225/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_225/constant/geometryParameter.txt b/openfoam_meshes/run_225/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..44b75a204a4d51bb48425f22086d185913abb205 --- /dev/null +++ b/openfoam_meshes/run_225/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.983; // reference length (in m) - wheelbase +Aref 1.968; // reference area (in m^1.968) - frontal area +forcesCoR (1.4985 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_225/constant/momentumTransport b/openfoam_meshes/run_225/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..e273c05fde761a310a8fbbff8f6ec74986921593 --- /dev/null +++ b/openfoam_meshes/run_225/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_225/constant/polyMesh/boundary b/openfoam_meshes/run_225/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..a8ca0be11fabe29771ad362be385fdd3d694c8cc --- /dev/null +++ b/openfoam_meshes/run_225/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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 377301829; + nFaces 117611; + } + + Body_Door_handles + { + type wall; + startFace 377419440; + nFaces 35319; + } + + Body_Fascia_front_1 + { + type wall; + startFace 377454759; + nFaces 115814; + } + + Body_Fascia_front_2 + { + type wall; + startFace 377570573; + nFaces 31350; + } + + Body_Fender + { + type wall; + startFace 377601923; + nFaces 60465; + } + + Body_Headlamps + { + type wall; + startFace 377662388; + nFaces 19074; + } + + Body_Hood + { + type wall; + startFace 377681462; + nFaces 38904; + } + + Body_Rear + { + type wall; + startFace 377720366; + nFaces 167691; + } + + Body_Rear_Access + { + type wall; + startFace 377888057; + nFaces 22282; + } + + Body_Rocker + { + type wall; + startFace 377910339; + nFaces 20210; + } + + Body_Roof + { + type wall; + startFace 377930549; + nFaces 30679; + } + + Body_Side + { + type wall; + startFace 377961228; + nFaces 91893; + } + + Body_Window_front + { + type wall; + startFace 378053121; + nFaces 83259; + } + + Body_Window_front_frame + { + type wall; + startFace 378136380; + nFaces 89751; + } + + Body_Window_Side + { + type wall; + startFace 378226131; + nFaces 34855; + } + + Body_Window_side_frame + { + type wall; + startFace 378260986; + nFaces 49466; + } + + Brake_Disc_front + { + type wall; + startFace 378310452; + nFaces 102562; + } + + Brake_Disc_rear + { + type wall; + startFace 378413014; + nFaces 87397; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 378500411; + nFaces 11232; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 378511643; + nFaces 32822; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 378544465; + nFaces 1917; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 378546382; + nFaces 712; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 378547094; + nFaces 714; + } + + domain_inlet + { + type patch; + startFace 378547808; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 378548816; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 378549824; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 378551654; + nFaces 1314697; + } + + domain_road_viscous + { + type wall; + startFace 379866351; + nFaces 115000; + } + + domain_road_viscous_outer + { + type wall; + startFace 379981351; + nFaces 4329; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 379985680; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 379989395; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 379992203; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 379995011; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 379999925; + nFaces 18903; + } + + Exhaust_System_1 + { + type wall; + startFace 380018828; + nFaces 422; + } + + Exhaust_System_2 + { + type wall; + startFace 380019250; + nFaces 62483; + } + + Exhaust_System_3 + { + type wall; + startFace 380081733; + nFaces 7288; + } + + Mirrors_1 + { + type wall; + startFace 380089021; + nFaces 202615; + } + + Mirrors_2 + { + type wall; + startFace 380291636; + nFaces 34765; + } + + Notchback_B-Pillar + { + type wall; + startFace 380326401; + nFaces 22754; + } + + Notchback_Body_side + { + type wall; + startFace 380349155; + nFaces 18559; + } + + Notchback_C-Pillar + { + type wall; + startFace 380367714; + nFaces 273940; + } + + Notchback_Roof + { + type wall; + startFace 380641654; + nFaces 67207; + } + + Notchback_Trunk + { + type wall; + startFace 380708861; + nFaces 56572; + } + + Notchback_Window_rear + { + type wall; + startFace 380765433; + nFaces 111660; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 380877093; + nFaces 31886; + } + + Notchback_Window_side + { + type wall; + startFace 380908979; + nFaces 59907; + } + + Notchback_Window_side_frame + { + type wall; + startFace 380968886; + nFaces 89059; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 381057945; + nFaces 751355; + } + + Powertrain + { + type wall; + startFace 381809300; + nFaces 124874; + } + + Rims_front + { + type wall; + startFace 381934174; + nFaces 531088; + } + + Rims_rear + { + type wall; + startFace 382465262; + nFaces 551301; + } + + Tire_Plinth_front + { + type wall; + startFace 383016563; + nFaces 13685; + } + + Tire_Plinth_rear + { + type wall; + startFace 383030248; + nFaces 13200; + } + + Tires_front + { + type wall; + startFace 383043448; + nFaces 1474161; + } + + Tires_rear + { + type wall; + startFace 384517609; + nFaces 1475196; + } + + Wheel_Support_front_1 + { + type wall; + startFace 385992805; + nFaces 149262; + } + + Wheel_Support_front_2 + { + type wall; + startFace 386142067; + nFaces 78130; + } + + Wheel_Support_rear + { + type wall; + startFace 386220197; + nFaces 44900; + } + +) diff --git a/openfoam_meshes/run_225/constant/polyMesh/cellZones b/openfoam_meshes/run_225/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..bd17e22dfe94d460ed71522257d830dbba5e13ed --- /dev/null +++ b/openfoam_meshes/run_225/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_225/constant/polyMesh/faceZones b/openfoam_meshes/run_225/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..87a79313730f460b7aa7a4775bc4a42fb3e4f736 --- /dev/null +++ b/openfoam_meshes/run_225/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_225/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_225/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..44b75a204a4d51bb48425f22086d185913abb205 --- /dev/null +++ b/openfoam_meshes/run_225/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.983; // reference length (in m) - wheelbase +Aref 1.968; // reference area (in m^1.968) - frontal area +forcesCoR (1.4985 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_225/constant/transportProperties b/openfoam_meshes/run_225/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..73932cd5c007e5f5a461a90b84f2643288041c1a --- /dev/null +++ b/openfoam_meshes/run_225/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_225/system/fvSolution b/openfoam_meshes/run_225/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..81bafeb13e7578cbe55ec4a023bd0c030d8ebc4e --- /dev/null +++ b/openfoam_meshes/run_225/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 13:21:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_225/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_298/constant/polyMesh/faces b/openfoam_meshes/run_298/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..8bec7032e3d601c9fe87ed3536f3cf6dfb1c7834 --- /dev/null +++ b/openfoam_meshes/run_298/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761f7b89d887606eb4001f515e3c093645015fc5055d390f5a994188cb2ebc14 +size 7787094680 diff --git a/openfoam_meshes/run_30/0/U b/openfoam_meshes/run_30/0/U new file mode 100644 index 0000000000000000000000000000000000000000..a23c5a3ab8ce92b61e09b4fb2391c961bc37f25a --- /dev/null +++ b/openfoam_meshes/run_30/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_30/0/p b/openfoam_meshes/run_30/0/p new file mode 100644 index 0000000000000000000000000000000000000000..73eb22efce4c3cbdef9a56b084900a3094dd8f22 --- /dev/null +++ b/openfoam_meshes/run_30/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_30/0/p_rgh b/openfoam_meshes/run_30/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..48b575f7dcad3ea756f6a46442a0ee3515d15618 --- /dev/null +++ b/openfoam_meshes/run_30/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_30/constant/fvOptions b/openfoam_meshes/run_30/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..31c901656d86e59f8a42d75f9f1f3757b0896338 --- /dev/null +++ b/openfoam_meshes/run_30/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_30/constant/geometryParameter.txt b/openfoam_meshes/run_30/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..ec45f8ef74bdacb3fabfc7ce4979b1ba1586f558 --- /dev/null +++ b/openfoam_meshes/run_30/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.859; // reference length (in m) - wheelbase +Aref 2.466; // reference area (in m^2.466) - frontal area +forcesCoR (1.4364999999999999 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_30/constant/momentumTransport b/openfoam_meshes/run_30/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..3ded5b31a0c6c61013572f8dff6fec59120208a4 --- /dev/null +++ b/openfoam_meshes/run_30/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_30/constant/transportProperties b/openfoam_meshes/run_30/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..78dd0365600ecba9d0d263da97d33bfe3b475863 --- /dev/null +++ b/openfoam_meshes/run_30/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_30/system/controlDict b/openfoam_meshes/run_30/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..0fb29601cfb43d51f5b48a1a77cedc05159c1ebf --- /dev/null +++ b/openfoam_meshes/run_30/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_30/system/fvSchemes b/openfoam_meshes/run_30/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..0f2704d4dd4c959c95b009e48243075c733d922f --- /dev/null +++ b/openfoam_meshes/run_30/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_30/system/fvSolution b/openfoam_meshes/run_30/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..0c2eeaca28bfac7fcfef1a540cb519979823bb63 --- /dev/null +++ b/openfoam_meshes/run_30/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 05:13:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_030/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_332/constant/fvOptions b/openfoam_meshes/run_332/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..c4ca9c6fe12f99986f44d119e179416f766a9dae --- /dev/null +++ b/openfoam_meshes/run_332/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 02:30:35 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_332/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_332/constant/polyMesh/cellZones b/openfoam_meshes/run_332/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..07073c38fb6055d5ba1a70039059660c543fa2a9 --- /dev/null +++ b/openfoam_meshes/run_332/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 02:30:35 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_332/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_332/constant/polyMesh/faceZones b/openfoam_meshes/run_332/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..75aba3b3bd4fada0ebc485dde0bed6f22aca1529 --- /dev/null +++ b/openfoam_meshes/run_332/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 02:30:35 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_332/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_332/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_332/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..b31f4c119b712d80a0913666da2cf33f987dd80e --- /dev/null +++ b/openfoam_meshes/run_332/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.901; // reference length (in m) - wheelbase +Aref 2.108; // reference area (in m^2.108) - frontal area +forcesCoR (1.4574999999999998 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_362/constant/polyMesh/boundary b/openfoam_meshes/run_362/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..7c2b645482826ba4b2d9072688ad01c80c4c2e5f --- /dev/null +++ b/openfoam_meshes/run_362/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 16:21:50 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_362/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 409705937; + nFaces 135329; + } + + Body_Door_handles + { + type wall; + startFace 409841266; + nFaces 32567; + } + + Body_Fascia_front_1 + { + type wall; + startFace 409873833; + nFaces 128348; + } + + Body_Fascia_front_2 + { + type wall; + startFace 410002181; + nFaces 33580; + } + + Body_Fender + { + type wall; + startFace 410035761; + nFaces 60691; + } + + Body_Headlamps + { + type wall; + startFace 410096452; + nFaces 22852; + } + + Body_Hood + { + type wall; + startFace 410119304; + nFaces 43192; + } + + Body_Rear + { + type wall; + startFace 410162496; + nFaces 192263; + } + + Body_Rear_Access + { + type wall; + startFace 410354759; + nFaces 26028; + } + + Body_Rocker + { + type wall; + startFace 410380787; + nFaces 18933; + } + + Body_Roof + { + type wall; + startFace 410399720; + nFaces 29285; + } + + Body_Side + { + type wall; + startFace 410429005; + nFaces 78167; + } + + Body_Window_front + { + type wall; + startFace 410507172; + nFaces 93537; + } + + Body_Window_front_frame + { + type wall; + startFace 410600709; + nFaces 111715; + } + + Body_Window_Side + { + type wall; + startFace 410712424; + nFaces 34010; + } + + Body_Window_side_frame + { + type wall; + startFace 410746434; + nFaces 49321; + } + + Brake_Disc_front + { + type wall; + startFace 410795755; + nFaces 105475; + } + + Brake_Disc_rear + { + type wall; + startFace 410901230; + nFaces 106367; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 411007597; + nFaces 10652; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 411018249; + nFaces 19622; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 411037871; + nFaces 2018; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 411039889; + nFaces 769; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 411040658; + nFaces 773; + } + + domain_inlet + { + type patch; + startFace 411041431; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 411042439; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 411043447; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 411045277; + nFaces 1321691; + } + + domain_road_viscous + { + type wall; + startFace 412366968; + nFaces 116341; + } + + domain_road_viscous_outer + { + type wall; + startFace 412483309; + nFaces 4330; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 412487639; + nFaces 3714; + } + + domain_side1 + { + type symmetry; + startFace 412491353; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 412494161; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 412496969; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 412501883; + nFaces 19202; + } + + Exhaust_System_1 + { + type wall; + startFace 412521085; + nFaces 429; + } + + Exhaust_System_2 + { + type wall; + startFace 412521514; + nFaces 60212; + } + + Exhaust_System_3 + { + type wall; + startFace 412581726; + nFaces 8167; + } + + Mirrors_1 + { + type wall; + startFace 412589893; + nFaces 216527; + } + + Mirrors_2 + { + type wall; + startFace 412806420; + nFaces 34444; + } + + Notchback_B-Pillar + { + type wall; + startFace 412840864; + nFaces 21011; + } + + Notchback_Body_side + { + type wall; + startFace 412861875; + nFaces 16727; + } + + Notchback_C-Pillar + { + type wall; + startFace 412878602; + nFaces 322881; + } + + Notchback_Roof + { + type wall; + startFace 413201483; + nFaces 60343; + } + + Notchback_Trunk + { + type wall; + startFace 413261826; + nFaces 79927; + } + + Notchback_Window_rear + { + type wall; + startFace 413341753; + nFaces 103339; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 413445092; + nFaces 35386; + } + + Notchback_Window_side + { + type wall; + startFace 413480478; + nFaces 49669; + } + + Notchback_Window_side_frame + { + type wall; + startFace 413530147; + nFaces 76422; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 413606569; + nFaces 716271; + } + + Powertrain + { + type wall; + startFace 414322840; + nFaces 137049; + } + + Rims_front + { + type wall; + startFace 414459889; + nFaces 538618; + } + + Rims_rear + { + type wall; + startFace 414998507; + nFaces 551836; + } + + Tire_Plinth_front + { + type wall; + startFace 415550343; + nFaces 13540; + } + + Tire_Plinth_rear + { + type wall; + startFace 415563883; + nFaces 13583; + } + + Tires_front + { + type wall; + startFace 415577466; + nFaces 1666888; + } + + Tires_rear + { + type wall; + startFace 417244354; + nFaces 1675322; + } + + Wheel_Support_front_1 + { + type wall; + startFace 418919676; + nFaces 164787; + } + + Wheel_Support_front_2 + { + type wall; + startFace 419084463; + nFaces 85298; + } + + Wheel_Support_rear + { + type wall; + startFace 419169761; + nFaces 57830; + } + +) diff --git a/openfoam_meshes/run_362/constant/polyMesh/cellZones b/openfoam_meshes/run_362/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..281d3450e36d0875cc38bd6c5baf1b6e6ce98056 --- /dev/null +++ b/openfoam_meshes/run_362/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 16:21:50 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_362/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_362/constant/polyMesh/faceZones b/openfoam_meshes/run_362/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..2f538759e461173f15121751d5d55145ac161b50 --- /dev/null +++ b/openfoam_meshes/run_362/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 16:21:50 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_362/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_371/constant/polyMesh/neighbour b/openfoam_meshes/run_371/constant/polyMesh/neighbour new file mode 100644 index 0000000000000000000000000000000000000000..a70cdf73868d32e2576e645279af4f8b13691139 --- /dev/null +++ b/openfoam_meshes/run_371/constant/polyMesh/neighbour @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6423d7cae80312aa7839159d12443a152af2827ea8a4122995415b40b2d35cf +size 1829641808 diff --git a/openfoam_meshes/run_371/constant/polyMesh/owner b/openfoam_meshes/run_371/constant/polyMesh/owner new file mode 100644 index 0000000000000000000000000000000000000000..135fd409dd9965b1b877bdffc8fbb6a6b34c4cb3 --- /dev/null +++ b/openfoam_meshes/run_371/constant/polyMesh/owner @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab86ac46ec99ac9a7dd7007a0cff2db47156298cc9b535cbf169bd6194d8a7b +size 1829641804 diff --git a/openfoam_meshes/run_371/constant/polyMesh/points b/openfoam_meshes/run_371/constant/polyMesh/points new file mode 100644 index 0000000000000000000000000000000000000000..e20751bae40d9f25559f933856a288ef368ef174 --- /dev/null +++ b/openfoam_meshes/run_371/constant/polyMesh/points @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2415a7ca14e1a84e4721c97b5eddf295fa1805a6a216429d088fb5fc4128b14a +size 3834653070 diff --git a/openfoam_meshes/run_445/0/U b/openfoam_meshes/run_445/0/U new file mode 100644 index 0000000000000000000000000000000000000000..71214bac0131f3e82522c1f7743ec4561c6ece35 --- /dev/null +++ b/openfoam_meshes/run_445/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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_445/0/p b/openfoam_meshes/run_445/0/p new file mode 100644 index 0000000000000000000000000000000000000000..85104e64627909a0286c3a9fd4e829881e2d7e07 --- /dev/null +++ b/openfoam_meshes/run_445/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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_445/0/p_rgh b/openfoam_meshes/run_445/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..c47dcdadd90f8a0a7a84ad09073e92d7fa60c308 --- /dev/null +++ b/openfoam_meshes/run_445/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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_445/constant/geometryParameter.txt b/openfoam_meshes/run_445/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..798f00039617f2af1503430e7f0c9bcb6d33c5c6 --- /dev/null +++ b/openfoam_meshes/run_445/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.668; // reference length (in m) - wheelbase +Aref 2.29; // reference area (in m^2.29) - frontal area +forcesCoR (1.341 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_445/constant/momentumTransport b/openfoam_meshes/run_445/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..fc7c20f35ed6bd6bb4d71aa34a8d22f27606ac69 --- /dev/null +++ b/openfoam_meshes/run_445/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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_445/constant/polyMesh/boundary b/openfoam_meshes/run_445/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..318ba190e6dc17371efc9156327664c58eafe7ec --- /dev/null +++ b/openfoam_meshes/run_445/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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 412859901; + nFaces 123151; + } + + Body_Door_handles + { + type wall; + startFace 412983052; + nFaces 31330; + } + + Body_Fascia_front_1 + { + type wall; + startFace 413014382; + nFaces 133583; + } + + Body_Fascia_front_2 + { + type wall; + startFace 413147965; + nFaces 37392; + } + + Body_Fender + { + type wall; + startFace 413185357; + nFaces 58638; + } + + Body_Headlamps + { + type wall; + startFace 413243995; + nFaces 21216; + } + + Body_Hood + { + type wall; + startFace 413265211; + nFaces 46495; + } + + Body_Rear + { + type wall; + startFace 413311706; + nFaces 198749; + } + + Body_Rear_Access + { + type wall; + startFace 413510455; + nFaces 28362; + } + + Body_Rocker + { + type wall; + startFace 413538817; + nFaces 21341; + } + + Body_Roof + { + type wall; + startFace 413560158; + nFaces 28708; + } + + Body_Side + { + type wall; + startFace 413588866; + nFaces 89420; + } + + Body_Window_front + { + type wall; + startFace 413678286; + nFaces 91141; + } + + Body_Window_front_frame + { + type wall; + startFace 413769427; + nFaces 102985; + } + + Body_Window_Side + { + type wall; + startFace 413872412; + nFaces 36021; + } + + Body_Window_side_frame + { + type wall; + startFace 413908433; + nFaces 48084; + } + + Brake_Disc_front + { + type wall; + startFace 413956517; + nFaces 73956; + } + + Brake_Disc_rear + { + type wall; + startFace 414030473; + nFaces 116971; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 414147444; + nFaces 12956; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 414160400; + nFaces 40905; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 414201305; + nFaces 2175; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 414203480; + nFaces 726; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 414204206; + nFaces 727; + } + + domain_inlet + { + type patch; + startFace 414204933; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 414205941; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 414206949; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 414208779; + nFaces 1412278; + } + + domain_road_viscous + { + type wall; + startFace 415621057; + nFaces 125895; + } + + domain_road_viscous_outer + { + type wall; + startFace 415746952; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 415751278; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 415754993; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 415757801; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 415760609; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 415765523; + nFaces 21516; + } + + Exhaust_System_1 + { + type wall; + startFace 415787039; + nFaces 474; + } + + Exhaust_System_2 + { + type wall; + startFace 415787513; + nFaces 62580; + } + + Exhaust_System_3 + { + type wall; + startFace 415850093; + nFaces 8222; + } + + Mirrors_1 + { + type wall; + startFace 415858315; + nFaces 211747; + } + + Mirrors_2 + { + type wall; + startFace 416070062; + nFaces 34794; + } + + Notchback_B-Pillar + { + type wall; + startFace 416104856; + nFaces 19944; + } + + Notchback_Body_side + { + type wall; + startFace 416124800; + nFaces 15470; + } + + Notchback_C-Pillar + { + type wall; + startFace 416140270; + nFaces 279903; + } + + Notchback_Roof + { + type wall; + startFace 416420173; + nFaces 57053; + } + + Notchback_Trunk + { + type wall; + startFace 416477226; + nFaces 79880; + } + + Notchback_Window_rear + { + type wall; + startFace 416557106; + nFaces 93143; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 416650249; + nFaces 29143; + } + + Notchback_Window_side + { + type wall; + startFace 416679392; + nFaces 51370; + } + + Notchback_Window_side_frame + { + type wall; + startFace 416730762; + nFaces 70381; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 416801143; + nFaces 738040; + } + + Powertrain + { + type wall; + startFace 417539183; + nFaces 156931; + } + + Rims_front + { + type wall; + startFace 417696114; + nFaces 551418; + } + + Rims_rear + { + type wall; + startFace 418247532; + nFaces 572929; + } + + Tire_Plinth_front + { + type wall; + startFace 418820461; + nFaces 14118; + } + + Tire_Plinth_rear + { + type wall; + startFace 418834579; + nFaces 13979; + } + + Tires_front + { + type wall; + startFace 418848558; + nFaces 1682623; + } + + Tires_rear + { + type wall; + startFace 420531181; + nFaces 1719057; + } + + Wheel_Support_front_1 + { + type wall; + startFace 422250238; + nFaces 165458; + } + + Wheel_Support_front_2 + { + type wall; + startFace 422415696; + nFaces 87461; + } + + Wheel_Support_rear + { + type wall; + startFace 422503157; + nFaces 68247; + } + +) diff --git a/openfoam_meshes/run_445/constant/transportProperties b/openfoam_meshes/run_445/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..75518799149c47741bbb02f9ce3aba6568485a71 --- /dev/null +++ b/openfoam_meshes/run_445/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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_445/system/controlDict b/openfoam_meshes/run_445/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..136175e6f7719dc8c1d923ab2b185e2286db0d99 --- /dev/null +++ b/openfoam_meshes/run_445/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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_445/system/fvSchemes b/openfoam_meshes/run_445/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..89ac970ada6c74cfbe0f134450767bcba19cdb7e --- /dev/null +++ b/openfoam_meshes/run_445/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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_445/system/fvSolution b/openfoam_meshes/run_445/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..079d0d85ba1b24b88b875ad126a4018a0d619a74 --- /dev/null +++ b/openfoam_meshes/run_445/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:37:10 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_445/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_452/constant/fvOptions b/openfoam_meshes/run_452/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..cf6d27b4be3ab523549232762a57dd2252fc1906 --- /dev/null +++ b/openfoam_meshes/run_452/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 21:37:51 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_452/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_452/constant/geometryParameter.txt b/openfoam_meshes/run_452/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e442f9a4ef13c6e4372732295cb3786b29482cb --- /dev/null +++ b/openfoam_meshes/run_452/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.877; // reference length (in m) - wheelbase +Aref 2.103; // reference area (in m^2.103) - frontal area +forcesCoR (1.4454999999999998 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_452/constant/momentumTransport b/openfoam_meshes/run_452/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..3b26abcce1d29d1d6b017d2f4a92bfda233c4cb5 --- /dev/null +++ b/openfoam_meshes/run_452/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 21:37:51 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_452/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_452/constant/polyMesh/boundary b/openfoam_meshes/run_452/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..795129c2c225148865f1774135c677440b58b8f8 --- /dev/null +++ b/openfoam_meshes/run_452/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 21:37:51 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_452/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 462454223; + nFaces 116307; + } + + Body_Door_handles + { + type wall; + startFace 462570530; + nFaces 34203; + } + + Body_Fascia_front_1 + { + type wall; + startFace 462604733; + nFaces 143716; + } + + Body_Fascia_front_2 + { + type wall; + startFace 462748449; + nFaces 41701; + } + + Body_Fender + { + type wall; + startFace 462790150; + nFaces 55417; + } + + Body_Headlamps + { + type wall; + startFace 462845567; + nFaces 26714; + } + + Body_Hood + { + type wall; + startFace 462872281; + nFaces 43576; + } + + Body_Rear + { + type wall; + startFace 462915857; + nFaces 161175; + } + + Body_Rear_Access + { + type wall; + startFace 463077032; + nFaces 24216; + } + + Body_Rocker + { + type wall; + startFace 463101248; + nFaces 22265; + } + + Body_Roof + { + type wall; + startFace 463123513; + nFaces 30690; + } + + Body_Side + { + type wall; + startFace 463154203; + nFaces 89836; + } + + Body_Window_front + { + type wall; + startFace 463244039; + nFaces 86031; + } + + Body_Window_front_frame + { + type wall; + startFace 463330070; + nFaces 94754; + } + + Body_Window_Side + { + type wall; + startFace 463424824; + nFaces 35111; + } + + Body_Window_side_frame + { + type wall; + startFace 463459935; + nFaces 48543; + } + + Brake_Disc_front + { + type wall; + startFace 463508478; + nFaces 118020; + } + + Brake_Disc_rear + { + type wall; + startFace 463626498; + nFaces 99602; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 463726100; + nFaces 11933; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 463738033; + nFaces 36926; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 463774959; + nFaces 1965; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 463776924; + nFaces 720; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 463777644; + nFaces 720; + } + + domain_inlet + { + type patch; + startFace 463778364; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 463779372; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 463780380; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 463782210; + nFaces 1375524; + } + + domain_road_viscous + { + type wall; + startFace 465157734; + nFaces 121488; + } + + domain_road_viscous_outer + { + type wall; + startFace 465279222; + nFaces 4329; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 465283551; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 465287266; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 465290074; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 465292882; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 465297796; + nFaces 20847; + } + + Exhaust_System_1 + { + type wall; + startFace 465318643; + nFaces 427; + } + + Exhaust_System_2 + { + type wall; + startFace 465319070; + nFaces 63678; + } + + Exhaust_System_3 + { + type wall; + startFace 465382748; + nFaces 6624; + } + + Mirrors_1 + { + type wall; + startFace 465389372; + nFaces 204543; + } + + Mirrors_2 + { + type wall; + startFace 465593915; + nFaces 34150; + } + + Notchback_B-Pillar + { + type wall; + startFace 465628065; + nFaces 22253; + } + + Notchback_Body_side + { + type wall; + startFace 465650318; + nFaces 17310; + } + + Notchback_C-Pillar + { + type wall; + startFace 465667628; + nFaces 262338; + } + + Notchback_Roof + { + type wall; + startFace 465929966; + nFaces 67181; + } + + Notchback_Trunk + { + type wall; + startFace 465997147; + nFaces 58272; + } + + Notchback_Window_rear + { + type wall; + startFace 466055419; + nFaces 118047; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 466173466; + nFaces 33451; + } + + Notchback_Window_side + { + type wall; + startFace 466206917; + nFaces 58334; + } + + Notchback_Window_side_frame + { + type wall; + startFace 466265251; + nFaces 85448; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 466350699; + nFaces 729325; + } + + Powertrain + { + type wall; + startFace 467080024; + nFaces 150906; + } + + Rims_front + { + type wall; + startFace 467230930; + nFaces 540655; + } + + Rims_rear + { + type wall; + startFace 467771585; + nFaces 568134; + } + + Tire_Plinth_front + { + type wall; + startFace 468339719; + nFaces 15069; + } + + Tire_Plinth_rear + { + type wall; + startFace 468354788; + nFaces 13528; + } + + Tires_front + { + type wall; + startFace 468368316; + nFaces 2233889; + } + + Tires_rear + { + type wall; + startFace 470602205; + nFaces 2448053; + } + + Wheel_Support_front_1 + { + type wall; + startFace 473050258; + nFaces 175035; + } + + Wheel_Support_front_2 + { + type wall; + startFace 473225293; + nFaces 86919; + } + + Wheel_Support_rear + { + type wall; + startFace 473312212; + nFaces 52068; + } + +) diff --git a/openfoam_meshes/run_452/constant/polyMesh/cellZones b/openfoam_meshes/run_452/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..36b2503ff02d3cce30ee41502113597202471b1f --- /dev/null +++ b/openfoam_meshes/run_452/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 21:37:51 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_452/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_452/constant/polyMesh/faceZones b/openfoam_meshes/run_452/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..80c6f4aa86cbdce77e54a51b21670316d371977a --- /dev/null +++ b/openfoam_meshes/run_452/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 21:37:51 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_452/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_452/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_452/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..4e442f9a4ef13c6e4372732295cb3786b29482cb --- /dev/null +++ b/openfoam_meshes/run_452/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.877; // reference length (in m) - wheelbase +Aref 2.103; // reference area (in m^2.103) - frontal area +forcesCoR (1.4454999999999998 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_452/constant/transportProperties b/openfoam_meshes/run_452/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..e1bc933760fdef91a564a0a948bd553ff7b7876b --- /dev/null +++ b/openfoam_meshes/run_452/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 21:37:51 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_452/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;