carmelog's picture
Add files using upload-large-folder tool
6497c7e verified
raw
history blame
1.05 kB
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2212 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
{
T
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-07;
relTol 0;
};
}
SIMPLE
{
residualControl
{
T 1e-5;
}
}
// ************************************************************************* //