CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Wall radiation modelling in OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 28, 2018, 02:54
Default Wall radiation modelling in OpenFOAM
  #1
New Member
 
Jiangkuan Xing
Join Date: Mar 2017
Posts: 9
Rep Power: 9
ZJUXJK is on a distinguished road
Dear foamers,


Now I am studying coal combustion in a stagnation premixed CH4 flame. The P1 model is employed for radiation modelling. For the premixed CH4 flame, the results seems reasobale, but when I add coal particles into the stablized permixed flame. The G equation seems to diverge quickly(or not converge in 1000 iterations), and the calculated coal particle temperature is very low or high. which reason might contribute to this error? Any comments or suggestions are welcomed. The boundary for the incident radiation G is as following:
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object G;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [1 0 -3 0 0 0 0];

internalField uniform 0;

boundaryField
{
inlet
{
type MarshakRadiation;
T T;
emissivityMode lookup;
emissivity uniform 1.0;
value uniform 0;
}

wall
{
type MarshakRadiationFixedTemprature;
Trad uniform 600;
emissivityMode lookup;
emissivity uniform 1.0;
value uniform 0;
}
coflow
{
type MarshakRadiation;
T T;
emissivityMode lookup;
emissivity uniform 1.0;
value uniform 0;
}

outlet
{
type MarshakRadiation;
T T;
emissivityMode lookup;
emissivity uniform 1.0;
value uniform 0;
}

N2
{
type MarshakRadiation;
T T;
emissivityMode lookup;
emissivity uniform 1.0;
value uniform 0;
}

frontAndBack
{
type empty;
}

}
ZJUXJK is offline   Reply With Quote

Reply

Tags
wall radiation


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Divergence in AMG solver! marina FLUENT 20 August 1, 2020 11:30
decomposePar problem: Cell 0contains face labels out of range vaina74 OpenFOAM Pre-Processing 37 July 20, 2020 05:38
Natural convection in a closed domain STILL NEEDING help! Yr0gErG FLUENT 4 December 2, 2019 00:04
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology wyldckat OpenFOAM 17 November 10, 2017 15:54
GETVAR Error in Multiband Monte Carlo Radiation Simulation with Directional Source silvan CFX 3 June 16, 2014 09:49


All times are GMT -4. The time now is 14:46.