diff --git a/.gitattributes b/.gitattributes index d2ec1886fc4db2578363600656f45535b2f4fb46..91c4f0ad951685dcff5e7e0a439974d159c6b85b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -449,3 +449,8 @@ openfoam_meshes/run_285/constant/polyMesh/points filter=lfs diff=lfs merge=lfs - openfoam_meshes/run_444/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_318/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_299/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_238/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_117/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_299/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_318/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_438/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text diff --git a/openfoam_meshes/run_117/constant/polyMesh/faces b/openfoam_meshes/run_117/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..d19640350cb03d63c81185a9dec51299f4277349 --- /dev/null +++ b/openfoam_meshes/run_117/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f25373f1c5b8202e240371a12ffda349a9b75b3ea3489c2293539ae8ab24d23 +size 8435688336 diff --git a/openfoam_meshes/run_139/system/controlDict b/openfoam_meshes/run_139/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..330d9171d5079367cbb31a7b87eb0d3302be23cf --- /dev/null +++ b/openfoam_meshes/run_139/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 15:32:55 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_139/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_139/system/fvSchemes b/openfoam_meshes/run_139/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..bbdb14bbf6322484f81dc9135720bd64ceae73bd --- /dev/null +++ b/openfoam_meshes/run_139/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 15:32:55 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_139/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_139/system/fvSolution b/openfoam_meshes/run_139/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..62c87adac30b0c8b29e62cd6f90bd6fad08ec8cc --- /dev/null +++ b/openfoam_meshes/run_139/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sun Jan 28 15:32:55 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_139/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_155/constant/fvOptions b/openfoam_meshes/run_155/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..d0992bcb861246539e9bc6507822c9b7bcc1f9c8 --- /dev/null +++ b/openfoam_meshes/run_155/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 11:39:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_155/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_155/constant/momentumTransport b/openfoam_meshes/run_155/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..5046ba9b20ac77f30ecf4a137cb999c689eab462 --- /dev/null +++ b/openfoam_meshes/run_155/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 11:39:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_155/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_155/constant/polyMesh/boundary b/openfoam_meshes/run_155/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..63e852c5fd11a3b094a4c8ebf357e3f26ce80bf4 --- /dev/null +++ b/openfoam_meshes/run_155/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 11:39:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_155/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 465199053; + nFaces 128409; + } + + Body_Door_handles + { + type wall; + startFace 465327462; + nFaces 31861; + } + + Body_Fascia_front_1 + { + type wall; + startFace 465359323; + nFaces 127020; + } + + Body_Fascia_front_2 + { + type wall; + startFace 465486343; + nFaces 34894; + } + + Body_Fender + { + type wall; + startFace 465521237; + nFaces 57232; + } + + Body_Headlamps + { + type wall; + startFace 465578469; + nFaces 20338; + } + + Body_Hood + { + type wall; + startFace 465598807; + nFaces 43444; + } + + Body_Rear + { + type wall; + startFace 465642251; + nFaces 178454; + } + + Body_Rear_Access + { + type wall; + startFace 465820705; + nFaces 20566; + } + + Body_Rocker + { + type wall; + startFace 465841271; + nFaces 20013; + } + + Body_Roof + { + type wall; + startFace 465861284; + nFaces 29097; + } + + Body_Side + { + type wall; + startFace 465890381; + nFaces 83069; + } + + Body_Window_front + { + type wall; + startFace 465973450; + nFaces 93574; + } + + Body_Window_front_frame + { + type wall; + startFace 466067024; + nFaces 107316; + } + + Body_Window_Side + { + type wall; + startFace 466174340; + nFaces 34782; + } + + Body_Window_side_frame + { + type wall; + startFace 466209122; + nFaces 51508; + } + + Brake_Disc_front + { + type wall; + startFace 466260630; + nFaces 67803; + } + + Brake_Disc_rear + { + type wall; + startFace 466328433; + nFaces 111217; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 466439650; + nFaces 12750; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 466452400; + nFaces 36243; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 466488643; + nFaces 2102; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 466490745; + nFaces 737; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 466491482; + nFaces 736; + } + + domain_inlet + { + type patch; + startFace 466492218; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 466493226; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 466494234; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 466496064; + nFaces 1391105; + } + + domain_road_viscous + { + type wall; + startFace 467887169; + nFaces 123671; + } + + domain_road_viscous_outer + { + type wall; + startFace 468010840; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 468015166; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 468018881; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 468021689; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 468024497; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 468029411; + nFaces 20982; + } + + Exhaust_System_1 + { + type wall; + startFace 468050393; + nFaces 428; + } + + Exhaust_System_2 + { + type wall; + startFace 468050821; + nFaces 61685; + } + + Exhaust_System_3 + { + type wall; + startFace 468112506; + nFaces 6299; + } + + Mirrors_1 + { + type wall; + startFace 468118805; + nFaces 214346; + } + + Mirrors_2 + { + type wall; + startFace 468333151; + nFaces 34413; + } + + Notchback_B-Pillar + { + type wall; + startFace 468367564; + nFaces 19910; + } + + Notchback_Body_side + { + type wall; + startFace 468387474; + nFaces 15989; + } + + Notchback_C-Pillar + { + type wall; + startFace 468403463; + nFaces 258909; + } + + Notchback_Roof + { + type wall; + startFace 468662372; + nFaces 58545; + } + + Notchback_Trunk + { + type wall; + startFace 468720917; + nFaces 64912; + } + + Notchback_Window_rear + { + type wall; + startFace 468785829; + nFaces 119120; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 468904949; + nFaces 36756; + } + + Notchback_Window_side + { + type wall; + startFace 468941705; + nFaces 50889; + } + + Notchback_Window_side_frame + { + type wall; + startFace 468992594; + nFaces 74057; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 469066651; + nFaces 731383; + } + + Powertrain + { + type wall; + startFace 469798034; + nFaces 151579; + } + + Rims_front + { + type wall; + startFace 469949613; + nFaces 544834; + } + + Rims_rear + { + type wall; + startFace 470494447; + nFaces 577617; + } + + Tire_Plinth_front + { + type wall; + startFace 471072064; + nFaces 14100; + } + + Tire_Plinth_rear + { + type wall; + startFace 471086164; + nFaces 13935; + } + + Tires_front + { + type wall; + startFace 471100099; + nFaces 2268421; + } + + Tires_rear + { + type wall; + startFace 473368520; + nFaces 2458302; + } + + Wheel_Support_front_1 + { + type wall; + startFace 475826822; + nFaces 170758; + } + + Wheel_Support_front_2 + { + type wall; + startFace 475997580; + nFaces 89600; + } + + Wheel_Support_rear + { + type wall; + startFace 476087180; + nFaces 64103; + } + +) diff --git a/openfoam_meshes/run_155/constant/polyMesh/cellZones b/openfoam_meshes/run_155/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..c100dd5f3f64960255d0f07f182a59ac48de4d0d --- /dev/null +++ b/openfoam_meshes/run_155/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 11:39:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_155/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_155/constant/polyMesh/faceZones b/openfoam_meshes/run_155/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..def596345ab2c092e7b8af014740f7ba2f0e68fd --- /dev/null +++ b/openfoam_meshes/run_155/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 11:39:21 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_155/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_155/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_155/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..87c671b1f5588b3b211266fccd0330239ad71495 --- /dev/null +++ b/openfoam_meshes/run_155/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.711; // reference length (in m) - wheelbase +Aref 2.242; // reference area (in m^2.242) - frontal area +forcesCoR (1.3624999999999998 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_158/0/U b/openfoam_meshes/run_158/0/U new file mode 100644 index 0000000000000000000000000000000000000000..4308c63a90b182eba0b8c7fb02b598b2df76f440 --- /dev/null +++ b/openfoam_meshes/run_158/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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_158/0/p b/openfoam_meshes/run_158/0/p new file mode 100644 index 0000000000000000000000000000000000000000..13a3fd37bdfe8d4e9516b653aad9c4c2264745d5 --- /dev/null +++ b/openfoam_meshes/run_158/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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_158/0/p_rgh b/openfoam_meshes/run_158/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..5e59b0e48f6cfa44a48f9fbcab29ff37e915f227 --- /dev/null +++ b/openfoam_meshes/run_158/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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_158/constant/geometryParameter.txt b/openfoam_meshes/run_158/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..e405fb462aa8c413abab5f2a9a3d7fd2f973c685 --- /dev/null +++ b/openfoam_meshes/run_158/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.861; // reference length (in m) - wheelbase +Aref 2.238; // reference area (in m^2.238) - frontal area +forcesCoR (1.4375 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_158/constant/polyMesh/boundary b/openfoam_meshes/run_158/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..bc11c58431a583af94a55207afe06dea74f4086a --- /dev/null +++ b/openfoam_meshes/run_158/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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 484868265; + nFaces 132695; + } + + Body_Door_handles + { + type wall; + startFace 485000960; + nFaces 34819; + } + + Body_Fascia_front_1 + { + type wall; + startFace 485035779; + nFaces 132270; + } + + Body_Fascia_front_2 + { + type wall; + startFace 485168049; + nFaces 34562; + } + + Body_Fender + { + type wall; + startFace 485202611; + nFaces 63819; + } + + Body_Headlamps + { + type wall; + startFace 485266430; + nFaces 25077; + } + + Body_Hood + { + type wall; + startFace 485291507; + nFaces 43410; + } + + Body_Rear + { + type wall; + startFace 485334917; + nFaces 194624; + } + + Body_Rear_Access + { + type wall; + startFace 485529541; + nFaces 24404; + } + + Body_Rocker + { + type wall; + startFace 485553945; + nFaces 21924; + } + + Body_Roof + { + type wall; + startFace 485575869; + nFaces 28997; + } + + Body_Side + { + type wall; + startFace 485604866; + nFaces 89568; + } + + Body_Window_front + { + type wall; + startFace 485694434; + nFaces 94644; + } + + Body_Window_front_frame + { + type wall; + startFace 485789078; + nFaces 110771; + } + + Body_Window_Side + { + type wall; + startFace 485899849; + nFaces 38933; + } + + Body_Window_side_frame + { + type wall; + startFace 485938782; + nFaces 52570; + } + + Brake_Disc_front + { + type wall; + startFace 485991352; + nFaces 67585; + } + + Brake_Disc_rear + { + type wall; + startFace 486058937; + nFaces 88571; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 486147508; + nFaces 11305; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 486158813; + nFaces 22602; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 486181415; + nFaces 2085; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 486183500; + nFaces 708; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 486184208; + nFaces 718; + } + + domain_inlet + { + type patch; + startFace 486184926; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 486185934; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 486186942; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 486188772; + nFaces 1381198; + } + + domain_road_viscous + { + type wall; + startFace 487569970; + nFaces 122006; + } + + domain_road_viscous_outer + { + type wall; + startFace 487691976; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 487696302; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 487700017; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 487702825; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 487705633; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 487710547; + nFaces 21773; + } + + Exhaust_System_1 + { + type wall; + startFace 487732320; + nFaces 461; + } + + Exhaust_System_2 + { + type wall; + startFace 487732781; + nFaces 64609; + } + + Exhaust_System_3 + { + type wall; + startFace 487797390; + nFaces 7505; + } + + Mirrors_1 + { + type wall; + startFace 487804895; + nFaces 218259; + } + + Mirrors_2 + { + type wall; + startFace 488023154; + nFaces 34746; + } + + Notchback_B-Pillar + { + type wall; + startFace 488057900; + nFaces 24682; + } + + Notchback_Body_side + { + type wall; + startFace 488082582; + nFaces 17929; + } + + Notchback_C-Pillar + { + type wall; + startFace 488100511; + nFaces 321609; + } + + Notchback_Roof + { + type wall; + startFace 488422120; + nFaces 61074; + } + + Notchback_Trunk + { + type wall; + startFace 488483194; + nFaces 84675; + } + + Notchback_Window_rear + { + type wall; + startFace 488567869; + nFaces 93574; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 488661443; + nFaces 30759; + } + + Notchback_Window_side + { + type wall; + startFace 488692202; + nFaces 58402; + } + + Notchback_Window_side_frame + { + type wall; + startFace 488750604; + nFaces 83910; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 488834514; + nFaces 770417; + } + + Powertrain + { + type wall; + startFace 489604931; + nFaces 149681; + } + + Rims_front + { + type wall; + startFace 489754612; + nFaces 542725; + } + + Rims_rear + { + type wall; + startFace 490297337; + nFaces 577692; + } + + Tire_Plinth_front + { + type wall; + startFace 490875029; + nFaces 13754; + } + + Tire_Plinth_rear + { + type wall; + startFace 490888783; + nFaces 13631; + } + + Tires_front + { + type wall; + startFace 490902414; + nFaces 2649887; + } + + Tires_rear + { + type wall; + startFace 493552301; + nFaces 2642909; + } + + Wheel_Support_front_1 + { + type wall; + startFace 496195210; + nFaces 149069; + } + + Wheel_Support_front_2 + { + type wall; + startFace 496344279; + nFaces 81505; + } + + Wheel_Support_rear + { + type wall; + startFace 496425784; + nFaces 49665; + } + +) diff --git a/openfoam_meshes/run_158/constant/polyMesh/cellZones b/openfoam_meshes/run_158/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..23bedf96f11d8d922c454f1f3a658eb817ec154d --- /dev/null +++ b/openfoam_meshes/run_158/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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_158/constant/polyMesh/faceZones b/openfoam_meshes/run_158/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..4958c179cb8ce4e11b4a4e0337a9f06815ebaedb --- /dev/null +++ b/openfoam_meshes/run_158/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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_158/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_158/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..e405fb462aa8c413abab5f2a9a3d7fd2f973c685 --- /dev/null +++ b/openfoam_meshes/run_158/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.861; // reference length (in m) - wheelbase +Aref 2.238; // reference area (in m^2.238) - frontal area +forcesCoR (1.4375 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_158/system/controlDict b/openfoam_meshes/run_158/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..3ecf10548fad6ba32778489cc72916edb1c76dfa --- /dev/null +++ b/openfoam_meshes/run_158/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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_158/system/fvSchemes b/openfoam_meshes/run_158/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..eecb5f80020f3480133410804c67017ae7c00b6c --- /dev/null +++ b/openfoam_meshes/run_158/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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_158/system/fvSolution b/openfoam_meshes/run_158/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..edce4e1174d678ab78f8570842224a71efdbdf88 --- /dev/null +++ b/openfoam_meshes/run_158/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 15:25:49 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_158/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_213/constant/fvOptions b/openfoam_meshes/run_213/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..2e3f5dddf7bb9997c66b8f2b7ca8c0382ce2923a --- /dev/null +++ b/openfoam_meshes/run_213/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 22:28:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_213/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_213/constant/geometryParameter.txt b/openfoam_meshes/run_213/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..38b260476edc1c2cf294738cff9f819f471bfec0 --- /dev/null +++ b/openfoam_meshes/run_213/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.639; // reference length (in m) - wheelbase +Aref 2.488; // reference area (in m^2.488) - frontal area +forcesCoR (1.3264999999999998 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_213/constant/momentumTransport b/openfoam_meshes/run_213/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..360134e479636883e93451e7eaac104c00d2d882 --- /dev/null +++ b/openfoam_meshes/run_213/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 22:28:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_213/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_213/constant/polyMesh/cellZones b/openfoam_meshes/run_213/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..8a77a52063ff391ca59139eccdc9d17fa2d350e5 --- /dev/null +++ b/openfoam_meshes/run_213/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 22:28:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_213/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_213/constant/polyMesh/faceZones b/openfoam_meshes/run_213/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..0d8ce77166c79f69a983aab4195b9f683571f783 --- /dev/null +++ b/openfoam_meshes/run_213/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 22:28:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_213/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_213/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_213/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..38b260476edc1c2cf294738cff9f819f471bfec0 --- /dev/null +++ b/openfoam_meshes/run_213/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.639; // reference length (in m) - wheelbase +Aref 2.488; // reference area (in m^2.488) - frontal area +forcesCoR (1.3264999999999998 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_213/constant/transportProperties b/openfoam_meshes/run_213/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..430fae2a3e6dde6102420c5ddb190db9fce7778b --- /dev/null +++ b/openfoam_meshes/run_213/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 22:28:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_213/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_238/constant/polyMesh/faces b/openfoam_meshes/run_238/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..1bde882c4a6328e5fa6cdcfab71619d5653627bc --- /dev/null +++ b/openfoam_meshes/run_238/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32d4349509f5d04ea5f2f73889c671f96b7a1d19c8f054ee0808f42c56fbae2 +size 9521398196 diff --git a/openfoam_meshes/run_299/constant/polyMesh/owner b/openfoam_meshes/run_299/constant/polyMesh/owner new file mode 100644 index 0000000000000000000000000000000000000000..5227fad62eda4222221529bd038ee5d57457f105 --- /dev/null +++ b/openfoam_meshes/run_299/constant/polyMesh/owner @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a7917588b20286c77bba58823039b3b5a4337ca582becb0ce0c36c4ae90807 +size 1798239660 diff --git a/openfoam_meshes/run_318/constant/polyMesh/points b/openfoam_meshes/run_318/constant/polyMesh/points new file mode 100644 index 0000000000000000000000000000000000000000..cd21d73555753fc45fd6e3d97a331b5226ae26b0 --- /dev/null +++ b/openfoam_meshes/run_318/constant/polyMesh/points @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc54577090c27be321b82f8205596446eb9dc89e66b976a15c675b02c8416676 +size 3676974174 diff --git a/openfoam_meshes/run_36/0/p b/openfoam_meshes/run_36/0/p new file mode 100644 index 0000000000000000000000000000000000000000..be1a97287ae89737d9f95193cfdaee2ca0e1c5ae --- /dev/null +++ b/openfoam_meshes/run_36/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 12:42:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_036/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_36/0/p_rgh b/openfoam_meshes/run_36/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..2bb3f36ce4ad1184a5be8619c2cf52ab66ba60c1 --- /dev/null +++ b/openfoam_meshes/run_36/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 12:42:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_036/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_36/constant/fvOptions b/openfoam_meshes/run_36/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..bdc97d719a5ccbf27ea67defbf9c18ac9fd9d59c --- /dev/null +++ b/openfoam_meshes/run_36/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 12:42:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_036/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_36/constant/geometryParameter.txt b/openfoam_meshes/run_36/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dc5419cee96fdff9713c53bb6f66d0a7d303ec7 --- /dev/null +++ b/openfoam_meshes/run_36/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.878; // reference length (in m) - wheelbase +Aref 2.122; // reference area (in m^2.122) - frontal area +forcesCoR (1.446 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_36/constant/momentumTransport b/openfoam_meshes/run_36/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..1347f053e21c9f6dcdcdce1bf1311bacbd12cf43 --- /dev/null +++ b/openfoam_meshes/run_36/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 12:42:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_036/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_36/constant/polyMesh/boundary b/openfoam_meshes/run_36/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..217f9512ccef54a2fb649b608889dbd7951793d9 --- /dev/null +++ b/openfoam_meshes/run_36/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 12:42:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_036/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 416330734; + nFaces 122043; + } + + Body_Door_handles + { + type wall; + startFace 416452777; + nFaces 33730; + } + + Body_Fascia_front_1 + { + type wall; + startFace 416486507; + nFaces 134978; + } + + Body_Fascia_front_2 + { + type wall; + startFace 416621485; + nFaces 36242; + } + + Body_Fender + { + type wall; + startFace 416657727; + nFaces 61764; + } + + Body_Headlamps + { + type wall; + startFace 416719491; + nFaces 25170; + } + + Body_Hood + { + type wall; + startFace 416744661; + nFaces 42010; + } + + Body_Rear + { + type wall; + startFace 416786671; + nFaces 163542; + } + + Body_Rear_Access + { + type wall; + startFace 416950213; + nFaces 19388; + } + + Body_Rocker + { + type wall; + startFace 416969601; + nFaces 19250; + } + + Body_Roof + { + type wall; + startFace 416988851; + nFaces 30307; + } + + Body_Side + { + type wall; + startFace 417019158; + nFaces 87218; + } + + Body_Window_front + { + type wall; + startFace 417106376; + nFaces 85564; + } + + Body_Window_front_frame + { + type wall; + startFace 417191940; + nFaces 100812; + } + + Body_Window_Side + { + type wall; + startFace 417292752; + nFaces 35533; + } + + Body_Window_side_frame + { + type wall; + startFace 417328285; + nFaces 48008; + } + + Brake_Disc_front + { + type wall; + startFace 417376293; + nFaces 75854; + } + + Brake_Disc_rear + { + type wall; + startFace 417452147; + nFaces 106550; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 417558697; + nFaces 11528; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 417570225; + nFaces 21188; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 417591413; + nFaces 1801; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 417593214; + nFaces 708; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 417593922; + nFaces 707; + } + + domain_inlet + { + type patch; + startFace 417594629; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 417595637; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 417596645; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 417598475; + nFaces 1341797; + } + + domain_road_viscous + { + type wall; + startFace 418940272; + nFaces 118664; + } + + domain_road_viscous_outer + { + type wall; + startFace 419058936; + nFaces 4327; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 419063263; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 419066978; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 419069786; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 419072594; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 419077508; + nFaces 18634; + } + + Exhaust_System_1 + { + type wall; + startFace 419096142; + nFaces 446; + } + + Exhaust_System_2 + { + type wall; + startFace 419096588; + nFaces 62301; + } + + Exhaust_System_3 + { + type wall; + startFace 419158889; + nFaces 5750; + } + + Mirrors_1 + { + type wall; + startFace 419164639; + nFaces 208972; + } + + Mirrors_2 + { + type wall; + startFace 419373611; + nFaces 34251; + } + + Notchback_B-Pillar + { + type wall; + startFace 419407862; + nFaces 24359; + } + + Notchback_Body_side + { + type wall; + startFace 419432221; + nFaces 19170; + } + + Notchback_C-Pillar + { + type wall; + startFace 419451391; + nFaces 299413; + } + + Notchback_Roof + { + type wall; + startFace 419750804; + nFaces 67980; + } + + Notchback_Trunk + { + type wall; + startFace 419818784; + nFaces 55877; + } + + Notchback_Window_rear + { + type wall; + startFace 419874661; + nFaces 127124; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 420001785; + nFaces 37871; + } + + Notchback_Window_side + { + type wall; + startFace 420039656; + nFaces 60428; + } + + Notchback_Window_side_frame + { + type wall; + startFace 420100084; + nFaces 94795; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 420194879; + nFaces 755327; + } + + Powertrain + { + type wall; + startFace 420950206; + nFaces 144130; + } + + Rims_front + { + type wall; + startFace 421094336; + nFaces 533912; + } + + Rims_rear + { + type wall; + startFace 421628248; + nFaces 560224; + } + + Tire_Plinth_front + { + type wall; + startFace 422188472; + nFaces 14161; + } + + Tire_Plinth_rear + { + type wall; + startFace 422202633; + nFaces 13515; + } + + Tires_front + { + type wall; + startFace 422216148; + nFaces 1817650; + } + + Tires_rear + { + type wall; + startFace 424033798; + nFaces 1818784; + } + + Wheel_Support_front_1 + { + type wall; + startFace 425852582; + nFaces 152620; + } + + Wheel_Support_front_2 + { + type wall; + startFace 426005202; + nFaces 78988; + } + + Wheel_Support_rear + { + type wall; + startFace 426084190; + nFaces 57779; + } + +) diff --git a/openfoam_meshes/run_36/constant/polyMesh/cellZones b/openfoam_meshes/run_36/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..0dabeaad4e13ec58e6553c826e8fa4641ffdf483 --- /dev/null +++ b/openfoam_meshes/run_36/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 12:42:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_036/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_36/constant/polyMesh/faceZones b/openfoam_meshes/run_36/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..eac6ec916edfe5cd405a51d1d7ef886f7f930d67 --- /dev/null +++ b/openfoam_meshes/run_36/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 12:42:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_036/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_36/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_36/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..3dc5419cee96fdff9713c53bb6f66d0a7d303ec7 --- /dev/null +++ b/openfoam_meshes/run_36/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.878; // reference length (in m) - wheelbase +Aref 2.122; // reference area (in m^2.122) - frontal area +forcesCoR (1.446 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_36/constant/transportProperties b/openfoam_meshes/run_36/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..a2143c22226305d8a081400236c3ec5c27113b77 --- /dev/null +++ b/openfoam_meshes/run_36/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 12:42:28 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_036/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_382/0/U b/openfoam_meshes/run_382/0/U new file mode 100644 index 0000000000000000000000000000000000000000..b63e37d639639e400969f9e1ea24ff29c67eca62 --- /dev/null +++ b/openfoam_meshes/run_382/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 17:21:37 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_382/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_382/0/p b/openfoam_meshes/run_382/0/p new file mode 100644 index 0000000000000000000000000000000000000000..23fb96be9a0a30385a1b81c88876cca505dd95d8 --- /dev/null +++ b/openfoam_meshes/run_382/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 17:21:37 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_382/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_382/0/p_rgh b/openfoam_meshes/run_382/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..3313b23d31e0d05a4a1b320462a68495ecabc415 --- /dev/null +++ b/openfoam_meshes/run_382/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 17:21:37 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_382/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_382/constant/fvOptions b/openfoam_meshes/run_382/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..42073d367276ae875c591ee007e82ec69c75d5be --- /dev/null +++ b/openfoam_meshes/run_382/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 17:21:37 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_382/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_382/constant/geometryParameter.txt b/openfoam_meshes/run_382/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..22736aa5023d06165ac9e788c3058db9edf2285d --- /dev/null +++ b/openfoam_meshes/run_382/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.869; // reference length (in m) - wheelbase +Aref 2.51; // reference area (in m^2.51) - frontal area +forcesCoR (1.4415 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_382/constant/momentumTransport b/openfoam_meshes/run_382/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..9515ccfc08a565ce24a5dd439c2046858e40ff70 --- /dev/null +++ b/openfoam_meshes/run_382/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 17:21:37 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_382/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_382/constant/polyMesh/boundary b/openfoam_meshes/run_382/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..075c91b6e8eb7b4768300fe7971b9d9383a6dcee --- /dev/null +++ b/openfoam_meshes/run_382/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 17:21:37 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_382/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 426958992; + nFaces 128794; + } + + Body_Door_handles + { + type wall; + startFace 427087786; + nFaces 36122; + } + + Body_Fascia_front_1 + { + type wall; + startFace 427123908; + nFaces 160837; + } + + Body_Fascia_front_2 + { + type wall; + startFace 427284745; + nFaces 45776; + } + + Body_Fender + { + type wall; + startFace 427330521; + nFaces 64337; + } + + Body_Headlamps + { + type wall; + startFace 427394858; + nFaces 29778; + } + + Body_Hood + { + type wall; + startFace 427424636; + nFaces 49552; + } + + Body_Rear + { + type wall; + startFace 427474188; + nFaces 185231; + } + + Body_Rear_Access + { + type wall; + startFace 427659419; + nFaces 27048; + } + + Body_Rocker + { + type wall; + startFace 427686467; + nFaces 21717; + } + + Body_Roof + { + type wall; + startFace 427708184; + nFaces 36415; + } + + Body_Side + { + type wall; + startFace 427744599; + nFaces 88790; + } + + Body_Window_front + { + type wall; + startFace 427833389; + nFaces 91359; + } + + Body_Window_front_frame + { + type wall; + startFace 427924748; + nFaces 114116; + } + + Body_Window_Side + { + type wall; + startFace 428038864; + nFaces 33774; + } + + Body_Window_side_frame + { + type wall; + startFace 428072638; + nFaces 48633; + } + + Brake_Disc_front + { + type wall; + startFace 428121271; + nFaces 76173; + } + + Brake_Disc_rear + { + type wall; + startFace 428197444; + nFaces 101169; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 428298613; + nFaces 13188; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 428311801; + nFaces 23590; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 428335391; + nFaces 2227; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 428337618; + nFaces 706; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 428338324; + nFaces 708; + } + + domain_inlet + { + type patch; + startFace 428339032; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 428340040; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 428341048; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 428342878; + nFaces 1427748; + } + + domain_road_viscous + { + type wall; + startFace 429770626; + nFaces 128396; + } + + domain_road_viscous_outer + { + type wall; + startFace 429899022; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 429903348; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 429907063; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 429909871; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 429912679; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 429917593; + nFaces 23046; + } + + Exhaust_System_1 + { + type wall; + startFace 429940639; + nFaces 436; + } + + Exhaust_System_2 + { + type wall; + startFace 429941075; + nFaces 66345; + } + + Exhaust_System_3 + { + type wall; + startFace 430007420; + nFaces 7124; + } + + Mirrors_1 + { + type wall; + startFace 430014544; + nFaces 209491; + } + + Mirrors_2 + { + type wall; + startFace 430224035; + nFaces 34322; + } + + Notchback_B-Pillar + { + type wall; + startFace 430258357; + nFaces 23975; + } + + Notchback_Body_side + { + type wall; + startFace 430282332; + nFaces 19514; + } + + Notchback_C-Pillar + { + type wall; + startFace 430301846; + nFaces 347450; + } + + Notchback_Roof + { + type wall; + startFace 430649296; + nFaces 77471; + } + + Notchback_Trunk + { + type wall; + startFace 430726767; + nFaces 73457; + } + + Notchback_Window_rear + { + type wall; + startFace 430800224; + nFaces 143078; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 430943302; + nFaces 49312; + } + + Notchback_Window_side + { + type wall; + startFace 430992614; + nFaces 58069; + } + + Notchback_Window_side_frame + { + type wall; + startFace 431050683; + nFaces 93766; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 431144449; + nFaces 789222; + } + + Powertrain + { + type wall; + startFace 431933671; + nFaces 154551; + } + + Rims_front + { + type wall; + startFace 432088222; + nFaces 552960; + } + + Rims_rear + { + type wall; + startFace 432641182; + nFaces 576300; + } + + Tire_Plinth_front + { + type wall; + startFace 433217482; + nFaces 15529; + } + + Tire_Plinth_rear + { + type wall; + startFace 433233011; + nFaces 14124; + } + + Tires_front + { + type wall; + startFace 433247135; + nFaces 1716297; + } + + Tires_rear + { + type wall; + startFace 434963432; + nFaces 1717062; + } + + Wheel_Support_front_1 + { + type wall; + startFace 436680494; + nFaces 154394; + } + + Wheel_Support_front_2 + { + type wall; + startFace 436834888; + nFaces 81689; + } + + Wheel_Support_rear + { + type wall; + startFace 436916577; + nFaces 55096; + } + +) diff --git a/openfoam_meshes/run_382/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_382/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..22736aa5023d06165ac9e788c3058db9edf2285d --- /dev/null +++ b/openfoam_meshes/run_382/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.869; // reference length (in m) - wheelbase +Aref 2.51; // reference area (in m^2.51) - frontal area +forcesCoR (1.4415 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_382/constant/transportProperties b/openfoam_meshes/run_382/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..50a6ee7434678b7980b6fb8b40610e4300d0e244 --- /dev/null +++ b/openfoam_meshes/run_382/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 17:21:37 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_382/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_382/system/fvSolution b/openfoam_meshes/run_382/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..42aa72d4a759217929623553cd5877e96321d382 --- /dev/null +++ b/openfoam_meshes/run_382/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 17:21:37 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_382/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_398/constant/polyMesh/boundary b/openfoam_meshes/run_398/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..6c4237f46644f5bee00dfe4033585b0d73f82a3a --- /dev/null +++ b/openfoam_meshes/run_398/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 13:23:25 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_398/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 403916704; + nFaces 111666; + } + + Body_Door_handles + { + type wall; + startFace 404028370; + nFaces 32799; + } + + Body_Fascia_front_1 + { + type wall; + startFace 404061169; + nFaces 131711; + } + + Body_Fascia_front_2 + { + type wall; + startFace 404192880; + nFaces 36337; + } + + Body_Fender + { + type wall; + startFace 404229217; + nFaces 58949; + } + + Body_Headlamps + { + type wall; + startFace 404288166; + nFaces 23618; + } + + Body_Hood + { + type wall; + startFace 404311784; + nFaces 41311; + } + + Body_Rear + { + type wall; + startFace 404353095; + nFaces 166173; + } + + Body_Rear_Access + { + type wall; + startFace 404519268; + nFaces 22658; + } + + Body_Rocker + { + type wall; + startFace 404541926; + nFaces 19678; + } + + Body_Roof + { + type wall; + startFace 404561604; + nFaces 28642; + } + + Body_Side + { + type wall; + startFace 404590246; + nFaces 86190; + } + + Body_Window_front + { + type wall; + startFace 404676436; + nFaces 82308; + } + + Body_Window_front_frame + { + type wall; + startFace 404758744; + nFaces 90139; + } + + Body_Window_Side + { + type wall; + startFace 404848883; + nFaces 35555; + } + + Body_Window_side_frame + { + type wall; + startFace 404884438; + nFaces 48078; + } + + Brake_Disc_front + { + type wall; + startFace 404932516; + nFaces 100801; + } + + Brake_Disc_rear + { + type wall; + startFace 405033317; + nFaces 104786; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 405138103; + nFaces 10331; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 405148434; + nFaces 32592; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 405181026; + nFaces 1778; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 405182804; + nFaces 733; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 405183537; + nFaces 736; + } + + domain_inlet + { + type patch; + startFace 405184273; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 405185281; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 405186289; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 405188119; + nFaces 1329974; + } + + domain_road_viscous + { + type wall; + startFace 406518093; + nFaces 117396; + } + + domain_road_viscous_outer + { + type wall; + startFace 406635489; + nFaces 4330; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 406639819; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 406643534; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 406646342; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 406649150; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 406654064; + nFaces 18681; + } + + Exhaust_System_1 + { + type wall; + startFace 406672745; + nFaces 436; + } + + Exhaust_System_2 + { + type wall; + startFace 406673181; + nFaces 61042; + } + + Exhaust_System_3 + { + type wall; + startFace 406734223; + nFaces 6143; + } + + Mirrors_1 + { + type wall; + startFace 406740366; + nFaces 200603; + } + + Mirrors_2 + { + type wall; + startFace 406940969; + nFaces 34018; + } + + Notchback_B-Pillar + { + type wall; + startFace 406974987; + nFaces 23215; + } + + Notchback_Body_side + { + type wall; + startFace 406998202; + nFaces 17064; + } + + Notchback_C-Pillar + { + type wall; + startFace 407015266; + nFaces 286410; + } + + Notchback_Roof + { + type wall; + startFace 407301676; + nFaces 64575; + } + + Notchback_Trunk + { + type wall; + startFace 407366251; + nFaces 72359; + } + + Notchback_Window_rear + { + type wall; + startFace 407438610; + nFaces 91867; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 407530477; + nFaces 26627; + } + + Notchback_Window_side + { + type wall; + startFace 407557104; + nFaces 57624; + } + + Notchback_Window_side_frame + { + type wall; + startFace 407614728; + nFaces 83696; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 407698424; + nFaces 739775; + } + + Powertrain + { + type wall; + startFace 408438199; + nFaces 141535; + } + + Rims_front + { + type wall; + startFace 408579734; + nFaces 537059; + } + + Rims_rear + { + type wall; + startFace 409116793; + nFaces 554207; + } + + Tire_Plinth_front + { + type wall; + startFace 409671000; + nFaces 13337; + } + + Tire_Plinth_rear + { + type wall; + startFace 409684337; + nFaces 13735; + } + + Tires_front + { + type wall; + startFace 409698072; + nFaces 1808352; + } + + Tires_rear + { + type wall; + startFace 411506424; + nFaces 1675674; + } + + Wheel_Support_front_1 + { + type wall; + startFace 413182098; + nFaces 156682; + } + + Wheel_Support_front_2 + { + type wall; + startFace 413338780; + nFaces 79183; + } + + Wheel_Support_rear + { + type wall; + startFace 413417963; + nFaces 51965; + } + +) diff --git a/openfoam_meshes/run_398/constant/polyMesh/cellZones b/openfoam_meshes/run_398/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..0a79c1e94ac63ba5547ab4432e0e3bb0a919ea03 --- /dev/null +++ b/openfoam_meshes/run_398/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 13:23:25 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_398/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_398/constant/polyMesh/faceZones b/openfoam_meshes/run_398/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..85788757d726047f92441f9ddc973705d23078fd --- /dev/null +++ b/openfoam_meshes/run_398/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Thu Feb 1 13:23:25 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_398/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_398/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_398/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef983fa543e6a88cc7aebd4c5a723e38f53260d0 --- /dev/null +++ b/openfoam_meshes/run_398/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.849; // reference length (in m) - wheelbase +Aref 1.958; // reference area (in m^1.958) - frontal area +forcesCoR (1.4315 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_438/constant/polyMesh/owner b/openfoam_meshes/run_438/constant/polyMesh/owner new file mode 100644 index 0000000000000000000000000000000000000000..aa1c88b10d9abaed6e53090506c128d797379331 --- /dev/null +++ b/openfoam_meshes/run_438/constant/polyMesh/owner @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929922f977f59d0d86e548c9a09a18f18627e3cdcae621bd7422ff5518686fd6 +size 1553306104 diff --git a/openfoam_meshes/run_441/0/U b/openfoam_meshes/run_441/0/U new file mode 100644 index 0000000000000000000000000000000000000000..7651117030d77513dfcaaef43f3a157d18329544 --- /dev/null +++ b/openfoam_meshes/run_441/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/0/p b/openfoam_meshes/run_441/0/p new file mode 100644 index 0000000000000000000000000000000000000000..1f670f72e9231b784c52d202492fb3df094e511a --- /dev/null +++ b/openfoam_meshes/run_441/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/0/p_rgh b/openfoam_meshes/run_441/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..e295bfec4a1493221efd3656bc5b2734a353155a --- /dev/null +++ b/openfoam_meshes/run_441/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/constant/fvOptions b/openfoam_meshes/run_441/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..c557cdcac315f07fc84178f0c6fb5b21ca7bb78a --- /dev/null +++ b/openfoam_meshes/run_441/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/constant/geometryParameter.txt b/openfoam_meshes/run_441/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..daeb7da385aa24e61df5cf6ac592c994b400d4fc --- /dev/null +++ b/openfoam_meshes/run_441/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 3.018; // reference length (in m) - wheelbase +Aref 1.97; // reference area (in m^1.97) - frontal area +forcesCoR (1.5159999999999998 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_441/constant/momentumTransport b/openfoam_meshes/run_441/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..8dab43bef2bd77342a9165dd1f8db75a6c08c344 --- /dev/null +++ b/openfoam_meshes/run_441/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/constant/polyMesh/cellZones b/openfoam_meshes/run_441/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..2c09de9daa1935119dccfbd208638ff4b205d250 --- /dev/null +++ b/openfoam_meshes/run_441/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/constant/polyMesh/faceZones b/openfoam_meshes/run_441/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..1bd2ea1bea9e5c869bce0170b5d0cacffae362c9 --- /dev/null +++ b/openfoam_meshes/run_441/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_441/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..daeb7da385aa24e61df5cf6ac592c994b400d4fc --- /dev/null +++ b/openfoam_meshes/run_441/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 3.018; // reference length (in m) - wheelbase +Aref 1.97; // reference area (in m^1.97) - frontal area +forcesCoR (1.5159999999999998 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_441/constant/transportProperties b/openfoam_meshes/run_441/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..d56055ba98116568349cb6ca099633026ac7132f --- /dev/null +++ b/openfoam_meshes/run_441/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/system/controlDict b/openfoam_meshes/run_441/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..c504e9f960f80a7413a156556c8c87dbc2ae0f25 --- /dev/null +++ b/openfoam_meshes/run_441/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/system/fvSchemes b/openfoam_meshes/run_441/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..98b8cef123c070018937d6660f0bd7f373ab8188 --- /dev/null +++ b/openfoam_meshes/run_441/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_441/system/fvSolution b/openfoam_meshes/run_441/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..8801695a2a1f28ff146e7d2ac4a182c6371b0fcb --- /dev/null +++ b/openfoam_meshes/run_441/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 09:02:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_441/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_470/0/U b/openfoam_meshes/run_470/0/U new file mode 100644 index 0000000000000000000000000000000000000000..dbdb519ba9b1c06b97c83fa0712fb99cad5ad119 --- /dev/null +++ b/openfoam_meshes/run_470/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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_470/0/p b/openfoam_meshes/run_470/0/p new file mode 100644 index 0000000000000000000000000000000000000000..cb8c9d1234063d3b26f3340e4ad5d7d92bc91ab6 --- /dev/null +++ b/openfoam_meshes/run_470/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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_470/0/p_rgh b/openfoam_meshes/run_470/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..5c8668552cadedac589dfa6dfc53cb8e1f0ac486 --- /dev/null +++ b/openfoam_meshes/run_470/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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_470/constant/fvOptions b/openfoam_meshes/run_470/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..4fc08809ca74dca8cbd984c80574863cb069dcb2 --- /dev/null +++ b/openfoam_meshes/run_470/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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_470/constant/geometryParameter.txt b/openfoam_meshes/run_470/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..192a1cf8cf318378734f4f1e4cf216b624b583af --- /dev/null +++ b/openfoam_meshes/run_470/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.84; // reference length (in m) - wheelbase +Aref 2.242; // reference area (in m^2.242) - frontal area +forcesCoR (1.4269999999999998 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_470/constant/momentumTransport b/openfoam_meshes/run_470/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..3e838ee8765c1da745593cba79ecdd9d30c97917 --- /dev/null +++ b/openfoam_meshes/run_470/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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_470/constant/polyMesh/boundary b/openfoam_meshes/run_470/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..446e175f37fe7a3dc58c83543beef96c46996329 --- /dev/null +++ b/openfoam_meshes/run_470/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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 395783872; + nFaces 114830; + } + + Body_Door_handles + { + type wall; + startFace 395898702; + nFaces 35192; + } + + Body_Fascia_front_1 + { + type wall; + startFace 395933894; + nFaces 148403; + } + + Body_Fascia_front_2 + { + type wall; + startFace 396082297; + nFaces 42638; + } + + Body_Fender + { + type wall; + startFace 396124935; + nFaces 67000; + } + + Body_Headlamps + { + type wall; + startFace 396191935; + nFaces 27338; + } + + Body_Hood + { + type wall; + startFace 396219273; + nFaces 45653; + } + + Body_Rear + { + type wall; + startFace 396264926; + nFaces 179813; + } + + Body_Rear_Access + { + type wall; + startFace 396444739; + nFaces 26100; + } + + Body_Rocker + { + type wall; + startFace 396470839; + nFaces 23109; + } + + Body_Roof + { + type wall; + startFace 396493948; + nFaces 33507; + } + + Body_Side + { + type wall; + startFace 396527455; + nFaces 108031; + } + + Body_Window_front + { + type wall; + startFace 396635486; + nFaces 85388; + } + + Body_Window_front_frame + { + type wall; + startFace 396720874; + nFaces 91008; + } + + Body_Window_Side + { + type wall; + startFace 396811882; + nFaces 32988; + } + + Body_Window_side_frame + { + type wall; + startFace 396844870; + nFaces 49632; + } + + Brake_Disc_front + { + type wall; + startFace 396894502; + nFaces 78707; + } + + Brake_Disc_rear + { + type wall; + startFace 396973209; + nFaces 114353; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 397087562; + nFaces 12791; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 397100353; + nFaces 39406; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 397139759; + nFaces 2185; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 397141944; + nFaces 702; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 397142646; + nFaces 704; + } + + domain_inlet + { + type patch; + startFace 397143350; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 397144358; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 397145366; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 397147196; + nFaces 1438041; + } + + domain_road_viscous + { + type wall; + startFace 398585237; + nFaces 128873; + } + + domain_road_viscous_outer + { + type wall; + startFace 398714110; + nFaces 4327; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 398718437; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 398722152; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 398724960; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 398727768; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 398732682; + nFaces 23109; + } + + Exhaust_System_1 + { + type wall; + startFace 398755791; + nFaces 443; + } + + Exhaust_System_2 + { + type wall; + startFace 398756234; + nFaces 66255; + } + + Exhaust_System_3 + { + type wall; + startFace 398822489; + nFaces 7647; + } + + Mirrors_1 + { + type wall; + startFace 398830136; + nFaces 208329; + } + + Mirrors_2 + { + type wall; + startFace 399038465; + nFaces 34298; + } + + Notchback_B-Pillar + { + type wall; + startFace 399072763; + nFaces 21029; + } + + Notchback_Body_side + { + type wall; + startFace 399093792; + nFaces 17689; + } + + Notchback_C-Pillar + { + type wall; + startFace 399111481; + nFaces 286570; + } + + Notchback_Roof + { + type wall; + startFace 399398051; + nFaces 70810; + } + + Notchback_Trunk + { + type wall; + startFace 399468861; + nFaces 69501; + } + + Notchback_Window_rear + { + type wall; + startFace 399538362; + nFaces 110916; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 399649278; + nFaces 34097; + } + + Notchback_Window_side + { + type wall; + startFace 399683375; + nFaces 55380; + } + + Notchback_Window_side_frame + { + type wall; + startFace 399738755; + nFaces 79271; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 399818026; + nFaces 800500; + } + + Powertrain + { + type wall; + startFace 400618526; + nFaces 158584; + } + + Rims_front + { + type wall; + startFace 400777110; + nFaces 562291; + } + + Rims_rear + { + type wall; + startFace 401339401; + nFaces 593910; + } + + Tire_Plinth_front + { + type wall; + startFace 401933311; + nFaces 14889; + } + + Tire_Plinth_rear + { + type wall; + startFace 401948200; + nFaces 14382; + } + + Tires_front + { + type wall; + startFace 401962582; + nFaces 1490118; + } + + Tires_rear + { + type wall; + startFace 403452700; + nFaces 1505010; + } + + Wheel_Support_front_1 + { + type wall; + startFace 404957710; + nFaces 157022; + } + + Wheel_Support_front_2 + { + type wall; + startFace 405114732; + nFaces 82993; + } + + Wheel_Support_rear + { + type wall; + startFace 405197725; + nFaces 66419; + } + +) diff --git a/openfoam_meshes/run_470/constant/polyMesh/cellZones b/openfoam_meshes/run_470/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..65225e3df99bf4cc78c0fc81795ccc89d48dc435 --- /dev/null +++ b/openfoam_meshes/run_470/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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_470/constant/polyMesh/faceZones b/openfoam_meshes/run_470/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..868b66307b788d5a86c05fd9692f47c32ec2b524 --- /dev/null +++ b/openfoam_meshes/run_470/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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_470/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_470/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..192a1cf8cf318378734f4f1e4cf216b624b583af --- /dev/null +++ b/openfoam_meshes/run_470/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.84; // reference length (in m) - wheelbase +Aref 2.242; // reference area (in m^2.242) - frontal area +forcesCoR (1.4269999999999998 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_470/constant/transportProperties b/openfoam_meshes/run_470/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..fd6603c37f054586c4576e188a7fa3854024713a --- /dev/null +++ b/openfoam_meshes/run_470/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 18:13:45 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_470/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;