This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/surfaceTracking/bubbleInterTrackFoam/bubble2D_r0.75mm/system/fvSolution
Hrvoje Jasak 94dbef658a Merge remote branch 'remotes/origin/formatChanges'
Conflicts:
	tutorials/surfaceTracking/interTrackFoam/ramp/constant/polyMesh/blockMeshDict
	tutorials/surfaceTracking/interTrackFoam/ramp/system/fvSolution
2010-11-25 14:32:33 +00:00

47 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
{
p
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0;
}
U
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}
}
PISO
{
nOuterCorrectors 6;
nCorrectors 2;
nNonOrthogonalCorrectors 1;
pRefPoint (0 0 0);
pRefValue 0;
}
// ************************************************************************* //