CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   convergence in interFoam (https://www.cfd-online.com/Forums/openfoam/83523-convergence-interfoam.html)

nimasam January 2, 2011 12:37

convergence in interFoam
 
1 Attachment(s)
hi foamer
i made a simulation with interfoam, my simulation reached steady state, but i cant understand why alpha residual is growing? is there any problem? is my simulation correct?
as i know for a converge solution residual should be decreasing :(, whats wrong ?

kwardle January 4, 2011 17:30

Sorry, but you haven't given enough information for anyone to be able to offer a useful explanation of what you are seeing. Please be sure to include details such as what version of the code you are using, what is your problem setup INCLUDING BOUNDARY CONDITIONS, etc.

Just off-hand, I might take a stab and guess that you are running a simulation with no outlets?

nimasam January 8, 2011 02:31

hi dear friend
openFoam 1.6.x
axisymetric mesh with cyclic boundary condition for u and alpha and with pressure jump for p in inlet and out let and axis is empty and wall!!! for remained side and wedge type for back and front!!!
so you think that because i have cyclic condition?
does it make any problem for simulation?

nimasam January 24, 2011 13:55

detailed information
 
5 Attachment(s)
hello friend
i encounter problem in interFoam convergence in modelling of bubble train flow in tube. domain is axismetric, and use cyclic condition for p,u and alpha. mean pressure gradient is fixed. look below :

alpha :

boundaryField
{

front
{
type wedge;
}

back
{
type wedge;
}

fixedWall
{
type zeroGradient;
}

inletOutlet
{
type cyclic;

}

axis
{
type empty;
}

}

pressure :
boundaryField
{
front
{
type wedge;
}
back
{
type wedge;
}
fixedWall
{
type buoyantPressure;
value uniform 0;
// type zeroGradient;
}

inletOutlet
{

type fan;
patchType cyclic;
f List<scalar> 1 (3400);
value uniform 0;
}

axis
{
type empty;
}

U:
boundaryField
{
front
{
type wedge;
}
back
{
type wedge;
}

fixedWall
{
type fixedValue;
value uniform (0 0 0);
}

inletOutlet
{
type cyclic;
value uniform (0 0 0);
}

axis
{
type empty;
}
}

i used different grid size, and increased alpha correction and alpha sub cycle but i could not find reasonable alpha residual! although pressure residual is constant not decreasing! after correction, pressure residual reduces but it oscillates.

nimasam February 9, 2011 13:56

any suggestion please?


All times are GMT -4. The time now is 20:16.