/*---------------------------------------------------------------------------------------------------------------*\ | | | ANSA_VERSION: 24.1.0 | | | | file created by A N S A Sun Jan 28 06:41:19 2024 | | | | Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_132/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 ); } }