/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application dsmcFoam;
startFrom startTime;
startTime 0;
stopAt endTime;
endTime 0.01;
deltaT 2e-6;
writeControl runTime;
writeInterval 1e-4;
purgeWrite 0;
writeFormat ascii;
writePrecision 10;
writeCompression uncompressed;
timeFormat general;
timePrecision 6;
runTimeModifiable yes;
adjustTimeStep no;
functions
(
fieldAverage1
type fieldAverage;
functionObjectLibs ( "libfieldFunctionObjects.so" );
outputControl outputTime;
resetOnOutput on;
fields
rhoN
mean on;
prime2Mean off;
base time;
rhoM
dsmcRhoN
momentum
linearKE
internalE
iDof
q
fD
);
dsmcFields1
type dsmcFields;
enabled on;
functionObjectLibs ( "libutilityFunctionObjects.so" );
forces1
type forces;
functionObjectLibs ( "libforces.so" );
patches ( obstacle );
directForceDensity true;
fDName fDMean;
CofR ( 0 0 0 );
log on;
// ************************************************************************* //