intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / snappyHexMesh / iglooWithFridges / system / fvSolution
blob9e9998642e78ea59c1aef2bbb95c799fffef6501
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      fvSolution;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 solvers
20     // p               ICCG 1e-06 0;
21     p               AMG 1e-06 0 10;
22     U               BICCG 1e-05 0;
24     // Meshmotion
25     cellMotionU ICCG 1e-6 0.0;
26     cellMotionUx ICCG 1e-6 0.0;
29 PISO
31     nCorrectors     2;
32     nNonOrthogonalCorrectors 0;
33     pRefCell        0;
34     pRefValue       0;
37 // ************************************************************************* //