diff --git a/.gitattributes b/.gitattributes index 2d9f86e8768d5610e65dbd90bd7357c5f4fed08b..92ac4e761b085e4af8059f2d1c9b25e347abed55 100644 --- a/.gitattributes +++ b/.gitattributes @@ -494,3 +494,6 @@ openfoam_meshes/run_430/constant/polyMesh/points filter=lfs diff=lfs merge=lfs - openfoam_meshes/run_249/constant/polyMesh/neighbour filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_249/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text openfoam_meshes/run_270/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_231/constant/polyMesh/points filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_316/constant/polyMesh/faces filter=lfs diff=lfs merge=lfs -text +openfoam_meshes/run_469/constant/polyMesh/owner filter=lfs diff=lfs merge=lfs -text diff --git a/openfoam_meshes/run_104/0/p b/openfoam_meshes/run_104/0/p new file mode 100644 index 0000000000000000000000000000000000000000..c038c6d57364f30c62f713ca22733bc35cc4922b --- /dev/null +++ b/openfoam_meshes/run_104/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_104/constant/fvOptions b/openfoam_meshes/run_104/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..0b4f7be801434fb6b4488dd49e73c8245882da89 --- /dev/null +++ b/openfoam_meshes/run_104/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_104/constant/geometryParameter.txt b/openfoam_meshes/run_104/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..36cdc5fc22b6b2190b6ed754060397694af60bc4 --- /dev/null +++ b/openfoam_meshes/run_104/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.931; // reference length (in m) - wheelbase +Aref 2.289; // reference area (in m^2.289) - frontal area +forcesCoR (1.4725 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_104/constant/momentumTransport b/openfoam_meshes/run_104/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..167f2ca969f58a966e6cb1c17b97c94ddd7d8c59 --- /dev/null +++ b/openfoam_meshes/run_104/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_104/constant/polyMesh/boundary b/openfoam_meshes/run_104/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..e9c68204629d78c16852a44c65ca754d5aee31b9 --- /dev/null +++ b/openfoam_meshes/run_104/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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 414819402; + nFaces 120422; + } + + Body_Door_handles + { + type wall; + startFace 414939824; + nFaces 37198; + } + + Body_Fascia_front_1 + { + type wall; + startFace 414977022; + nFaces 152140; + } + + Body_Fascia_front_2 + { + type wall; + startFace 415129162; + nFaces 42815; + } + + Body_Fender + { + type wall; + startFace 415171977; + nFaces 62307; + } + + Body_Headlamps + { + type wall; + startFace 415234284; + nFaces 28838; + } + + Body_Hood + { + type wall; + startFace 415263122; + nFaces 46825; + } + + Body_Rear + { + type wall; + startFace 415309947; + nFaces 160976; + } + + Body_Rear_Access + { + type wall; + startFace 415470923; + nFaces 25106; + } + + Body_Rocker + { + type wall; + startFace 415496029; + nFaces 22625; + } + + Body_Roof + { + type wall; + startFace 415518654; + nFaces 34983; + } + + Body_Side + { + type wall; + startFace 415553637; + nFaces 101813; + } + + Body_Window_front + { + type wall; + startFace 415655450; + nFaces 86624; + } + + Body_Window_front_frame + { + type wall; + startFace 415742074; + nFaces 97779; + } + + Body_Window_Side + { + type wall; + startFace 415839853; + nFaces 33431; + } + + Body_Window_side_frame + { + type wall; + startFace 415873284; + nFaces 49949; + } + + Brake_Disc_front + { + type wall; + startFace 415923233; + nFaces 82008; + } + + Brake_Disc_rear + { + type wall; + startFace 416005241; + nFaces 105678; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 416110919; + nFaces 12329; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 416123248; + nFaces 38932; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 416162180; + nFaces 2211; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 416164391; + nFaces 714; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 416165105; + nFaces 718; + } + + domain_inlet + { + type patch; + startFace 416165823; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 416166831; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 416167839; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 416169669; + nFaces 1427473; + } + + domain_road_viscous + { + type wall; + startFace 417597142; + nFaces 127874; + } + + domain_road_viscous_outer + { + type wall; + startFace 417725016; + nFaces 4327; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 417729343; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 417733058; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 417735866; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 417738674; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 417743588; + nFaces 23251; + } + + Exhaust_System_1 + { + type wall; + startFace 417766839; + nFaces 454; + } + + Exhaust_System_2 + { + type wall; + startFace 417767293; + nFaces 67231; + } + + Exhaust_System_3 + { + type wall; + startFace 417834524; + nFaces 6287; + } + + Mirrors_1 + { + type wall; + startFace 417840811; + nFaces 206880; + } + + Mirrors_2 + { + type wall; + startFace 418047691; + nFaces 34426; + } + + Notchback_B-Pillar + { + type wall; + startFace 418082117; + nFaces 22781; + } + + Notchback_Body_side + { + type wall; + startFace 418104898; + nFaces 17748; + } + + Notchback_C-Pillar + { + type wall; + startFace 418122646; + nFaces 275844; + } + + Notchback_Roof + { + type wall; + startFace 418398490; + nFaces 76334; + } + + Notchback_Trunk + { + type wall; + startFace 418474824; + nFaces 64221; + } + + Notchback_Window_rear + { + type wall; + startFace 418539045; + nFaces 120720; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 418659765; + nFaces 37508; + } + + Notchback_Window_side + { + type wall; + startFace 418697273; + nFaces 58170; + } + + Notchback_Window_side_frame + { + type wall; + startFace 418755443; + nFaces 84369; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 418839812; + nFaces 794408; + } + + Powertrain + { + type wall; + startFace 419634220; + nFaces 156107; + } + + Rims_front + { + type wall; + startFace 419790327; + nFaces 546706; + } + + Rims_rear + { + type wall; + startFace 420337033; + nFaces 571371; + } + + Tire_Plinth_front + { + type wall; + startFace 420908404; + nFaces 14294; + } + + Tire_Plinth_rear + { + type wall; + startFace 420922698; + nFaces 13796; + } + + Tires_front + { + type wall; + startFace 420936494; + nFaces 1713501; + } + + Tires_rear + { + type wall; + startFace 422649995; + nFaces 1691092; + } + + Wheel_Support_front_1 + { + type wall; + startFace 424341087; + nFaces 157545; + } + + Wheel_Support_front_2 + { + type wall; + startFace 424498632; + nFaces 82874; + } + + Wheel_Support_rear + { + type wall; + startFace 424581506; + nFaces 58534; + } + +) diff --git a/openfoam_meshes/run_104/constant/polyMesh/cellZones b/openfoam_meshes/run_104/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..ec5295e4fd396470e338c6b7ba869b9684f8b59f --- /dev/null +++ b/openfoam_meshes/run_104/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_104/constant/polyMesh/faceZones b/openfoam_meshes/run_104/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..9c286f623f36bfae6517b568389f2357fed7b451 --- /dev/null +++ b/openfoam_meshes/run_104/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_104/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_104/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..36cdc5fc22b6b2190b6ed754060397694af60bc4 --- /dev/null +++ b/openfoam_meshes/run_104/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.931; // reference length (in m) - wheelbase +Aref 2.289; // reference area (in m^2.289) - frontal area +forcesCoR (1.4725 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_104/constant/transportProperties b/openfoam_meshes/run_104/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..64e09956e74e698f7f463fb0421449137d0fe77e --- /dev/null +++ b/openfoam_meshes/run_104/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_104/system/controlDict b/openfoam_meshes/run_104/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..a943a06068c37b2b81e7170d00feb6a441bd642f --- /dev/null +++ b/openfoam_meshes/run_104/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_104/system/fvSchemes b/openfoam_meshes/run_104/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..7a3925748664ab9fd041e47bb805c6abe6c44c52 --- /dev/null +++ b/openfoam_meshes/run_104/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_104/system/fvSolution b/openfoam_meshes/run_104/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..2381f4856e7dc50ddcfb41015955107e1333a563 --- /dev/null +++ b/openfoam_meshes/run_104/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Fri Jan 26 19:31:12 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_104/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_151/0/U b/openfoam_meshes/run_151/0/U new file mode 100644 index 0000000000000000000000000000000000000000..f9f888752afecab296f054816702dc26cd21a6f6 --- /dev/null +++ b/openfoam_meshes/run_151/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:54 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/0/p b/openfoam_meshes/run_151/0/p new file mode 100644 index 0000000000000000000000000000000000000000..8d9d290344feaeba96a803f546e7ce8fcd2d918b --- /dev/null +++ b/openfoam_meshes/run_151/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:54 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/0/p_rgh b/openfoam_meshes/run_151/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..5d509fef240f005cd784c6bea8a44aba7dfda7b7 --- /dev/null +++ b/openfoam_meshes/run_151/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:54 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/constant/fvOptions b/openfoam_meshes/run_151/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..ace2fde8accc17bf285cae77702f8670161afde2 --- /dev/null +++ b/openfoam_meshes/run_151/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:55 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/constant/geometryParameter.txt b/openfoam_meshes/run_151/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4bf07b0684728e095000b814ee992cf9791f1f8 --- /dev/null +++ b/openfoam_meshes/run_151/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.736; // reference length (in m) - wheelbase +Aref 2.252; // reference area (in m^2.252) - frontal area +forcesCoR (1.375 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_151/constant/momentumTransport b/openfoam_meshes/run_151/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..0c931b0e0545279c480d6666fe8cd5a1e4d4c2bf --- /dev/null +++ b/openfoam_meshes/run_151/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:54 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/constant/polyMesh/boundary b/openfoam_meshes/run_151/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..f972a2b603346a8c52a96a69a2445d129117f604 --- /dev/null +++ b/openfoam_meshes/run_151/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:54 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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 394755177; + nFaces 121710; + } + + Body_Door_handles + { + type wall; + startFace 394876887; + nFaces 32983; + } + + Body_Fascia_front_1 + { + type wall; + startFace 394909870; + nFaces 149228; + } + + Body_Fascia_front_2 + { + type wall; + startFace 395059098; + nFaces 40358; + } + + Body_Fender + { + type wall; + startFace 395099456; + nFaces 60876; + } + + Body_Headlamps + { + type wall; + startFace 395160332; + nFaces 26888; + } + + Body_Hood + { + type wall; + startFace 395187220; + nFaces 45319; + } + + Body_Rear + { + type wall; + startFace 395232539; + nFaces 180329; + } + + Body_Rear_Access + { + type wall; + startFace 395412868; + nFaces 24359; + } + + Body_Rocker + { + type wall; + startFace 395437227; + nFaces 22689; + } + + Body_Roof + { + type wall; + startFace 395459916; + nFaces 30698; + } + + Body_Side + { + type wall; + startFace 395490614; + nFaces 102352; + } + + Body_Window_front + { + type wall; + startFace 395592966; + nFaces 89371; + } + + Body_Window_front_frame + { + type wall; + startFace 395682337; + nFaces 98038; + } + + Body_Window_Side + { + type wall; + startFace 395780375; + nFaces 34483; + } + + Body_Window_side_frame + { + type wall; + startFace 395814858; + nFaces 50882; + } + + Brake_Disc_front + { + type wall; + startFace 395865740; + nFaces 75503; + } + + Brake_Disc_rear + { + type wall; + startFace 395941243; + nFaces 98377; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 396039620; + nFaces 13878; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 396053498; + nFaces 42531; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 396096029; + nFaces 2296; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 396098325; + nFaces 696; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 396099021; + nFaces 693; + } + + domain_inlet + { + type patch; + startFace 396099714; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 396100722; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 396101730; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 396103560; + nFaces 1429531; + } + + domain_road_viscous + { + type wall; + startFace 397533091; + nFaces 127154; + } + + domain_road_viscous_outer + { + type wall; + startFace 397660245; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 397664571; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 397668286; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 397671094; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 397673902; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 397678816; + nFaces 20845; + } + + Exhaust_System_1 + { + type wall; + startFace 397699661; + nFaces 479; + } + + Exhaust_System_2 + { + type wall; + startFace 397700140; + nFaces 63722; + } + + Exhaust_System_3 + { + type wall; + startFace 397763862; + nFaces 7321; + } + + Mirrors_1 + { + type wall; + startFace 397771183; + nFaces 212543; + } + + Mirrors_2 + { + type wall; + startFace 397983726; + nFaces 34706; + } + + Notchback_B-Pillar + { + type wall; + startFace 398018432; + nFaces 19181; + } + + Notchback_Body_side + { + type wall; + startFace 398037613; + nFaces 16747; + } + + Notchback_C-Pillar + { + type wall; + startFace 398054360; + nFaces 259416; + } + + Notchback_Roof + { + type wall; + startFace 398313776; + nFaces 60983; + } + + Notchback_Trunk + { + type wall; + startFace 398374759; + nFaces 66791; + } + + Notchback_Window_rear + { + type wall; + startFace 398441550; + nFaces 98711; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 398540261; + nFaces 30892; + } + + Notchback_Window_side + { + type wall; + startFace 398571153; + nFaces 50814; + } + + Notchback_Window_side_frame + { + type wall; + startFace 398621967; + nFaces 69762; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 398691729; + nFaces 771303; + } + + Powertrain + { + type wall; + startFace 399463032; + nFaces 157557; + } + + Rims_front + { + type wall; + startFace 399620589; + nFaces 557696; + } + + Rims_rear + { + type wall; + startFace 400178285; + nFaces 584182; + } + + Tire_Plinth_front + { + type wall; + startFace 400762467; + nFaces 15518; + } + + Tire_Plinth_rear + { + type wall; + startFace 400777985; + nFaces 14331; + } + + Tires_front + { + type wall; + startFace 400792316; + nFaces 1500449; + } + + Tires_rear + { + type wall; + startFace 402292765; + nFaces 1499827; + } + + Wheel_Support_front_1 + { + type wall; + startFace 403792592; + nFaces 159512; + } + + Wheel_Support_front_2 + { + type wall; + startFace 403952104; + nFaces 80580; + } + + Wheel_Support_rear + { + type wall; + startFace 404032684; + nFaces 53917; + } + +) diff --git a/openfoam_meshes/run_151/constant/polyMesh/cellZones b/openfoam_meshes/run_151/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..cae8b76d24978f4e174f2b895912acf742d1572b --- /dev/null +++ b/openfoam_meshes/run_151/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:54 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/constant/polyMesh/faceZones b/openfoam_meshes/run_151/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..3661c4ba885acbf61ba93688743ff57da1d8522e --- /dev/null +++ b/openfoam_meshes/run_151/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:54 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_151/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..a4bf07b0684728e095000b814ee992cf9791f1f8 --- /dev/null +++ b/openfoam_meshes/run_151/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.736; // reference length (in m) - wheelbase +Aref 2.252; // reference area (in m^2.252) - frontal area +forcesCoR (1.375 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_151/constant/transportProperties b/openfoam_meshes/run_151/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..5152fe8baedcb7e85c64b3f80520906cbbb48699 --- /dev/null +++ b/openfoam_meshes/run_151/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:55 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/system/controlDict b/openfoam_meshes/run_151/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..481f8476e6ad73d8d0a24dede15aaa59b8009dea --- /dev/null +++ b/openfoam_meshes/run_151/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:54 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/system/fvSchemes b/openfoam_meshes/run_151/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..649183e320ae625ffab6bd4205f9f3cf5a5834d4 --- /dev/null +++ b/openfoam_meshes/run_151/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:55 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_151/system/fvSolution b/openfoam_meshes/run_151/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..30abc196a5f7ab146ea1afab36536ab9839409f1 --- /dev/null +++ b/openfoam_meshes/run_151/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 06:29:55 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_151/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_184/0/U b/openfoam_meshes/run_184/0/U new file mode 100644 index 0000000000000000000000000000000000000000..d77dd0ec0902f65c312d5e3a6b811058873a155c --- /dev/null +++ b/openfoam_meshes/run_184/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/0/p b/openfoam_meshes/run_184/0/p new file mode 100644 index 0000000000000000000000000000000000000000..c8e6ceaeedef1324c8e4ffe8d21a1c2f4e791b7a --- /dev/null +++ b/openfoam_meshes/run_184/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/0/p_rgh b/openfoam_meshes/run_184/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..1ec10a0be70895ed09509b85790a20b52e9259dd --- /dev/null +++ b/openfoam_meshes/run_184/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/constant/fvOptions b/openfoam_meshes/run_184/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..7c07d8c9bcbab360a179a77e735ee12cba33e5cd --- /dev/null +++ b/openfoam_meshes/run_184/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/constant/geometryParameter.txt b/openfoam_meshes/run_184/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..602051166a08065a9eaf7caeee6b4fae545eb119 --- /dev/null +++ b/openfoam_meshes/run_184/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.942; // reference length (in m) - wheelbase +Aref 2.272; // reference area (in m^2.272) - frontal area +forcesCoR (1.478 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_184/constant/momentumTransport b/openfoam_meshes/run_184/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..df65ed68f975e98e048fa9f4a2fb166ac7cf70a3 --- /dev/null +++ b/openfoam_meshes/run_184/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/constant/polyMesh/boundary b/openfoam_meshes/run_184/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..cf281e98e50e8379ebdb7679fca472751b0ed5f9 --- /dev/null +++ b/openfoam_meshes/run_184/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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 496993442; + nFaces 139266; + } + + Body_Door_handles + { + type wall; + startFace 497132708; + nFaces 36519; + } + + Body_Fascia_front_1 + { + type wall; + startFace 497169227; + nFaces 150548; + } + + Body_Fascia_front_2 + { + type wall; + startFace 497319775; + nFaces 40545; + } + + Body_Fender + { + type wall; + startFace 497360320; + nFaces 61538; + } + + Body_Headlamps + { + type wall; + startFace 497421858; + nFaces 29447; + } + + Body_Hood + { + type wall; + startFace 497451305; + nFaces 45265; + } + + Body_Rear + { + type wall; + startFace 497496570; + nFaces 170293; + } + + Body_Rear_Access + { + type wall; + startFace 497666863; + nFaces 20728; + } + + Body_Rocker + { + type wall; + startFace 497687591; + nFaces 21317; + } + + Body_Roof + { + type wall; + startFace 497708908; + nFaces 30197; + } + + Body_Side + { + type wall; + startFace 497739105; + nFaces 85762; + } + + Body_Window_front + { + type wall; + startFace 497824867; + nFaces 96447; + } + + Body_Window_front_frame + { + type wall; + startFace 497921314; + nFaces 118825; + } + + Body_Window_Side + { + type wall; + startFace 498040139; + nFaces 37271; + } + + Body_Window_side_frame + { + type wall; + startFace 498077410; + nFaces 51928; + } + + Brake_Disc_front + { + type wall; + startFace 498129338; + nFaces 94812; + } + + Brake_Disc_rear + { + type wall; + startFace 498224150; + nFaces 93680; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 498317830; + nFaces 11108; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 498328938; + nFaces 22804; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 498351742; + nFaces 1952; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 498353694; + nFaces 735; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 498354429; + nFaces 729; + } + + domain_inlet + { + type patch; + startFace 498355158; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 498356166; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 498357174; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 498359004; + nFaces 1391648; + } + + domain_road_viscous + { + type wall; + startFace 499750652; + nFaces 123583; + } + + domain_road_viscous_outer + { + type wall; + startFace 499874235; + nFaces 4331; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 499878566; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 499882281; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 499885089; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 499887897; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 499892811; + nFaces 22947; + } + + Exhaust_System_1 + { + type wall; + startFace 499915758; + nFaces 440; + } + + Exhaust_System_2 + { + type wall; + startFace 499916198; + nFaces 65466; + } + + Exhaust_System_3 + { + type wall; + startFace 499981664; + nFaces 5689; + } + + Mirrors_1 + { + type wall; + startFace 499987353; + nFaces 217539; + } + + Mirrors_2 + { + type wall; + startFace 500204892; + nFaces 34145; + } + + Notchback_B-Pillar + { + type wall; + startFace 500239037; + nFaces 25150; + } + + Notchback_Body_side + { + type wall; + startFace 500264187; + nFaces 19066; + } + + Notchback_C-Pillar + { + type wall; + startFace 500283253; + nFaces 321194; + } + + Notchback_Roof + { + type wall; + startFace 500604447; + nFaces 65442; + } + + Notchback_Trunk + { + type wall; + startFace 500669889; + nFaces 87952; + } + + Notchback_Window_rear + { + type wall; + startFace 500757841; + nFaces 101855; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 500859696; + nFaces 32527; + } + + Notchback_Window_side + { + type wall; + startFace 500892223; + nFaces 57461; + } + + Notchback_Window_side_frame + { + type wall; + startFace 500949684; + nFaces 85122; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 501034806; + nFaces 750556; + } + + Powertrain + { + type wall; + startFace 501785362; + nFaces 148048; + } + + Rims_front + { + type wall; + startFace 501933410; + nFaces 553327; + } + + Rims_rear + { + type wall; + startFace 502486737; + nFaces 576663; + } + + Tire_Plinth_front + { + type wall; + startFace 503063400; + nFaces 14022; + } + + Tire_Plinth_rear + { + type wall; + startFace 503077422; + nFaces 13671; + } + + Tires_front + { + type wall; + startFace 503091093; + nFaces 2686689; + } + + Tires_rear + { + type wall; + startFace 505777782; + nFaces 2655156; + } + + Wheel_Support_front_1 + { + type wall; + startFace 508432938; + nFaces 165559; + } + + Wheel_Support_front_2 + { + type wall; + startFace 508598497; + nFaces 87080; + } + + Wheel_Support_rear + { + type wall; + startFace 508685577; + nFaces 47313; + } + +) diff --git a/openfoam_meshes/run_184/constant/polyMesh/cellZones b/openfoam_meshes/run_184/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..0bdad30a0ee36f6c2f624824f911f38934002088 --- /dev/null +++ b/openfoam_meshes/run_184/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/constant/polyMesh/faceZones b/openfoam_meshes/run_184/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..9bba682ec8ab4dc84950a5301be1887f1fe1d908 --- /dev/null +++ b/openfoam_meshes/run_184/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_184/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..602051166a08065a9eaf7caeee6b4fae545eb119 --- /dev/null +++ b/openfoam_meshes/run_184/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.942; // reference length (in m) - wheelbase +Aref 2.272; // reference area (in m^2.272) - frontal area +forcesCoR (1.478 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_184/constant/transportProperties b/openfoam_meshes/run_184/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..be1a33fc6c712b3d4cfe3066993031ce584a47d0 --- /dev/null +++ b/openfoam_meshes/run_184/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/system/controlDict b/openfoam_meshes/run_184/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..83e717e9ad6e237c68690236879b1769e0992c9f --- /dev/null +++ b/openfoam_meshes/run_184/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/system/fvSchemes b/openfoam_meshes/run_184/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..638106120d13ed1c85851cf4785a2bb6d6792955 --- /dev/null +++ b/openfoam_meshes/run_184/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_184/system/fvSolution b/openfoam_meshes/run_184/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..54c81c992ecc5ab35209a96a04b17e099ade8946 --- /dev/null +++ b/openfoam_meshes/run_184/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 00:00:53 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_184/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_192/constant/polyMesh/boundary b/openfoam_meshes/run_192/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..55ff7b42c840db6ecd4060ff42a26344427de061 --- /dev/null +++ b/openfoam_meshes/run_192/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Wed Jan 31 10:04:34 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_192/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 414331790; + nFaces 132758; + } + + Body_Door_handles + { + type wall; + startFace 414464548; + nFaces 37634; + } + + Body_Fascia_front_1 + { + type wall; + startFace 414502182; + nFaces 132893; + } + + Body_Fascia_front_2 + { + type wall; + startFace 414635075; + nFaces 36764; + } + + Body_Fender + { + type wall; + startFace 414671839; + nFaces 58985; + } + + Body_Headlamps + { + type wall; + startFace 414730824; + nFaces 21196; + } + + Body_Hood + { + type wall; + startFace 414752020; + nFaces 44958; + } + + Body_Rear + { + type wall; + startFace 414796978; + nFaces 172155; + } + + Body_Rear_Access + { + type wall; + startFace 414969133; + nFaces 24142; + } + + Body_Rocker + { + type wall; + startFace 414993275; + nFaces 23861; + } + + Body_Roof + { + type wall; + startFace 415017136; + nFaces 32057; + } + + Body_Side + { + type wall; + startFace 415049193; + nFaces 95983; + } + + Body_Window_front + { + type wall; + startFace 415145176; + nFaces 94352; + } + + Body_Window_front_frame + { + type wall; + startFace 415239528; + nFaces 107712; + } + + Body_Window_Side + { + type wall; + startFace 415347240; + nFaces 37263; + } + + Body_Window_side_frame + { + type wall; + startFace 415384503; + nFaces 53318; + } + + Brake_Disc_front + { + type wall; + startFace 415437821; + nFaces 82048; + } + + Brake_Disc_rear + { + type wall; + startFace 415519869; + nFaces 111530; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 415631399; + nFaces 13737; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 415645136; + nFaces 37535; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 415682671; + nFaces 2138; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 415684809; + nFaces 719; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 415685528; + nFaces 714; + } + + domain_inlet + { + type patch; + startFace 415686242; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 415687250; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 415688258; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 415690088; + nFaces 1419679; + } + + domain_road_viscous + { + type wall; + startFace 417109767; + nFaces 125553; + } + + domain_road_viscous_outer + { + type wall; + startFace 417235320; + nFaces 4327; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 417239647; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 417243362; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 417246170; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 417248978; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 417253892; + nFaces 20819; + } + + Exhaust_System_1 + { + type wall; + startFace 417274711; + nFaces 465; + } + + Exhaust_System_2 + { + type wall; + startFace 417275176; + nFaces 67695; + } + + Exhaust_System_3 + { + type wall; + startFace 417342871; + nFaces 6875; + } + + Mirrors_1 + { + type wall; + startFace 417349746; + nFaces 212600; + } + + Mirrors_2 + { + type wall; + startFace 417562346; + nFaces 34075; + } + + Notchback_B-Pillar + { + type wall; + startFace 417596421; + nFaces 24477; + } + + Notchback_Body_side + { + type wall; + startFace 417620898; + nFaces 18991; + } + + Notchback_C-Pillar + { + type wall; + startFace 417639889; + nFaces 295269; + } + + Notchback_Roof + { + type wall; + startFace 417935158; + nFaces 69983; + } + + Notchback_Trunk + { + type wall; + startFace 418005141; + nFaces 69681; + } + + Notchback_Window_rear + { + type wall; + startFace 418074822; + nFaces 123970; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 418198792; + nFaces 37635; + } + + Notchback_Window_side + { + type wall; + startFace 418236427; + nFaces 61074; + } + + Notchback_Window_side_frame + { + type wall; + startFace 418297501; + nFaces 88276; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 418385777; + nFaces 795298; + } + + Powertrain + { + type wall; + startFace 419181075; + nFaces 156663; + } + + Rims_front + { + type wall; + startFace 419337738; + nFaces 552709; + } + + Rims_rear + { + type wall; + startFace 419890447; + nFaces 566391; + } + + Tire_Plinth_front + { + type wall; + startFace 420456838; + nFaces 15190; + } + + Tire_Plinth_rear + { + type wall; + startFace 420472028; + nFaces 13975; + } + + Tires_front + { + type wall; + startFace 420486003; + nFaces 1689717; + } + + Tires_rear + { + type wall; + startFace 422175720; + nFaces 1725997; + } + + Wheel_Support_front_1 + { + type wall; + startFace 423901717; + nFaces 157000; + } + + Wheel_Support_front_2 + { + type wall; + startFace 424058717; + nFaces 81775; + } + + Wheel_Support_rear + { + type wall; + startFace 424140492; + nFaces 64582; + } + +) diff --git a/openfoam_meshes/run_231/constant/polyMesh/points b/openfoam_meshes/run_231/constant/polyMesh/points new file mode 100644 index 0000000000000000000000000000000000000000..ac3a17928248d4722591f6476fcd670ea27a64cb --- /dev/null +++ b/openfoam_meshes/run_231/constant/polyMesh/points @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27141f939de357516c50f595e9962bb12a4ce4dbf6f1a852338f147a1715d04 +size 3617416110 diff --git a/openfoam_meshes/run_316/constant/polyMesh/faces b/openfoam_meshes/run_316/constant/polyMesh/faces new file mode 100644 index 0000000000000000000000000000000000000000..cb4292e52139a12915463ae1b8aa21f25506de48 --- /dev/null +++ b/openfoam_meshes/run_316/constant/polyMesh/faces @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea566b967d498605a7023f96d212653857cf8e037dd6bb86b59fdb71f620280 +size 9509276876 diff --git a/openfoam_meshes/run_337/0/U b/openfoam_meshes/run_337/0/U new file mode 100644 index 0000000000000000000000000000000000000000..d97d6fd2781cba56365ba826cb6565696de79d6d --- /dev/null +++ b/openfoam_meshes/run_337/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:49:05 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_337/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_337/0/p b/openfoam_meshes/run_337/0/p new file mode 100644 index 0000000000000000000000000000000000000000..c1200bb7948ec91505c76a3a7366edf9f3f41300 --- /dev/null +++ b/openfoam_meshes/run_337/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:49:04 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_337/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_337/0/p_rgh b/openfoam_meshes/run_337/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..5c38b02ae685f866ef206d70a0e62336e020e570 --- /dev/null +++ b/openfoam_meshes/run_337/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:49:05 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_337/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_337/constant/fvOptions b/openfoam_meshes/run_337/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..dfce689258718933fc8c26309af237e97190ab8c --- /dev/null +++ b/openfoam_meshes/run_337/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:49:05 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_337/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_337/constant/geometryParameter.txt b/openfoam_meshes/run_337/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1ec190e48bf511e3886327a6ae31243ff5d6f9b --- /dev/null +++ b/openfoam_meshes/run_337/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.988; // reference length (in m) - wheelbase +Aref 2.127; // reference area (in m^2.127) - frontal area +forcesCoR (1.501 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_337/constant/momentumTransport b/openfoam_meshes/run_337/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..7a06ec73c35749459c79a48fb31c5fb17f142a6c --- /dev/null +++ b/openfoam_meshes/run_337/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:49:04 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_337/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_337/constant/transportProperties b/openfoam_meshes/run_337/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..4fa8a4af1092910a2daf4263e27d8c8ab53250f3 --- /dev/null +++ b/openfoam_meshes/run_337/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Mon Jan 29 08:49:05 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_337/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_358/0/U b/openfoam_meshes/run_358/0/U new file mode 100644 index 0000000000000000000000000000000000000000..fcfb9e66e1eaea94b67cc50c3e4242c5c8476b93 --- /dev/null +++ b/openfoam_meshes/run_358/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/0/p b/openfoam_meshes/run_358/0/p new file mode 100644 index 0000000000000000000000000000000000000000..9c64c4bcc7da925a3f2e32a17f46d8264dbbae45 --- /dev/null +++ b/openfoam_meshes/run_358/0/p @@ -0,0 +1,329 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/0/p_rgh b/openfoam_meshes/run_358/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..a5c59e1a7b94fc3a21e55cf9d83f5e8c7b188c2d --- /dev/null +++ b/openfoam_meshes/run_358/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/constant/fvOptions b/openfoam_meshes/run_358/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..3e05d9d7e9e58eb23abe89ae168807d6cd343c00 --- /dev/null +++ b/openfoam_meshes/run_358/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/constant/geometryParameter.txt b/openfoam_meshes/run_358/constant/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef542243debd360ff2d44fcbe2b7375c9188f36a --- /dev/null +++ b/openfoam_meshes/run_358/constant/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.832; // reference length (in m) - wheelbase +Aref 2.186; // reference area (in m^2.186) - frontal area +forcesCoR (1.4229999999999998 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_358/constant/momentumTransport b/openfoam_meshes/run_358/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..14ec8415bb6659e13dba9c15cf3b1ac3a996d575 --- /dev/null +++ b/openfoam_meshes/run_358/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/constant/polyMesh/boundary b/openfoam_meshes/run_358/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..ad32fd91fee4d92cb6e3e75f163b918afad44299 --- /dev/null +++ b/openfoam_meshes/run_358/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:23 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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 433889002; + nFaces 128542; + } + + Body_Door_handles + { + type wall; + startFace 434017544; + nFaces 33857; + } + + Body_Fascia_front_1 + { + type wall; + startFace 434051401; + nFaces 136052; + } + + Body_Fascia_front_2 + { + type wall; + startFace 434187453; + nFaces 38956; + } + + Body_Fender + { + type wall; + startFace 434226409; + nFaces 61053; + } + + Body_Headlamps + { + type wall; + startFace 434287462; + nFaces 23910; + } + + Body_Hood + { + type wall; + startFace 434311372; + nFaces 43415; + } + + Body_Rear + { + type wall; + startFace 434354787; + nFaces 150222; + } + + Body_Rear_Access + { + type wall; + startFace 434505009; + nFaces 21796; + } + + Body_Rocker + { + type wall; + startFace 434526805; + nFaces 20914; + } + + Body_Roof + { + type wall; + startFace 434547719; + nFaces 31296; + } + + Body_Side + { + type wall; + startFace 434579015; + nFaces 86035; + } + + Body_Window_front + { + type wall; + startFace 434665050; + nFaces 90884; + } + + Body_Window_front_frame + { + type wall; + startFace 434755934; + nFaces 105122; + } + + Body_Window_Side + { + type wall; + startFace 434861056; + nFaces 32533; + } + + Body_Window_side_frame + { + type wall; + startFace 434893589; + nFaces 51454; + } + + Brake_Disc_front + { + type wall; + startFace 434945043; + nFaces 79530; + } + + Brake_Disc_rear + { + type wall; + startFace 435024573; + nFaces 87454; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 435112027; + nFaces 11555; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 435123582; + nFaces 33983; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 435157565; + nFaces 1984; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 435159549; + nFaces 704; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 435160253; + nFaces 712; + } + + domain_inlet + { + type patch; + startFace 435160965; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 435161973; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 435162981; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 435164811; + nFaces 1364870; + } + + domain_road_viscous + { + type wall; + startFace 436529681; + nFaces 121022; + } + + domain_road_viscous_outer + { + type wall; + startFace 436650703; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 436655029; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 436658744; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 436661552; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 436664360; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 436669274; + nFaces 19536; + } + + Exhaust_System_1 + { + type wall; + startFace 436688810; + nFaces 419; + } + + Exhaust_System_2 + { + type wall; + startFace 436689229; + nFaces 62312; + } + + Exhaust_System_3 + { + type wall; + startFace 436751541; + nFaces 5005; + } + + Mirrors_1 + { + type wall; + startFace 436756546; + nFaces 211558; + } + + Mirrors_2 + { + type wall; + startFace 436968104; + nFaces 34693; + } + + Notchback_B-Pillar + { + type wall; + startFace 437002797; + nFaces 20301; + } + + Notchback_Body_side + { + type wall; + startFace 437023098; + nFaces 16857; + } + + Notchback_C-Pillar + { + type wall; + startFace 437039955; + nFaces 271737; + } + + Notchback_Roof + { + type wall; + startFace 437311692; + nFaces 64221; + } + + Notchback_Trunk + { + type wall; + startFace 437375913; + nFaces 73216; + } + + Notchback_Window_rear + { + type wall; + startFace 437449129; + nFaces 99953; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 437549082; + nFaces 30588; + } + + Notchback_Window_side + { + type wall; + startFace 437579670; + nFaces 50066; + } + + Notchback_Window_side_frame + { + type wall; + startFace 437629736; + nFaces 74222; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 437703958; + nFaces 742779; + } + + Powertrain + { + type wall; + startFace 438446737; + nFaces 145764; + } + + Rims_front + { + type wall; + startFace 438592501; + nFaces 546355; + } + + Rims_rear + { + type wall; + startFace 439138856; + nFaces 559133; + } + + Tire_Plinth_front + { + type wall; + startFace 439697989; + nFaces 14777; + } + + Tire_Plinth_rear + { + type wall; + startFace 439712766; + nFaces 13731; + } + + Tires_front + { + type wall; + startFace 439726497; + nFaces 1836839; + } + + Tires_rear + { + type wall; + startFace 441563336; + nFaces 2237839; + } + + Wheel_Support_front_1 + { + type wall; + startFace 443801175; + nFaces 151585; + } + + Wheel_Support_front_2 + { + type wall; + startFace 443952760; + nFaces 79124; + } + + Wheel_Support_rear + { + type wall; + startFace 444031884; + nFaces 45938; + } + +) diff --git a/openfoam_meshes/run_358/constant/polyMesh/cellZones b/openfoam_meshes/run_358/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..a60eb7ef3e9b4f956e5b5c772149783e11db7744 --- /dev/null +++ b/openfoam_meshes/run_358/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:23 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/constant/polyMesh/faceZones b/openfoam_meshes/run_358/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..7d6d41fd871ad830cc1ce512232b5dc74e7dd107 --- /dev/null +++ b/openfoam_meshes/run_358/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:23 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_358/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef542243debd360ff2d44fcbe2b7375c9188f36a --- /dev/null +++ b/openfoam_meshes/run_358/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.832; // reference length (in m) - wheelbase +Aref 2.186; // reference area (in m^2.186) - frontal area +forcesCoR (1.4229999999999998 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_358/constant/transportProperties b/openfoam_meshes/run_358/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..e1996754186e0df8ac3a9d191226e8e712068e6b --- /dev/null +++ b/openfoam_meshes/run_358/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/system/controlDict b/openfoam_meshes/run_358/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..041fc1a03cb3a30f4611e35eb29f0a22b4b765f4 --- /dev/null +++ b/openfoam_meshes/run_358/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:23 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/system/fvSchemes b/openfoam_meshes/run_358/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..8121182fed8111685ddcf24f719e73c602a30ac4 --- /dev/null +++ b/openfoam_meshes/run_358/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_358/system/fvSolution b/openfoam_meshes/run_358/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..dc628979e87a7b93a49888efbc603229f89eda43 --- /dev/null +++ b/openfoam_meshes/run_358/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 11:11:24 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_358/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_39/0/U b/openfoam_meshes/run_39/0/U new file mode 100644 index 0000000000000000000000000000000000000000..17b8284e942c58c2d0bb1c7475acb806efe7a973 --- /dev/null +++ b/openfoam_meshes/run_39/0/U @@ -0,0 +1,383 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 16:27:41 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_039/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_39/0/p_rgh b/openfoam_meshes/run_39/0/p_rgh new file mode 100644 index 0000000000000000000000000000000000000000..461b1794b8866bd057969cc9dddef2b746cd3ec1 --- /dev/null +++ b/openfoam_meshes/run_39/0/p_rgh @@ -0,0 +1,328 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 16:27:41 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_039/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_39/constant/momentumTransport b/openfoam_meshes/run_39/constant/momentumTransport new file mode 100644 index 0000000000000000000000000000000000000000..863be32eb148caf0fc8946fd7ac4f66b0404e2f8 --- /dev/null +++ b/openfoam_meshes/run_39/constant/momentumTransport @@ -0,0 +1,35 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 16:27:41 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_039/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_39/constant/polyMesh/boundary b/openfoam_meshes/run_39/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..9a20fe596ce3764cd9dbc72502b84ca2faa177a5 --- /dev/null +++ b/openfoam_meshes/run_39/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 16:27:41 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_039/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 435166101; + nFaces 117578; + } + + Body_Door_handles + { + type wall; + startFace 435283679; + nFaces 31374; + } + + Body_Fascia_front_1 + { + type wall; + startFace 435315053; + nFaces 124061; + } + + Body_Fascia_front_2 + { + type wall; + startFace 435439114; + nFaces 32784; + } + + Body_Fender + { + type wall; + startFace 435471898; + nFaces 55351; + } + + Body_Headlamps + { + type wall; + startFace 435527249; + nFaces 22480; + } + + Body_Hood + { + type wall; + startFace 435549729; + nFaces 40370; + } + + Body_Rear + { + type wall; + startFace 435590099; + nFaces 147582; + } + + Body_Rear_Access + { + type wall; + startFace 435737681; + nFaces 18836; + } + + Body_Rocker + { + type wall; + startFace 435756517; + nFaces 21195; + } + + Body_Roof + { + type wall; + startFace 435777712; + nFaces 30335; + } + + Body_Side + { + type wall; + startFace 435808047; + nFaces 79842; + } + + Body_Window_front + { + type wall; + startFace 435887889; + nFaces 85568; + } + + Body_Window_front_frame + { + type wall; + startFace 435973457; + nFaces 96604; + } + + Body_Window_Side + { + type wall; + startFace 436070061; + nFaces 32048; + } + + Body_Window_side_frame + { + type wall; + startFace 436102109; + nFaces 48699; + } + + Brake_Disc_front + { + type wall; + startFace 436150808; + nFaces 66767; + } + + Brake_Disc_rear + { + type wall; + startFace 436217575; + nFaces 96506; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 436314081; + nFaces 11704; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 436325785; + nFaces 20832; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 436346617; + nFaces 1963; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 436348580; + nFaces 774; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 436349354; + nFaces 772; + } + + domain_inlet + { + type patch; + startFace 436350126; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 436351134; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 436352142; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 436353972; + nFaces 1358258; + } + + domain_road_viscous + { + type wall; + startFace 437712230; + nFaces 119743; + } + + domain_road_viscous_outer + { + type wall; + startFace 437831973; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 437836299; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 437840014; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 437842822; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 437845630; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 437850544; + nFaces 21322; + } + + Exhaust_System_1 + { + type wall; + startFace 437871866; + nFaces 434; + } + + Exhaust_System_2 + { + type wall; + startFace 437872300; + nFaces 60270; + } + + Exhaust_System_3 + { + type wall; + startFace 437932570; + nFaces 4753; + } + + Mirrors_1 + { + type wall; + startFace 437937323; + nFaces 208440; + } + + Mirrors_2 + { + type wall; + startFace 438145763; + nFaces 34238; + } + + Notchback_B-Pillar + { + type wall; + startFace 438180001; + nFaces 19893; + } + + Notchback_Body_side + { + type wall; + startFace 438199894; + nFaces 16013; + } + + Notchback_C-Pillar + { + type wall; + startFace 438215907; + nFaces 272078; + } + + Notchback_Roof + { + type wall; + startFace 438487985; + nFaces 65941; + } + + Notchback_Trunk + { + type wall; + startFace 438553926; + nFaces 68209; + } + + Notchback_Window_rear + { + type wall; + startFace 438622135; + nFaces 83933; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 438706068; + nFaces 26101; + } + + Notchback_Window_side + { + type wall; + startFace 438732169; + nFaces 47871; + } + + Notchback_Window_side_frame + { + type wall; + startFace 438780040; + nFaces 71215; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 438851255; + nFaces 717841; + } + + Powertrain + { + type wall; + startFace 439569096; + nFaces 144846; + } + + Rims_front + { + type wall; + startFace 439713942; + nFaces 541084; + } + + Rims_rear + { + type wall; + startFace 440255026; + nFaces 565954; + } + + Tire_Plinth_front + { + type wall; + startFace 440820980; + nFaces 13528; + } + + Tire_Plinth_rear + { + type wall; + startFace 440834508; + nFaces 13791; + } + + Tires_front + { + type wall; + startFace 440848299; + nFaces 1825721; + } + + Tires_rear + { + type wall; + startFace 442674020; + nFaces 2279316; + } + + Wheel_Support_front_1 + { + type wall; + startFace 444953336; + nFaces 183537; + } + + Wheel_Support_front_2 + { + type wall; + startFace 445136873; + nFaces 94964; + } + + Wheel_Support_rear + { + type wall; + startFace 445231837; + nFaces 54718; + } + +) diff --git a/openfoam_meshes/run_39/constant/polyMesh/geometryParameter.txt b/openfoam_meshes/run_39/constant/polyMesh/geometryParameter.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e4a8b1737d6c967258b401f3172052a41b7a3c7 --- /dev/null +++ b/openfoam_meshes/run_39/constant/polyMesh/geometryParameter.txt @@ -0,0 +1,7 @@ +// Geometrical parameters: +lref 2.728; // reference length (in m) - wheelbase +Aref 2.14; // reference area (in m^2.14) - frontal area +forcesCoR (1.371 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_39/system/controlDict b/openfoam_meshes/run_39/system/controlDict new file mode 100644 index 0000000000000000000000000000000000000000..f1b305e4bc2ce09afc3cd7b3120d3eefbabb29f9 --- /dev/null +++ b/openfoam_meshes/run_39/system/controlDict @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 16:27:41 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_039/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_39/system/fvSchemes b/openfoam_meshes/run_39/system/fvSchemes new file mode 100644 index 0000000000000000000000000000000000000000..95dd851020a4123de1f11046732319cd2be55249 --- /dev/null +++ b/openfoam_meshes/run_39/system/fvSchemes @@ -0,0 +1,71 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 16:27:41 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_039/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_39/system/fvSolution b/openfoam_meshes/run_39/system/fvSolution new file mode 100644 index 0000000000000000000000000000000000000000..ad0dd7b90974e9487ebc5ee302160b4cdb86a8c3 --- /dev/null +++ b/openfoam_meshes/run_39/system/fvSolution @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Sat Jan 27 16:27:41 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_039/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_455/constant/fvOptions b/openfoam_meshes/run_455/constant/fvOptions new file mode 100644 index 0000000000000000000000000000000000000000..647570f35b4d95df292d21df386a4851a061b4a1 --- /dev/null +++ b/openfoam_meshes/run_455/constant/fvOptions @@ -0,0 +1,30 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 01:09:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_455/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_455/constant/polyMesh/boundary b/openfoam_meshes/run_455/constant/polyMesh/boundary new file mode 100644 index 0000000000000000000000000000000000000000..317a66935f55e79cf29b9fe3df45f02cb94a4718 --- /dev/null +++ b/openfoam_meshes/run_455/constant/polyMesh/boundary @@ -0,0 +1,441 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 01:09:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_455/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 482414560; + nFaces 132459; + } + + Body_Door_handles + { + type wall; + startFace 482547019; + nFaces 32514; + } + + Body_Fascia_front_1 + { + type wall; + startFace 482579533; + nFaces 149515; + } + + Body_Fascia_front_2 + { + type wall; + startFace 482729048; + nFaces 39749; + } + + Body_Fender + { + type wall; + startFace 482768797; + nFaces 63142; + } + + Body_Headlamps + { + type wall; + startFace 482831939; + nFaces 27656; + } + + Body_Hood + { + type wall; + startFace 482859595; + nFaces 48297; + } + + Body_Rear + { + type wall; + startFace 482907892; + nFaces 202050; + } + + Body_Rear_Access + { + type wall; + startFace 483109942; + nFaces 31314; + } + + Body_Rocker + { + type wall; + startFace 483141256; + nFaces 18554; + } + + Body_Roof + { + type wall; + startFace 483159810; + nFaces 30902; + } + + Body_Side + { + type wall; + startFace 483190712; + nFaces 80559; + } + + Body_Window_front + { + type wall; + startFace 483271271; + nFaces 93161; + } + + Body_Window_front_frame + { + type wall; + startFace 483364432; + nFaces 117919; + } + + Body_Window_Side + { + type wall; + startFace 483482351; + nFaces 34479; + } + + Body_Window_side_frame + { + type wall; + startFace 483516830; + nFaces 46676; + } + + Brake_Disc_front + { + type wall; + startFace 483563506; + nFaces 100579; + } + + Brake_Disc_rear + { + type wall; + startFace 483664085; + nFaces 96368; + } + + Closed_Grill_Lower_Insert + { + type wall; + startFace 483760453; + nFaces 11180; + } + + Closed_Grill_Upper_Insert + { + type wall; + startFace 483771633; + nFaces 28120; + } + + CTRL_SURFACE_Outlet + { + type wall; + startFace 483799753; + nFaces 1982; + } + + CTRL_SURFACE_Wheelhouse_LHS + { + type wall; + startFace 483801735; + nFaces 749; + } + + CTRL_SURFACE_Wheelshouse_RHS + { + type wall; + startFace 483802484; + nFaces 746; + } + + domain_inlet + { + type patch; + startFace 483803230; + nFaces 1008; + } + + domain_outlet + { + type patch; + startFace 483804238; + nFaces 1008; + } + + domain_road_near_free_slip + { + type symmetry; + startFace 483805246; + nFaces 1830; + } + + domain_road_near_viscous + { + type wall; + startFace 483807076; + nFaces 1387794; + } + + domain_road_viscous + { + type wall; + startFace 485194870; + nFaces 123352; + } + + domain_road_viscous_outer + { + type wall; + startFace 485318222; + nFaces 4326; + } + + domain_road_zero_free_slip + { + type symmetry; + startFace 485322548; + nFaces 3715; + } + + domain_side1 + { + type symmetry; + startFace 485326263; + nFaces 2808; + } + + domain_side2 + { + type symmetry; + startFace 485329071; + nFaces 2808; + } + + domain_side_top + { + type symmetry; + startFace 485331879; + nFaces 4914; + } + + Engine_Undershield + { + type wall; + startFace 485336793; + nFaces 23163; + } + + Exhaust_System_1 + { + type wall; + startFace 485359956; + nFaces 446; + } + + Exhaust_System_2 + { + type wall; + startFace 485360402; + nFaces 61965; + } + + Exhaust_System_3 + { + type wall; + startFace 485422367; + nFaces 8481; + } + + Mirrors_1 + { + type wall; + startFace 485430848; + nFaces 213866; + } + + Mirrors_2 + { + type wall; + startFace 485644714; + nFaces 34128; + } + + Notchback_B-Pillar + { + type wall; + startFace 485678842; + nFaces 21644; + } + + Notchback_Body_side + { + type wall; + startFace 485700486; + nFaces 17033; + } + + Notchback_C-Pillar + { + type wall; + startFace 485717519; + nFaces 346376; + } + + Notchback_Roof + { + type wall; + startFace 486063895; + nFaces 65227; + } + + Notchback_Trunk + { + type wall; + startFace 486129122; + nFaces 98289; + } + + Notchback_Window_rear + { + type wall; + startFace 486227411; + nFaces 112698; + } + + Notchback_Window_rear_frame + { + type wall; + startFace 486340109; + nFaces 38631; + } + + Notchback_Window_side + { + type wall; + startFace 486378740; + nFaces 51435; + } + + Notchback_Window_side_frame + { + type wall; + startFace 486430175; + nFaces 79875; + } + + OCDA_Detailed_Underbody + { + type wall; + startFace 486510050; + nFaces 761069; + } + + Powertrain + { + type wall; + startFace 487271119; + nFaces 150886; + } + + Rims_front + { + type wall; + startFace 487422005; + nFaces 552512; + } + + Rims_rear + { + type wall; + startFace 487974517; + nFaces 567458; + } + + Tire_Plinth_front + { + type wall; + startFace 488541975; + nFaces 13699; + } + + Tire_Plinth_rear + { + type wall; + startFace 488555674; + nFaces 13911; + } + + Tires_front + { + type wall; + startFace 488569585; + nFaces 2480734; + } + + Tires_rear + { + type wall; + startFace 491050319; + nFaces 2464714; + } + + Wheel_Support_front_1 + { + type wall; + startFace 493515033; + nFaces 161843; + } + + Wheel_Support_front_2 + { + type wall; + startFace 493676876; + nFaces 87025; + } + + Wheel_Support_rear + { + type wall; + startFace 493763901; + nFaces 53714; + } + +) diff --git a/openfoam_meshes/run_455/constant/polyMesh/cellZones b/openfoam_meshes/run_455/constant/polyMesh/cellZones new file mode 100644 index 0000000000000000000000000000000000000000..bf379028073ad2f44e491f931063e8020fd9b1c9 --- /dev/null +++ b/openfoam_meshes/run_455/constant/polyMesh/cellZones @@ -0,0 +1,28 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 01:09:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_455/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_455/constant/polyMesh/faceZones b/openfoam_meshes/run_455/constant/polyMesh/faceZones new file mode 100644 index 0000000000000000000000000000000000000000..66a6ce21ceaa37d26069264a64d4ce8c2e694af8 --- /dev/null +++ b/openfoam_meshes/run_455/constant/polyMesh/faceZones @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 01:09:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_455/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_455/constant/transportProperties b/openfoam_meshes/run_455/constant/transportProperties new file mode 100644 index 0000000000000000000000000000000000000000..ddf49a403145d835d0b87e6dce3917479e11e2ec --- /dev/null +++ b/openfoam_meshes/run_455/constant/transportProperties @@ -0,0 +1,26 @@ +/*---------------------------------------------------------------------------------------------------------------*\ +| | +| ANSA_VERSION: 24.1.0 | +| | +| file created by A N S A Tue Jan 30 01:09:52 2024 | +| | +| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_455/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_469/constant/polyMesh/owner b/openfoam_meshes/run_469/constant/polyMesh/owner new file mode 100644 index 0000000000000000000000000000000000000000..2cd17fa5d540eb66f332579b88e2cfef886ecca7 --- /dev/null +++ b/openfoam_meshes/run_469/constant/polyMesh/owner @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1499ee558fd3d2bcc8229eb03a44229b5724920b23a9e5efa66526cbc9b73df3 +size 1968721776