CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   boundary condition in combustion model (https://www.cfd-online.com/Forums/openfoam-solving/64134-boundary-condition-combustion-model.html)

sambatra April 30, 2009 02:16

boundary condition in combustion model
 
Hi there,
I'm dealing with combustion modeling.The boundary conditions of the model are(the field is rectangular):
to solve the momentum equation,the pressure is given at the outlet and the velocity is given for th inlet
to solve the temperature equation the values are given for the inlet,left and right;the gradient is fixed for the outlet,
for the momentum I tried this for the pressure
inlet
{
type calculated;
}
outlet
{
type fixedvalue;
value uniform (value);
}
for the left and right it is also 'calculated'
for the velocity
outlet
{
type calculated;
}
the others are uniform
But it seems like it doesnt work,I came out with an error!!!
Can somebody help me out?
and how to implement the fixed gradient for the temperature? I did
outlet
{
type fixedGradient;
gradient (value of the gradient);
}
but it didnt work either!!
Please, I need your help
Regards,


All times are GMT -4. The time now is 21:58.