|
[Sponsors] | |||||
|
|
|
#1 | |
|
Member
Kai
Join Date: May 2010
Location: Stockholm
Posts: 39
Rep Power: 4 ![]() |
Hi,
Now I am simulating wall subcooled boiling in an upward vertical pipe in a two-fluid Euler-Euler model. Due to the undevelopped velocity/temperature profile at the beginning, a large oscillation of pressure occurs. (Evaporation at the wall introduces a large pressure and condensation in the cold liquid core brings a small one) And finally there could be some backflow at outlet sometime. When the backflow occurs, every transport eqn could be solved except the standard k-epsilon eqn. The solver crashed when it's trying to solver epsilon and gave a message: Quote:
Code:
dimensions [0 2 -3 0 0 0 0];
internalField uniform 0.079;
boundaryField
{
inlet
{
type fixedValue;
value uniform 0.079;
}
outlet
{
type inletOutlet;
inletValue uniform 0.079;
value uniform 0.079;
}
walls
{
type zeroGradient;
}
defaultFaces
{
type empty;
}
}
Code:
dimensions [0 2 -2 0 0 0 0];
internalField uniform 0.0059;
boundaryField
{
inlet
{
type fixedValue;
value uniform 0.0059;
}
outlet
{
type inletOutlet;
inletValue uniform 0.0059;
value uniform 0.0059;
}
walls
{
type zeroGradient;
}
}
Code:
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 14.59e5;
boundaryField
{
inlet
{
type buoyantPressure;
value uniform 14.59e5;
}
outlet
{
type fixedValue;
value uniform 14.59e5;
}
walls
{
type zeroGradient;
}
}
Code:
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 1.72256);
boundaryField
{
inlet
{
type fixedValue;
value uniform (0 0 1.72256);
}
outlet
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
walls
{
type fixedValue;
value uniform (0 0 0);
}
}
Code:
k PBiCG
{
preconditioner DILU;
tolerance 1e-07;
relTol 0;
};
epsilon PBiCG
{
preconditioner DILU;
tolerance 1e-07;
relTol 0;
};
p GAMG
{
tolerance 1e-7;
relTol 0.01;
smoother DIC; //DICGaussSeidel; //GaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
nFinestSweeps 2;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
};
pFinal GAMG
{
tolerance 1e-8;
relTol 0;
smoother DIC; //DICGaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
nFinestSweeps 2;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
};
__________________
Kai |
||
|
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| different results between serial solver and parallel solver | wlt_1985 | FLUENT | 10 | April 11, 2012 15:25 |
| Using a user-defined solver in OF | ozzythewise | OpenFOAM Running, Solving & CFD | 3 | February 8, 2011 15:28 |
| CFX 5.5 | Roued | CFX | 1 | October 2, 2001 16:49 |
| Setting a B.C using UserFortran in 4.3 | tokai | CFX | 10 | July 17, 2001 16:25 |
| Error during Solver | cfd guy | CFX | 4 | May 8, 2001 06:04 |