File size: 2,404 Bytes
bde67d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
/*---------------------------------------------------------------------------------------------------------------*\
| |
| ANSA_VERSION: 24.1.0 |
| |
| file created by A N S A Fri Jan 26 20:48:39 2024 |
| |
| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_105/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
);
}
}
|