This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/validationAndVerificationSuite/verification/GGI/bridgedOverlap/basicMesh-potentialFoam/system/controlDict
Vuko Vukcevic 40530a7921 Conservative bridged overlap GGI verification case
Channel test case (7 cells) with sudden contraction using bridged overlap with
potentialFoam.
2018-04-25 12:37:23 +02:00

67 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application icoFoam;
startFrom latestTime;
startTime 0;
stopAt endTime;
endTime 1;
deltaT 0.001;
writeControl timeStep;
writeInterval 100;
purgeWrite 0;
writeFormat ascii;
writePrecision 10;
writeCompression compressed;
timeFormat general;
timePrecision 6;
runTimeModifiable yes;
adjustTimeStep no;
maxCo 0.2;
functions
(
ggiCheck
{
type ggiCheck;
phi phi;
functionObjectLibs ("libcheckFunctionObjects.so");
}
);
DebugSwitches
{
ggi 1;
GGIInterpolation 1;
}
// ************************************************************************* //