42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | foam-extend: Open Source CFD |
|
||
|
| \\ / O peration | Version: 3.0 |
|
||
|
| \\ / A nd | Web: http://www.extend-project.de |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
object fluidProperties;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
fluidSolver consistentIcoFluid;
|
||
|
|
||
|
unsIcoFluidCoeffs
|
||
|
{
|
||
|
nCorrectors 3;
|
||
|
nNonOrthogonalCorrectors 1;
|
||
|
nOuterCorrectors 1;
|
||
|
|
||
|
consistent no;
|
||
|
}
|
||
|
|
||
|
icoFluidCoeffs
|
||
|
{
|
||
|
nCorrectors 3;
|
||
|
nNonOrthogonalCorrectors 1;
|
||
|
nOuterCorrectors 1;
|
||
|
}
|
||
|
|
||
|
consistentIcoFluidCoeffs
|
||
|
{
|
||
|
nCorrectors 3;
|
||
|
nNonOrthogonalCorrectors 1;
|
||
|
}
|
||
|
|
||
|
// ************************************************************************* //
|