OpenFOAM-4.x-lab/etc/caseDicts/general/fvSolution/relaxationFactors/transient
2016-06-22 11:19:35 +01:00

28 lines
924 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object transient;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
relaxationFactors
{
fields
{
}
equations
{
".*" 1;
}
}
// ************************************************************************* //