Files
openfoam/applications/utilities/mesh/generation/CV2DMesher/testCase/system/fvSolution
2008-07-24 11:14:22 +01:00

47 lines
1.1 KiB
Plaintext
Executable File

// The FOAM Project // File: fvSolution
/*
-------------------------------------------------------------------------------
========= | dictionary
\\ / |
\\ / | Name: fvSolution
\\ / | Family: FoamX configuration file
\\/ |
F ield | FOAM version: 2.3
O peration | Product of Nabla Ltd.
A and |
M anipulation | Email: Enquiries@Nabla.co.uk
-------------------------------------------------------------------------------
*/
// FoamX Case Dictionary.
FoamFile
{
version 2.0;
format ascii;
root "/home/storm/chris/foam/chris2.3/run/tutorials/icoFoam";
case "cavity";
instance "system";
local "";
class dictionary;
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
{
p ICCG 1e-06 0;
U BICCG 1e-05 0;
}
PISO
{
nCorrectors 2;
nNonOrthogonalCorrectors 0;
}
// ************************************************************************* //