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

constantScatter model LaserDTRM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2021, 07:28
Default constantScatter model LaserDTRM
  #1
New Member
 
Bill
Join Date: Jun 2019
Posts: 29
Rep Power: 6
OPFO is on a distinguished road
I am using OpenFOAM-v2006 and the icoreactingmultiphaseinterfoam solver with LaserDTRM radiation model and the constantScatter model.

According to [1], in the constantScatter model parameters of radiation properties, the user can input sigma and C constants that ultimately affect a parameter called SigmaEff(). In the P1 radiation model, SigmaEff() is used to alter mesh values to affect diffusion of properties such as T.

// Construct diffusion
const volScalarField gamma
(
IOobject
(
"gammaRad",
G_.mesh().time().timeName(),
G_.mesh(),
IOobject::NO_READ,
IOobject::NO_WRITE
),
1.0/(3.0*a_ + sigmaEff + a0)
);

// Solve G transport equation
solve
(
fvm::laplacian(gamma, G_)
- fvm::Sp(a_, G_)
==
- 4.0*(e_*physicoChemical::sigma*pow4(T_)) - E_
);

In LaserDTRM, I cannot find where SigmaEff() is incorporated into the solver as in the example of P1. For various sigma and C values that I plug in, the simulation is unchanged which would suggest that the scatter model is not actually incorporated into the solver. I have also tried varying the size of my mesh elements but with no effect.

Can someone help explain how the constantScatter model works for the LaserDTRM radiation model?

Thanks in advance!

[1] http://www.tfd.chalmers.se/~hani/kur...Foam_final.pdf
OPFO is offline   Reply With Quote

Old   January 5, 2023, 05:44
Default
  #2
New Member
 
Join Date: Nov 2011
Posts: 13
Rep Power: 14
mkh_sakr is on a distinguished road
I also face the same concern about the scatter model. What I think is, the scatter model is not applicable to the icoReactingMultiPhaseInterFoam solver. It could be defined in the radiationProperties file, due to the solver includes the models from the radiation model.
mkh_sakr is offline   Reply With Quote

Reply


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
[IHFOAM] The IHFOAM Thread Phicau OpenFOAM Community Contributions 392 September 8, 2023 18:10
interFoam wave propagation and explosion of Courant number and residuals ChiaraViola OpenFOAM Running, Solving & CFD 1 June 26, 2019 05:36
NEW turbulence TRANSITIONAL model giammy92 OpenFOAM 3 June 30, 2016 09:47
manualInjection model in sprayFoam Mentalo OpenFOAM Running, Solving & CFD 1 April 2, 2014 09:29
Problems bout CFD model of biomass gasification, Downdraft gasifier wanglong FLUENT 2 November 25, 2009 23:27


All times are GMT -4. The time now is 04:49.