|
[Sponsors] |
May 31, 2021, 08:28 |
constantScatter model LaserDTRM
|
#1 |
New Member
Bill
Join Date: Jun 2019
Posts: 29
Rep Power: 7 |
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 |
|
January 5, 2023, 06:44 |
|
#2 |
New Member
Join Date: Nov 2011
Posts: 13
Rep Power: 15 |
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.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[IHFOAM] The IHFOAM Thread | Phicau | OpenFOAM Community Contributions | 392 | September 8, 2023 19:10 |
interFoam wave propagation and explosion of Courant number and residuals | ChiaraViola | OpenFOAM Running, Solving & CFD | 1 | June 26, 2019 06:36 |
NEW turbulence TRANSITIONAL model | giammy92 | OpenFOAM | 3 | June 30, 2016 10:47 |
manualInjection model in sprayFoam | Mentalo | OpenFOAM Running, Solving & CFD | 1 | April 2, 2014 10:29 |
Problems bout CFD model of biomass gasification, Downdraft gasifier | wanglong | FLUENT | 2 | November 26, 2009 00:27 |