OpenFOAM-4.x-lab/etc/caseDicts/general/fvSolution/relaxationFactors/steadyState
Chris Greenshields e60cdeb72f Configuration settings of some dictionaries, e.g. snappyHexMeshDict
for more convenient case setup
2015-05-17 18:30:11 +01:00

30 lines
996 B
C++

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