diff --git a/.gitattributes b/.gitattributes index 4569965d0c59219081b377d8093fadd2d6abb85c..04b88493fed75a48500b3f8a5e610c3cb3beb750 100644 --- a/.gitattributes +++ b/.gitattributes @@ -349,3 +349,12 @@ openfoam_meshes/run_243/constant/polyMesh/points filter=lfs diff=lfs merge=lfs - openfoam_meshes/run_423/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_466/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_360/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_360/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_408/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_211/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_369/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_211/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_247/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_408/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_461/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_461/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text diff --git a/openfoam_meshes/run_106/system/controlDict b/openfoam_meshes/run_106/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..1709a7165870b4eec914ca4cb2d4497623628082 --- /dev/null +++ b/openfoam_meshes/run_106/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 22:01:16 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_106/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_106/system/fvSchemes b/openfoam_meshes/run_106/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..13578ce861039ea327cbd5246230bc0e9876bd25 --- /dev/null +++ b/openfoam_meshes/run_106/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 22:01:16 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_106/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_106/system/fvSolution b/openfoam_meshes/run_106/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..3509f599d217a3371c0b1a5114ff0ec8b65efeba --- /dev/null +++ b/openfoam_meshes/run_106/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 22:01:16 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_106/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_114/0/U b/openfoam_meshes/run_114/0/U new file mode 100644 index 0000000000000000000000000000000000000000..3007f2ea4d8e00806c7c6a35f8dfadcc4776cbec --- /dev/null +++ b/openfoam_meshes/run_114/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/0/p b/openfoam_meshes/run_114/0/p new file mode 100644 index 0000000000000000000000000000000000000000..3ab895ce6b3eee87f56737b78c8f2f2c7c04bba4 --- /dev/null +++ b/openfoam_meshes/run_114/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/0/p_rgh b/openfoam_meshes/run_114/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..9c577319d0c098a7a92046e65b09f57475ece05a --- /dev/null +++ b/openfoam_meshes/run_114/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/constant/fvOptions b/openfoam_meshes/run_114/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..e06cc67c4271e9557a900cbe6b890732fe13cd36 --- /dev/null +++ b/openfoam_meshes/run_114/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/constant/geometryParameter.txt b/openfoam_meshes/run_114/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..503c87316096438afd128d875aa605b0adc93691 --- /dev/null +++ b/openfoam_meshes/run_114/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.794; // reference length (in m) - wheelbase +Aref 2.114; // reference area (in m^2.114) - frontal area +forcesCoR (1.404 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_114/constant/momentumTransport b/openfoam_meshes/run_114/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..e1dfc48b09c2bcd1f0b0fe4f0c5ed7a1cd544430 --- /dev/null +++ b/openfoam_meshes/run_114/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/constant/polyMesh/boundary b/openfoam_meshes/run_114/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..72d1a67cf0cee3d8e1d4188099e6d24c4d9bb8ac --- /dev/null +++ b/openfoam_meshes/run_114/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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 411370763; + nFaces 126287; + } + + Body_Door_handles + { + type wall; + startFace 411497050; + nFaces 32217; + } + + Body_Fascia_front_1 + { + type wall; + startFace 411529267; + nFaces 140124; + } + + Body_Fascia_front_2 + { + type wall; + startFace 411669391; + nFaces 38866; + } + + Body_Fender + { + type wall; + startFace 411708257; + nFaces 65783; + } + + Body_Headlamps + { + type wall; + startFace 411774040; + nFaces 25720; + } + + Body_Hood + { + type wall; + startFace 411799760; + nFaces 41933; + } + + Body_Rear + { + type wall; + startFace 411841693; + nFaces 157983; + } + + Body_Rear_Access + { + type wall; + startFace 411999676; + nFaces 24378; + } + + Body_Rocker + { + type wall; + startFace 412024054; + nFaces 18870; + } + + Body_Roof + { + type wall; + startFace 412042924; + nFaces 30503; + } + + Body_Side + { + type wall; + startFace 412073427; + nFaces 85375; + } + + Body_Window_front + { + type wall; + startFace 412158802; + nFaces 89748; + } + + Body_Window_front_frame + { + type wall; + startFace 412248550; + nFaces 102770; + } + + Body_Window_Side + { + type wall; + startFace 412351320; + nFaces 32963; + } + + Body_Window_side_frame + { + type wall; + startFace 412384283; + nFaces 50838; + } + + Brake_Disc_front + { + type wall; + startFace 412435121; + nFaces 83875; + } + + Brake_Disc_rear + { + type wall; + startFace 412518996; + nFaces 108876; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 412627872; + nFaces 10941; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 412638813; + nFaces 34482; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 412673295; + nFaces 1952; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 412675247; + nFaces 684; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 412675931; + nFaces 684; + } + + domain_inlet + { + type patch; + startFace 412676615; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 412677623; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 412678631; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 412680461; + nFaces 1335583; + } + + domain_road_viscous + { + type wall; + startFace 414016044; + nFaces 118059; + } + + domain_road_viscous_outer + { + type wall; + startFace 414134103; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 414138429; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 414142144; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 414144952; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 414147760; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 414152674; + nFaces 18979; + } + + Exhaust_System_1 + { + type wall; + startFace 414171653; + nFaces 432; + } + + Exhaust_System_2 + { + type wall; + startFace 414172085; + nFaces 60243; + } + + Exhaust_System_3 + { + type wall; + startFace 414232328; + nFaces 6381; + } + + Mirrors_1 + { + type wall; + startFace 414238709; + nFaces 211604; + } + + Mirrors_2 + { + type wall; + startFace 414450313; + nFaces 34994; + } + + Notchback_B-Pillar + { + type wall; + startFace 414485307; + nFaces 20246; + } + + Notchback_Body_side + { + type wall; + startFace 414505553; + nFaces 16567; + } + + Notchback_C-Pillar + { + type wall; + startFace 414522120; + nFaces 273347; + } + + Notchback_Roof + { + type wall; + startFace 414795467; + nFaces 62260; + } + + Notchback_Trunk + { + type wall; + startFace 414857727; + nFaces 69050; + } + + Notchback_Window_rear + { + type wall; + startFace 414926777; + nFaces 106032; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 415032809; + nFaces 33565; + } + + Notchback_Window_side + { + type wall; + startFace 415066374; + nFaces 49745; + } + + Notchback_Window_side_frame + { + type wall; + startFace 415116119; + nFaces 76007; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 415192126; + nFaces 749854; + } + + Powertrain + { + type wall; + startFace 415941980; + nFaces 138695; + } + + Rims_front + { + type wall; + startFace 416080675; + nFaces 535741; + } + + Rims_rear + { + type wall; + startFace 416616416; + nFaces 553269; + } + + Tire_Plinth_front + { + type wall; + startFace 417169685; + nFaces 14158; + } + + Tire_Plinth_rear + { + type wall; + startFace 417183843; + nFaces 13308; + } + + Tires_front + { + type wall; + startFace 417197151; + nFaces 1813192; + } + + Tires_rear + { + type wall; + startFace 419010343; + nFaces 1818164; + } + + Wheel_Support_front_1 + { + type wall; + startFace 420828507; + nFaces 147886; + } + + Wheel_Support_front_2 + { + type wall; + startFace 420976393; + nFaces 77247; + } + + Wheel_Support_rear + { + type wall; + startFace 421053640; + nFaces 48768; + } + +) diff --git a/openfoam_meshes/run_114/constant/polyMesh/cellZones b/openfoam_meshes/run_114/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..d2c62a9bee09abc22d8be6f0cd142f070471d6cf --- /dev/null +++ b/openfoam_meshes/run_114/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_114/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..503c87316096438afd128d875aa605b0adc93691 --- /dev/null +++ b/openfoam_meshes/run_114/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.794; // reference length (in m) - wheelbase +Aref 2.114; // reference area (in m^2.114) - frontal area +forcesCoR (1.404 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_114/constant/transportProperties b/openfoam_meshes/run_114/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..6691cad685250153603b636ab48317cb528aa1ed --- /dev/null +++ b/openfoam_meshes/run_114/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/system/controlDict b/openfoam_meshes/run_114/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..4cf50fb7d937bad0f768e76df2f89a90be9501db --- /dev/null +++ b/openfoam_meshes/run_114/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/system/fvSchemes b/openfoam_meshes/run_114/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..3bf68ab84689d0cd1368eabbf2f3f6344f46af89 --- /dev/null +++ b/openfoam_meshes/run_114/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_114/system/fvSolution b/openfoam_meshes/run_114/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..0f96a3f8d3a09f78f00eeb3d3a9da7eeb00f1635 --- /dev/null +++ b/openfoam_meshes/run_114/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 08:02:09 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_114/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_157/constant/fvOptions b/openfoam_meshes/run_157/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..a71f89750a216c9307a15b2f8aaa1c12f74eab56 --- /dev/null +++ b/openfoam_meshes/run_157/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:59:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_157/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_157/constant/polyMesh/boundary b/openfoam_meshes/run_157/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..26cd92e2eb97cbc3b789c5f02da2e62c05a39800 --- /dev/null +++ b/openfoam_meshes/run_157/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:59:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_157/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 377487381; + nFaces 106013; + } + + Body_Door_handles + { + type wall; + startFace 377593394; + nFaces 28713; + } + + Body_Fascia_front_1 + { + type wall; + startFace 377622107; + nFaces 131634; + } + + Body_Fascia_front_2 + { + type wall; + startFace 377753741; + nFaces 37343; + } + + Body_Fender + { + type wall; + startFace 377791084; + nFaces 56399; + } + + Body_Headlamps + { + type wall; + startFace 377847483; + nFaces 23110; + } + + Body_Hood + { + type wall; + startFace 377870593; + nFaces 39606; + } + + Body_Rear + { + type wall; + startFace 377910199; + nFaces 159266; + } + + Body_Rear_Access + { + type wall; + startFace 378069465; + nFaces 21074; + } + + Body_Rocker + { + type wall; + startFace 378090539; + nFaces 18294; + } + + Body_Roof + { + type wall; + startFace 378108833; + nFaces 27690; + } + + Body_Side + { + type wall; + startFace 378136523; + nFaces 80816; + } + + Body_Window_front + { + type wall; + startFace 378217339; + nFaces 79460; + } + + Body_Window_front_frame + { + type wall; + startFace 378296799; + nFaces 84301; + } + + Body_Window_Side + { + type wall; + startFace 378381100; + nFaces 31220; + } + + Body_Window_side_frame + { + type wall; + startFace 378412320; + nFaces 45339; + } + + Brake_Disc_front + { + type wall; + startFace 378457659; + nFaces 106239; + } + + Brake_Disc_rear + { + type wall; + startFace 378563898; + nFaces 96402; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 378660300; + nFaces 10744; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 378671044; + nFaces 32408; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 378703452; + nFaces 1907; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 378705359; + nFaces 749; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 378706108; + nFaces 742; + } + + domain_inlet + { + type patch; + startFace 378706850; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 378707858; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 378708866; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 378710696; + nFaces 1307169; + } + + domain_road_viscous + { + type wall; + startFace 380017865; + nFaces 116248; + } + + domain_road_viscous_outer + { + type wall; + startFace 380134113; + nFaces 4327; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 380138440; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 380142155; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 380144963; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 380147771; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 380152685; + nFaces 18910; + } + + Exhaust_System_1 + { + type wall; + startFace 380171595; + nFaces 414; + } + + Exhaust_System_2 + { + type wall; + startFace 380172009; + nFaces 57017; + } + + Exhaust_System_3 + { + type wall; + startFace 380229026; + nFaces 6490; + } + + Mirrors_1 + { + type wall; + startFace 380235516; + nFaces 199601; + } + + Mirrors_2 + { + type wall; + startFace 380435117; + nFaces 34421; + } + + Notchback_B-Pillar + { + type wall; + startFace 380469538; + nFaces 18474; + } + + Notchback_Body_side + { + type wall; + startFace 380488012; + nFaces 15460; + } + + Notchback_C-Pillar + { + type wall; + startFace 380503472; + nFaces 257147; + } + + Notchback_Roof + { + type wall; + startFace 380760619; + nFaces 59731; + } + + Notchback_Trunk + { + type wall; + startFace 380820350; + nFaces 66881; + } + + Notchback_Window_rear + { + type wall; + startFace 380887231; + nFaces 83131; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 380970362; + nFaces 23630; + } + + Notchback_Window_side + { + type wall; + startFace 380993992; + nFaces 48863; + } + + Notchback_Window_side_frame + { + type wall; + startFace 381042855; + nFaces 70663; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 381113518; + nFaces 707839; + } + + Powertrain + { + type wall; + startFace 381821357; + nFaces 126600; + } + + Rims_front + { + type wall; + startFace 381947957; + nFaces 532534; + } + + Rims_rear + { + type wall; + startFace 382480491; + nFaces 547654; + } + + Tire_Plinth_front + { + type wall; + startFace 383028145; + nFaces 14216; + } + + Tire_Plinth_rear + { + type wall; + startFace 383042361; + nFaces 13458; + } + + Tires_front + { + type wall; + startFace 383055819; + nFaces 1472606; + } + + Tires_rear + { + type wall; + startFace 384528425; + nFaces 1467506; + } + + Wheel_Support_front_1 + { + type wall; + startFace 385995931; + nFaces 166286; + } + + Wheel_Support_front_2 + { + type wall; + startFace 386162217; + nFaces 87596; + } + + Wheel_Support_rear + { + type wall; + startFace 386249813; + nFaces 50281; + } + +) diff --git a/openfoam_meshes/run_157/constant/polyMesh/cellZones b/openfoam_meshes/run_157/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..7232a82077847ff60dcb3bae1e7b09ca86ddb820 --- /dev/null +++ b/openfoam_meshes/run_157/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:59:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_157/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_157/constant/polyMesh/faceZones b/openfoam_meshes/run_157/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..35b03b16a6a1855cff28575fabb36be1f074f934 --- /dev/null +++ b/openfoam_meshes/run_157/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:59:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_157/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_157/system/fvSchemes b/openfoam_meshes/run_157/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..30514a7778393fa61bce0ac8c978f01191c431ee --- /dev/null +++ b/openfoam_meshes/run_157/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 13:59:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_157/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_168/constant/polyMesh/boundary b/openfoam_meshes/run_168/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..95f1d39b8daf68c3193abe6b6c9f31d4e3289315 --- /dev/null +++ b/openfoam_meshes/run_168/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 03:59:26 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_168/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 422351091; + nFaces 114326; + } + + Body_Door_handles + { + type wall; + startFace 422465417; + nFaces 35056; + } + + Body_Fascia_front_1 + { + type wall; + startFace 422500473; + nFaces 151958; + } + + Body_Fascia_front_2 + { + type wall; + startFace 422652431; + nFaces 40606; + } + + Body_Fender + { + type wall; + startFace 422693037; + nFaces 60582; + } + + Body_Headlamps + { + type wall; + startFace 422753619; + nFaces 27454; + } + + Body_Hood + { + type wall; + startFace 422781073; + nFaces 42953; + } + + Body_Rear + { + type wall; + startFace 422824026; + nFaces 183422; + } + + Body_Rear_Access + { + type wall; + startFace 423007448; + nFaces 21796; + } + + Body_Rocker + { + type wall; + startFace 423029244; + nFaces 21114; + } + + Body_Roof + { + type wall; + startFace 423050358; + nFaces 30808; + } + + Body_Side + { + type wall; + startFace 423081166; + nFaces 100347; + } + + Body_Window_front + { + type wall; + startFace 423181513; + nFaces 82355; + } + + Body_Window_front_frame + { + type wall; + startFace 423263868; + nFaces 88879; + } + + Body_Window_Side + { + type wall; + startFace 423352747; + nFaces 34747; + } + + Body_Window_side_frame + { + type wall; + startFace 423387494; + nFaces 45979; + } + + Brake_Disc_front + { + type wall; + startFace 423433473; + nFaces 86702; + } + + Brake_Disc_rear + { + type wall; + startFace 423520175; + nFaces 119084; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 423639259; + nFaces 11266; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 423650525; + nFaces 35296; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 423685821; + nFaces 1979; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 423687800; + nFaces 709; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 423688509; + nFaces 706; + } + + domain_inlet + { + type patch; + startFace 423689215; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 423690223; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 423691231; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 423693061; + nFaces 1364005; + } + + domain_road_viscous + { + type wall; + startFace 425057066; + nFaces 121105; + } + + domain_road_viscous_outer + { + type wall; + startFace 425178171; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 425182497; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 425186212; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 425189020; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 425191828; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 425196742; + nFaces 21293; + } + + Exhaust_System_1 + { + type wall; + startFace 425218035; + nFaces 443; + } + + Exhaust_System_2 + { + type wall; + startFace 425218478; + nFaces 64152; + } + + Exhaust_System_3 + { + type wall; + startFace 425282630; + nFaces 7571; + } + + Mirrors_1 + { + type wall; + startFace 425290201; + nFaces 202565; + } + + Mirrors_2 + { + type wall; + startFace 425492766; + nFaces 34338; + } + + Notchback_B-Pillar + { + type wall; + startFace 425527104; + nFaces 21602; + } + + Notchback_Body_side + { + type wall; + startFace 425548706; + nFaces 16913; + } + + Notchback_C-Pillar + { + type wall; + startFace 425565619; + nFaces 262094; + } + + Notchback_Roof + { + type wall; + startFace 425827713; + nFaces 67483; + } + + Notchback_Trunk + { + type wall; + startFace 425895196; + nFaces 55890; + } + + Notchback_Window_rear + { + type wall; + startFace 425951086; + nFaces 99239; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 426050325; + nFaces 28662; + } + + Notchback_Window_side + { + type wall; + startFace 426078987; + nFaces 57661; + } + + Notchback_Window_side_frame + { + type wall; + startFace 426136648; + nFaces 80006; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 426216654; + nFaces 768136; + } + + Powertrain + { + type wall; + startFace 426984790; + nFaces 145324; + } + + Rims_front + { + type wall; + startFace 427130114; + nFaces 548028; + } + + Rims_rear + { + type wall; + startFace 427678142; + nFaces 559997; + } + + Tire_Plinth_front + { + type wall; + startFace 428238139; + nFaces 14250; + } + + Tire_Plinth_rear + { + type wall; + startFace 428252389; + nFaces 13713; + } + + Tires_front + { + type wall; + startFace 428266102; + nFaces 1825193; + } + + Tires_rear + { + type wall; + startFace 430091295; + nFaces 2034025; + } + + Wheel_Support_front_1 + { + type wall; + startFace 432125320; + nFaces 150720; + } + + Wheel_Support_front_2 + { + type wall; + startFace 432276040; + nFaces 78032; + } + + Wheel_Support_rear + { + type wall; + startFace 432354072; + nFaces 49474; + } + +) diff --git a/openfoam_meshes/run_168/constant/polyMesh/cellZones b/openfoam_meshes/run_168/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..d99ec593e4fbefd4f26b346ac66ef2ac2d23a7c2 --- /dev/null +++ b/openfoam_meshes/run_168/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 03:59:26 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_168/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_168/constant/polyMesh/faceZones b/openfoam_meshes/run_168/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..492c2c6f6a1a58d96ef1a69662d6376f83f0aa5c --- /dev/null +++ b/openfoam_meshes/run_168/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 03:59:26 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_168/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_211/constant/polyMesh/neighbour b/openfoam_meshes/run_211/constant/polyMesh/neighbour new file mode 100644 index 0000000000000000000000000000000000000000..7080c3f8253f946db1c32d3ef462dd092b1683b9 --- /dev/null +++ b/openfoam_meshes/run_211/constant/polyMesh/neighbour @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360551d54e49d1d5a08173634a0e415e28a18aa81ac9fda15a71d438836c1c2e +size 1731528708 diff --git a/openfoam_meshes/run_211/constant/polyMesh/owner b/openfoam_meshes/run_211/constant/polyMesh/owner new file mode 100644 index 0000000000000000000000000000000000000000..760cc5797a566496aac427c2574c7fc37626cc3f --- /dev/null +++ b/openfoam_meshes/run_211/constant/polyMesh/owner @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcb8516a978bb7ec9cef147f2018bba5b808ad75a2c14d350900212d4098548 +size 1731528704 diff --git a/openfoam_meshes/run_241/constant/fvOptions b/openfoam_meshes/run_241/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..719d2da75a0fc31b674996039d0ed87105f31677 --- /dev/null +++ b/openfoam_meshes/run_241/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:41:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_241/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_241/constant/momentumTransport b/openfoam_meshes/run_241/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..489a29913816434b200e226f95c56c4224904a9d --- /dev/null +++ b/openfoam_meshes/run_241/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:41:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_241/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_241/constant/polyMesh/boundary b/openfoam_meshes/run_241/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..0f96b5ad7d9f6b48e5f250c6f658cf93a3681ab6 --- /dev/null +++ b/openfoam_meshes/run_241/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:41:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_241/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 408537620; + nFaces 120840; + } + + Body_Door_handles + { + type wall; + startFace 408658460; + nFaces 35834; + } + + Body_Fascia_front_1 + { + type wall; + startFace 408694294; + nFaces 120880; + } + + Body_Fascia_front_2 + { + type wall; + startFace 408815174; + nFaces 32763; + } + + Body_Fender + { + type wall; + startFace 408847937; + nFaces 55600; + } + + Body_Headlamps + { + type wall; + startFace 408903537; + nFaces 21519; + } + + Body_Hood + { + type wall; + startFace 408925056; + nFaces 39342; + } + + Body_Rear + { + type wall; + startFace 408964398; + nFaces 147501; + } + + Body_Rear_Access + { + type wall; + startFace 409111899; + nFaces 21078; + } + + Body_Rocker + { + type wall; + startFace 409132977; + nFaces 20923; + } + + Body_Roof + { + type wall; + startFace 409153900; + nFaces 29956; + } + + Body_Side + { + type wall; + startFace 409183856; + nFaces 91595; + } + + Body_Window_front + { + type wall; + startFace 409275451; + nFaces 83973; + } + + Body_Window_front_frame + { + type wall; + startFace 409359424; + nFaces 91295; + } + + Body_Window_Side + { + type wall; + startFace 409450719; + nFaces 35739; + } + + Body_Window_side_frame + { + type wall; + startFace 409486458; + nFaces 48427; + } + + Brake_Disc_front + { + type wall; + startFace 409534885; + nFaces 94768; + } + + Brake_Disc_rear + { + type wall; + startFace 409629653; + nFaces 96675; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 409726328; + nFaces 10540; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 409736868; + nFaces 32040; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 409768908; + nFaces 1990; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 409770898; + nFaces 725; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 409771623; + nFaces 722; + } + + domain_inlet + { + type patch; + startFace 409772345; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 409773353; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 409774361; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 409776191; + nFaces 1336157; + } + + domain_road_viscous + { + type wall; + startFace 411112348; + nFaces 118137; + } + + domain_road_viscous_outer + { + type wall; + startFace 411230485; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 411234811; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 411238526; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 411241334; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 411244142; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 411249056; + nFaces 19115; + } + + Exhaust_System_1 + { + type wall; + startFace 411268171; + nFaces 429; + } + + Exhaust_System_2 + { + type wall; + startFace 411268600; + nFaces 64167; + } + + Exhaust_System_3 + { + type wall; + startFace 411332767; + nFaces 5524; + } + + Mirrors_1 + { + type wall; + startFace 411338291; + nFaces 206087; + } + + Mirrors_2 + { + type wall; + startFace 411544378; + nFaces 34221; + } + + Notchback_B-Pillar + { + type wall; + startFace 411578599; + nFaces 22225; + } + + Notchback_Body_side + { + type wall; + startFace 411600824; + nFaces 18935; + } + + Notchback_C-Pillar + { + type wall; + startFace 411619759; + nFaces 248672; + } + + Notchback_Roof + { + type wall; + startFace 411868431; + nFaces 65164; + } + + Notchback_Trunk + { + type wall; + startFace 411933595; + nFaces 44569; + } + + Notchback_Window_rear + { + type wall; + startFace 411978164; + nFaces 129586; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 412107750; + nFaces 32422; + } + + Notchback_Window_side + { + type wall; + startFace 412140172; + nFaces 60087; + } + + Notchback_Window_side_frame + { + type wall; + startFace 412200259; + nFaces 85643; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 412285902; + nFaces 734071; + } + + Powertrain + { + type wall; + startFace 413019973; + nFaces 141389; + } + + Rims_front + { + type wall; + startFace 413161362; + nFaces 532074; + } + + Rims_rear + { + type wall; + startFace 413693436; + nFaces 559092; + } + + Tire_Plinth_front + { + type wall; + startFace 414252528; + nFaces 13329; + } + + Tire_Plinth_rear + { + type wall; + startFace 414265857; + nFaces 13164; + } + + Tires_front + { + type wall; + startFace 414279021; + nFaces 1807571; + } + + Tires_rear + { + type wall; + startFace 416086592; + nFaces 1813298; + } + + Wheel_Support_front_1 + { + type wall; + startFace 417899890; + nFaces 153903; + } + + Wheel_Support_front_2 + { + type wall; + startFace 418053793; + nFaces 84239; + } + + Wheel_Support_rear + { + type wall; + startFace 418138032; + nFaces 44061; + } + +) diff --git a/openfoam_meshes/run_241/constant/polyMesh/cellZones b/openfoam_meshes/run_241/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..fbb9f8d5c631f74a67f7c4db4143bbe48d596ebe --- /dev/null +++ b/openfoam_meshes/run_241/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:41:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_241/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_241/constant/polyMesh/faceZones b/openfoam_meshes/run_241/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..ddda618b60cce7f239ee80ede7c8ae95326f32bf --- /dev/null +++ b/openfoam_meshes/run_241/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:41:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_241/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_241/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_241/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..64a07643a9935d2831118cbb24d92fbc56a6495a --- /dev/null +++ b/openfoam_meshes/run_241/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.995; // reference length (in m) - wheelbase +Aref 1.955; // reference area (in m^1.955) - frontal area +forcesCoR (1.5045 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_241/constant/transportProperties b/openfoam_meshes/run_241/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..6fdac8d96d135d20a91dd54ddac8cc7b3731dbcc --- /dev/null +++ b/openfoam_meshes/run_241/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:41:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_241/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_247/constant/polyMesh/neighbour b/openfoam_meshes/run_247/constant/polyMesh/neighbour new file mode 100644 index 0000000000000000000000000000000000000000..2f00480a24376fc7091cee617aac4a20811cfe4b --- /dev/null +++ b/openfoam_meshes/run_247/constant/polyMesh/neighbour @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d669bcc84c98f933d330dd5614d9889503feb2f6da323be2149ae068e6503a1 +size 1626853372 diff --git a/openfoam_meshes/run_342/0/U b/openfoam_meshes/run_342/0/U new file mode 100644 index 0000000000000000000000000000000000000000..03fa24d8062310ac2e691896fccc253774b7643e --- /dev/null +++ b/openfoam_meshes/run_342/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/0/p b/openfoam_meshes/run_342/0/p new file mode 100644 index 0000000000000000000000000000000000000000..1998087017814f9c6f179b6aad25acb36ff0f0df --- /dev/null +++ b/openfoam_meshes/run_342/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/0/p_rgh b/openfoam_meshes/run_342/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..d2d419f54e1fde16c89d02de9e7de4672c4862cc --- /dev/null +++ b/openfoam_meshes/run_342/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/constant/fvOptions b/openfoam_meshes/run_342/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..de41c83b4abc01b7af82838d06028ae93b520d71 --- /dev/null +++ b/openfoam_meshes/run_342/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/constant/geometryParameter.txt b/openfoam_meshes/run_342/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9320a367412d18fb18a7cdbf9366f801bc70497 --- /dev/null +++ b/openfoam_meshes/run_342/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.838; // reference length (in m) - wheelbase +Aref 2.244; // reference area (in m^2.244) - frontal area +forcesCoR (1.426 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_342/constant/momentumTransport b/openfoam_meshes/run_342/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..a0f7ea04cb6032dfe3f4d4eb9b01148bba78fb0b --- /dev/null +++ b/openfoam_meshes/run_342/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/constant/polyMesh/boundary b/openfoam_meshes/run_342/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..d6b707d71c9d10bee7e8c0d9ca0293c182f66b95 --- /dev/null +++ b/openfoam_meshes/run_342/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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 463724925; + nFaces 129145; + } + + Body_Door_handles + { + type wall; + startFace 463854070; + nFaces 34346; + } + + Body_Fascia_front_1 + { + type wall; + startFace 463888416; + nFaces 141772; + } + + Body_Fascia_front_2 + { + type wall; + startFace 464030188; + nFaces 38646; + } + + Body_Fender + { + type wall; + startFace 464068834; + nFaces 65901; + } + + Body_Headlamps + { + type wall; + startFace 464134735; + nFaces 25314; + } + + Body_Hood + { + type wall; + startFace 464160049; + nFaces 45114; + } + + Body_Rear + { + type wall; + startFace 464205163; + nFaces 165452; + } + + Body_Rear_Access + { + type wall; + startFace 464370615; + nFaces 22620; + } + + Body_Rocker + { + type wall; + startFace 464393235; + nFaces 20908; + } + + Body_Roof + { + type wall; + startFace 464414143; + nFaces 30399; + } + + Body_Side + { + type wall; + startFace 464444542; + nFaces 90219; + } + + Body_Window_front + { + type wall; + startFace 464534761; + nFaces 91429; + } + + Body_Window_front_frame + { + type wall; + startFace 464626190; + nFaces 110855; + } + + Body_Window_Side + { + type wall; + startFace 464737045; + nFaces 36612; + } + + Body_Window_side_frame + { + type wall; + startFace 464773657; + nFaces 50584; + } + + Brake_Disc_front + { + type wall; + startFace 464824241; + nFaces 94269; + } + + Brake_Disc_rear + { + type wall; + startFace 464918510; + nFaces 108313; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 465026823; + nFaces 11554; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 465038377; + nFaces 21707; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 465060084; + nFaces 2008; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 465062092; + nFaces 693; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 465062785; + nFaces 695; + } + + domain_inlet + { + type patch; + startFace 465063480; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 465064488; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 465065496; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 465067326; + nFaces 1375446; + } + + domain_road_viscous + { + type wall; + startFace 466442772; + nFaces 122557; + } + + domain_road_viscous_outer + { + type wall; + startFace 466565329; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 466569655; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 466573370; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 466576178; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 466578986; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 466583900; + nFaces 20464; + } + + Exhaust_System_1 + { + type wall; + startFace 466604364; + nFaces 424; + } + + Exhaust_System_2 + { + type wall; + startFace 466604788; + nFaces 63450; + } + + Exhaust_System_3 + { + type wall; + startFace 466668238; + nFaces 6217; + } + + Mirrors_1 + { + type wall; + startFace 466674455; + nFaces 214864; + } + + Mirrors_2 + { + type wall; + startFace 466889319; + nFaces 34300; + } + + Notchback_B-Pillar + { + type wall; + startFace 466923619; + nFaces 24533; + } + + Notchback_Body_side + { + type wall; + startFace 466948152; + nFaces 18267; + } + + Notchback_C-Pillar + { + type wall; + startFace 466966419; + nFaces 308070; + } + + Notchback_Roof + { + type wall; + startFace 467274489; + nFaces 64886; + } + + Notchback_Trunk + { + type wall; + startFace 467339375; + nFaces 97378; + } + + Notchback_Window_rear + { + type wall; + startFace 467436753; + nFaces 91584; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 467528337; + nFaces 30060; + } + + Notchback_Window_side + { + type wall; + startFace 467558397; + nFaces 55932; + } + + Notchback_Window_side_frame + { + type wall; + startFace 467614329; + nFaces 80859; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 467695188; + nFaces 767644; + } + + Powertrain + { + type wall; + startFace 468462832; + nFaces 147748; + } + + Rims_front + { + type wall; + startFace 468610580; + nFaces 560495; + } + + Rims_rear + { + type wall; + startFace 469171075; + nFaces 578581; + } + + Tire_Plinth_front + { + type wall; + startFace 469749656; + nFaces 13971; + } + + Tire_Plinth_rear + { + type wall; + startFace 469763627; + nFaces 13574; + } + + Tires_front + { + type wall; + startFace 469777201; + nFaces 2239384; + } + + Tires_rear + { + type wall; + startFace 472016585; + nFaces 2448930; + } + + Wheel_Support_front_1 + { + type wall; + startFace 474465515; + nFaces 148335; + } + + Wheel_Support_front_2 + { + type wall; + startFace 474613850; + nFaces 79595; + } + + Wheel_Support_rear + { + type wall; + startFace 474693445; + nFaces 62207; + } + +) diff --git a/openfoam_meshes/run_342/constant/polyMesh/cellZones b/openfoam_meshes/run_342/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..443ce206056db72aa45fb5e52b5db2c76c88e695 --- /dev/null +++ b/openfoam_meshes/run_342/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/constant/polyMesh/faceZones b/openfoam_meshes/run_342/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..017c97a046b1892d5b1bb800a3512d9c1c3b538b --- /dev/null +++ b/openfoam_meshes/run_342/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_342/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..f9320a367412d18fb18a7cdbf9366f801bc70497 --- /dev/null +++ b/openfoam_meshes/run_342/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.838; // reference length (in m) - wheelbase +Aref 2.244; // reference area (in m^2.244) - frontal area +forcesCoR (1.426 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_342/constant/transportProperties b/openfoam_meshes/run_342/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..d4b7d80be3a48621fb48d8ac8de97b890a73b22f --- /dev/null +++ b/openfoam_meshes/run_342/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/system/controlDict b/openfoam_meshes/run_342/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..e390385ff79254f703ea5f8dae6fe7bbe0f463a9 --- /dev/null +++ b/openfoam_meshes/run_342/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/system/fvSchemes b/openfoam_meshes/run_342/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..de90aca8866c2a66921301687a593fe3b4826a24 --- /dev/null +++ b/openfoam_meshes/run_342/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_342/system/fvSolution b/openfoam_meshes/run_342/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..92a9e14af54fdc9d0102b55de85cabae6f057184 --- /dev/null +++ b/openfoam_meshes/run_342/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:05:32 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_342/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_354/0/U b/openfoam_meshes/run_354/0/U new file mode 100644 index 0000000000000000000000000000000000000000..d97e628277b4f0b2ac00007d8d14413c477eef8f --- /dev/null +++ b/openfoam_meshes/run_354/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 06:04:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_354/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_354/0/p b/openfoam_meshes/run_354/0/p new file mode 100644 index 0000000000000000000000000000000000000000..ecd69aab28829e48722876a76f643a987bc97f72 --- /dev/null +++ b/openfoam_meshes/run_354/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 06:04:27 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_354/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_354/0/p_rgh b/openfoam_meshes/run_354/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..bbe2ec18c4668e0c648f73949fbfa54f025be5a7 --- /dev/null +++ b/openfoam_meshes/run_354/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 06:04:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_354/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_354/system/controlDict b/openfoam_meshes/run_354/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..7501a3b048bcded053d9cfe12e94a3a5fc4f4517 --- /dev/null +++ b/openfoam_meshes/run_354/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 06:04:27 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_354/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_354/system/fvSchemes b/openfoam_meshes/run_354/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..7163aadc6d158e402d8fd83b56f66c69e5237a25 --- /dev/null +++ b/openfoam_meshes/run_354/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 06:04:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_354/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_354/system/fvSolution b/openfoam_meshes/run_354/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..cf3cf16fc87328195ea056115bac9d8b8a00fe9d --- /dev/null +++ b/openfoam_meshes/run_354/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 06:04:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_354/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_360/constant/polyMesh/owner b/openfoam_meshes/run_360/constant/polyMesh/owner new file mode 100644 index 0000000000000000000000000000000000000000..1916628ad3f005cdd3ee350ea70a93887d099f99 --- /dev/null +++ b/openfoam_meshes/run_360/constant/polyMesh/owner @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82e0b714b27be556ac6c978538e62260b784edbf0e22c3fcceb397595dc4c59 +size 1883464940 diff --git a/openfoam_meshes/run_369/constant/polyMesh/faces b/openfoam_meshes/run_369/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..ea8f78382024ff0dd5a4dbf281df929fcfe6964d --- /dev/null +++ b/openfoam_meshes/run_369/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22e203d9ef815ef4b174ec219c3513b4dfe47ebb27b717ac8db37e90e898e38 +size 9533762204 diff --git a/openfoam_meshes/run_408/constant/polyMesh/faces b/openfoam_meshes/run_408/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..2ca48b7e5bf4e88bbdabfd6449ee1b5b34761e03 --- /dev/null +++ b/openfoam_meshes/run_408/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16a713e3b17580b06e42c18f6a5931307880a5a82d40d653f84fa6f63208c5f +size 8392868620 diff --git a/openfoam_meshes/run_408/constant/polyMesh/points b/openfoam_meshes/run_408/constant/polyMesh/points new file mode 100644 index 0000000000000000000000000000000000000000..5321b2b3ef702dc3bc614bbb42e21491a46ccf0b --- /dev/null +++ b/openfoam_meshes/run_408/constant/polyMesh/points @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fddb3611d20895e12586c4590cecdd4e4ca284ee90ee2a479e43e0302505347 +size 3503312910 diff --git a/openfoam_meshes/run_428/0/U b/openfoam_meshes/run_428/0/U new file mode 100644 index 0000000000000000000000000000000000000000..f5967b328d993e519a77067c7f22fa688f761006 --- /dev/null +++ b/openfoam_meshes/run_428/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/0/p b/openfoam_meshes/run_428/0/p new file mode 100644 index 0000000000000000000000000000000000000000..2e6901cc8e280d70037c603f1cfd5a7df184dd5a --- /dev/null +++ b/openfoam_meshes/run_428/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/0/p_rgh b/openfoam_meshes/run_428/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..f64f9ca2d560d5ae2d5f0be59f065adef23ac69c --- /dev/null +++ b/openfoam_meshes/run_428/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/constant/fvOptions b/openfoam_meshes/run_428/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..c24c8fe4f661a835deb33982b605c86f74c3b383 --- /dev/null +++ b/openfoam_meshes/run_428/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/constant/geometryParameter.txt b/openfoam_meshes/run_428/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8ad716712125f6bdc4e0748f1ea079557720430 --- /dev/null +++ b/openfoam_meshes/run_428/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.905; // reference length (in m) - wheelbase +Aref 2.197; // reference area (in m^2.197) - frontal area +forcesCoR (1.4594999999999998 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_428/constant/momentumTransport b/openfoam_meshes/run_428/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..2b65ae9e7b6a2285a36c7544e806c26a721392d5 --- /dev/null +++ b/openfoam_meshes/run_428/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/constant/polyMesh/boundary b/openfoam_meshes/run_428/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..5696160d435c2cbe48242118c45a1c98fc59ee55 --- /dev/null +++ b/openfoam_meshes/run_428/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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 429220321; + nFaces 121865; + } + + Body_Door_handles + { + type wall; + startFace 429342186; + nFaces 36300; + } + + Body_Fascia_front_1 + { + type wall; + startFace 429378486; + nFaces 123935; + } + + Body_Fascia_front_2 + { + type wall; + startFace 429502421; + nFaces 34124; + } + + Body_Fender + { + type wall; + startFace 429536545; + nFaces 59475; + } + + Body_Headlamps + { + type wall; + startFace 429596020; + nFaces 20228; + } + + Body_Hood + { + type wall; + startFace 429616248; + nFaces 43592; + } + + Body_Rear + { + type wall; + startFace 429659840; + nFaces 199435; + } + + Body_Rear_Access + { + type wall; + startFace 429859275; + nFaces 27896; + } + + Body_Rocker + { + type wall; + startFace 429887171; + nFaces 20590; + } + + Body_Roof + { + type wall; + startFace 429907761; + nFaces 32528; + } + + Body_Side + { + type wall; + startFace 429940289; + nFaces 105428; + } + + Body_Window_front + { + type wall; + startFace 430045717; + nFaces 87326; + } + + Body_Window_front_frame + { + type wall; + startFace 430133043; + nFaces 96813; + } + + Body_Window_Side + { + type wall; + startFace 430229856; + nFaces 34073; + } + + Body_Window_side_frame + { + type wall; + startFace 430263929; + nFaces 50717; + } + + Brake_Disc_front + { + type wall; + startFace 430314646; + nFaces 80514; + } + + Brake_Disc_rear + { + type wall; + startFace 430395160; + nFaces 108877; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 430504037; + nFaces 13072; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 430517109; + nFaces 40032; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 430557141; + nFaces 2189; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 430559330; + nFaces 734; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 430560064; + nFaces 728; + } + + domain_inlet + { + type patch; + startFace 430560792; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 430561800; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 430562808; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 430564638; + nFaces 1419407; + } + + domain_road_viscous + { + type wall; + startFace 431984045; + nFaces 125685; + } + + domain_road_viscous_outer + { + type wall; + startFace 432109730; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 432114056; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 432117771; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 432120579; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 432123387; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 432128301; + nFaces 22999; + } + + Exhaust_System_1 + { + type wall; + startFace 432151300; + nFaces 476; + } + + Exhaust_System_2 + { + type wall; + startFace 432151776; + nFaces 66862; + } + + Exhaust_System_3 + { + type wall; + startFace 432218638; + nFaces 8231; + } + + Mirrors_1 + { + type wall; + startFace 432226869; + nFaces 208656; + } + + Mirrors_2 + { + type wall; + startFace 432435525; + nFaces 34224; + } + + Notchback_B-Pillar + { + type wall; + startFace 432469749; + nFaces 21824; + } + + Notchback_Body_side + { + type wall; + startFace 432491573; + nFaces 18372; + } + + Notchback_C-Pillar + { + type wall; + startFace 432509945; + nFaces 296359; + } + + Notchback_Roof + { + type wall; + startFace 432806304; + nFaces 68382; + } + + Notchback_Trunk + { + type wall; + startFace 432874686; + nFaces 73596; + } + + Notchback_Window_rear + { + type wall; + startFace 432948282; + nFaces 98794; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 433047076; + nFaces 32116; + } + + Notchback_Window_side + { + type wall; + startFace 433079192; + nFaces 56069; + } + + Notchback_Window_side_frame + { + type wall; + startFace 433135261; + nFaces 78356; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 433213617; + nFaces 791604; + } + + Powertrain + { + type wall; + startFace 434005221; + nFaces 154433; + } + + Rims_front + { + type wall; + startFace 434159654; + nFaces 556087; + } + + Rims_rear + { + type wall; + startFace 434715741; + nFaces 568801; + } + + Tire_Plinth_front + { + type wall; + startFace 435284542; + nFaces 13854; + } + + Tire_Plinth_rear + { + type wall; + startFace 435298396; + nFaces 13883; + } + + Tires_front + { + type wall; + startFace 435312279; + nFaces 1951460; + } + + Tires_rear + { + type wall; + startFace 437263739; + nFaces 1942722; + } + + Wheel_Support_front_1 + { + type wall; + startFace 439206461; + nFaces 157200; + } + + Wheel_Support_front_2 + { + type wall; + startFace 439363661; + nFaces 83406; + } + + Wheel_Support_rear + { + type wall; + startFace 439447067; + nFaces 59632; + } + +) diff --git a/openfoam_meshes/run_428/constant/polyMesh/cellZones b/openfoam_meshes/run_428/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..bdd26a1368e03b876a33f12ff47de82df6e72031 --- /dev/null +++ b/openfoam_meshes/run_428/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/constant/polyMesh/faceZones b/openfoam_meshes/run_428/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..4204b111e4b2919c84c27aacfa508112a9796239 --- /dev/null +++ b/openfoam_meshes/run_428/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_428/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8ad716712125f6bdc4e0748f1ea079557720430 --- /dev/null +++ b/openfoam_meshes/run_428/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.905; // reference length (in m) - wheelbase +Aref 2.197; // reference area (in m^2.197) - frontal area +forcesCoR (1.4594999999999998 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_428/constant/transportProperties b/openfoam_meshes/run_428/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..6220d7849e1ecc9493a166d49f5242c36a004074 --- /dev/null +++ b/openfoam_meshes/run_428/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/system/controlDict b/openfoam_meshes/run_428/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..6b2bbf1563de05363adc79796eab38867ce00f82 --- /dev/null +++ b/openfoam_meshes/run_428/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/system/fvSchemes b/openfoam_meshes/run_428/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..78623587a4afb9a54a04fef2b3a88408f897f9b9 --- /dev/null +++ b/openfoam_meshes/run_428/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_428/system/fvSolution b/openfoam_meshes/run_428/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..2a76d430956530edcc27fddb20a900a424f4cb40 --- /dev/null +++ b/openfoam_meshes/run_428/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 18:12:56 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_428/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_461/constant/polyMesh/neighbour b/openfoam_meshes/run_461/constant/polyMesh/neighbour new file mode 100644 index 0000000000000000000000000000000000000000..681d5ad08da01b48a7800b703ff469a8c537b93a --- /dev/null +++ b/openfoam_meshes/run_461/constant/polyMesh/neighbour @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2e2d833cae104c33983e76e2d0ed510ad9ce743f77f0ed3d1eec9cf6481d63 +size 1807316768 diff --git a/openfoam_meshes/run_461/constant/polyMesh/owner b/openfoam_meshes/run_461/constant/polyMesh/owner new file mode 100644 index 0000000000000000000000000000000000000000..08f6e3e9919a81cda2e0d5b0756d5ff6b35c3fd5 --- /dev/null +++ b/openfoam_meshes/run_461/constant/polyMesh/owner @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711588fb6fca26f84a8b0ee52c02481fd0d7f64caa369aa0b762b39d96623330 +size 1807316764 diff --git a/openfoam_meshes/run_463/0/U b/openfoam_meshes/run_463/0/U new file mode 100644 index 0000000000000000000000000000000000000000..3216d94924241cef9c8c12dc43326eaaf3cad62a --- /dev/null +++ b/openfoam_meshes/run_463/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 10:11:14 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_463/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_463/system/controlDict b/openfoam_meshes/run_463/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..89b8db8235a26d6747d8b9234256d64e808bb6cb --- /dev/null +++ b/openfoam_meshes/run_463/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 10:11:14 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_463/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_463/system/fvSchemes b/openfoam_meshes/run_463/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..43cda2fca5ec1bd177abbb3f06b63b0795ac530c --- /dev/null +++ b/openfoam_meshes/run_463/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 10:11:14 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_463/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_463/system/fvSolution b/openfoam_meshes/run_463/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..6d6f32f070a6776e6f31c3ca309b881e647a5ffc --- /dev/null +++ b/openfoam_meshes/run_463/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 10:11:14 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_463/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_494/constant/polyMesh/boundary b/openfoam_meshes/run_494/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..d3e50cdcc8ab751aba6297aa42b5115fdd242452 --- /dev/null +++ b/openfoam_meshes/run_494/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 21:34:02 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_494/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 414662068; + nFaces 112972; + } + + Body_Door_handles + { + type wall; + startFace 414775040; + nFaces 33342; + } + + Body_Fascia_front_1 + { + type wall; + startFace 414808382; + nFaces 144685; + } + + Body_Fascia_front_2 + { + type wall; + startFace 414953067; + nFaces 37611; + } + + Body_Fender + { + type wall; + startFace 414990678; + nFaces 57288; + } + + Body_Headlamps + { + type wall; + startFace 415047966; + nFaces 28300; + } + + Body_Hood + { + type wall; + startFace 415076266; + nFaces 42328; + } + + Body_Rear + { + type wall; + startFace 415118594; + nFaces 165881; + } + + Body_Rear_Access + { + type wall; + startFace 415284475; + nFaces 22634; + } + + Body_Rocker + { + type wall; + startFace 415307109; + nFaces 20001; + } + + Body_Roof + { + type wall; + startFace 415327110; + nFaces 32740; + } + + Body_Side + { + type wall; + startFace 415359850; + nFaces 87975; + } + + Body_Window_front + { + type wall; + startFace 415447825; + nFaces 80092; + } + + Body_Window_front_frame + { + type wall; + startFace 415527917; + nFaces 86608; + } + + Body_Window_Side + { + type wall; + startFace 415614525; + nFaces 30282; + } + + Body_Window_side_frame + { + type wall; + startFace 415644807; + nFaces 48078; + } + + Brake_Disc_front + { + type wall; + startFace 415692885; + nFaces 77419; + } + + Brake_Disc_rear + { + type wall; + startFace 415770304; + nFaces 109836; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 415880140; + nFaces 10248; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 415890388; + nFaces 33669; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 415924057; + nFaces 1979; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 415926036; + nFaces 740; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 415926776; + nFaces 737; + } + + domain_inlet + { + type patch; + startFace 415927513; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 415928521; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 415929529; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 415931359; + nFaces 1344871; + } + + domain_road_viscous + { + type wall; + startFace 417276230; + nFaces 118479; + } + + domain_road_viscous_outer + { + type wall; + startFace 417394709; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 417399035; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 417402750; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 417405558; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 417408366; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 417413280; + nFaces 21372; + } + + Exhaust_System_1 + { + type wall; + startFace 417434652; + nFaces 417; + } + + Exhaust_System_2 + { + type wall; + startFace 417435069; + nFaces 61866; + } + + Exhaust_System_3 + { + type wall; + startFace 417496935; + nFaces 6439; + } + + Mirrors_1 + { + type wall; + startFace 417503374; + nFaces 202379; + } + + Mirrors_2 + { + type wall; + startFace 417705753; + nFaces 34649; + } + + Notchback_B-Pillar + { + type wall; + startFace 417740402; + nFaces 19691; + } + + Notchback_Body_side + { + type wall; + startFace 417760093; + nFaces 16661; + } + + Notchback_C-Pillar + { + type wall; + startFace 417776754; + nFaces 260416; + } + + Notchback_Roof + { + type wall; + startFace 418037170; + nFaces 69978; + } + + Notchback_Trunk + { + type wall; + startFace 418107148; + nFaces 54244; + } + + Notchback_Window_rear + { + type wall; + startFace 418161392; + nFaces 110196; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 418271588; + nFaces 33673; + } + + Notchback_Window_side + { + type wall; + startFace 418305261; + nFaces 51848; + } + + Notchback_Window_side_frame + { + type wall; + startFace 418357109; + nFaces 76911; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 418434020; + nFaces 717487; + } + + Powertrain + { + type wall; + startFace 419151507; + nFaces 144362; + } + + Rims_front + { + type wall; + startFace 419295869; + nFaces 537910; + } + + Rims_rear + { + type wall; + startFace 419833779; + nFaces 563507; + } + + Tire_Plinth_front + { + type wall; + startFace 420397286; + nFaces 13469; + } + + Tire_Plinth_rear + { + type wall; + startFace 420410755; + nFaces 13387; + } + + Tires_front + { + type wall; + startFace 420424142; + nFaces 1818306; + } + + Tires_rear + { + type wall; + startFace 422242448; + nFaces 1817359; + } + + Wheel_Support_front_1 + { + type wall; + startFace 424059807; + nFaces 161908; + } + + Wheel_Support_front_2 + { + type wall; + startFace 424221715; + nFaces 86041; + } + + Wheel_Support_rear + { + type wall; + startFace 424307756; + nFaces 63274; + } + +) diff --git a/openfoam_meshes/run_494/constant/polyMesh/cellZones b/openfoam_meshes/run_494/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..3b3364ffeb43856df8f3e9fae3f70f3122dd251e --- /dev/null +++ b/openfoam_meshes/run_494/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 21:34:02 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_494/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_494/constant/polyMesh/faceZones b/openfoam_meshes/run_494/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..90fff6c195161669af6d84d5c25fa781bfed1565 --- /dev/null +++ b/openfoam_meshes/run_494/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 21:34:02 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_494/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_494/system/controlDict b/openfoam_meshes/run_494/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..12d36f4ae63582df193d855073fc677b32a3deb1 --- /dev/null +++ b/openfoam_meshes/run_494/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 21:34:02 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_494/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_494/system/fvSchemes b/openfoam_meshes/run_494/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..2e731fff6026105179a87a062b3ab0eb36829c99 --- /dev/null +++ b/openfoam_meshes/run_494/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 21:34:03 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_494/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_494/system/fvSolution b/openfoam_meshes/run_494/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..d3b389bc684396f14803b4503b3498727c7327a3 --- /dev/null +++ b/openfoam_meshes/run_494/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 21:34:03 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_494/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); +} +