Choosing Andy's

This commit is contained in:
henry
2009-01-20 16:31:48 +00:00
14 changed files with 267 additions and 181 deletions

View File

@ -14,6 +14,10 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
<<<<<<< HEAD:tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties
simulationType RASModel;
=======
simulationType RASModel;
>>>>>>> c2eac7aaca53e9702c56bbbbd2c0dc47a83829e0:tutorials/dieselFoam/aachenBomb/constant/turbulenceProperties
// ************************************************************************* //

View File

@ -16,44 +16,51 @@ FoamFile
solvers
{
rho PCG
rho
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0;
};
U PBiCG
U
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
};
p PCG
p
{
solver PCG;
preconditioner DIC;
tolerance 1e-09;
relTol 0;
};
Yi PBiCG
Yi
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
};
h PBiCG
h
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
};
k PBiCG
k
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
};
epsilon PBiCG
epsilon
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;