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

How to select a non-unity Lewis number model?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 28, 2024, 10:48
Smile How to select a non-unity Lewis number model?
  #1
New Member
 
Ravi
Join Date: Dec 2023
Posts: 6
Rep Power: 3
ravicfdd is on a distinguished road
Hello everyone, I am using OpenFOAM-9 and I have a question regarding lewis number models. Starting from OpenFOAM-8 there was a redesign to the multi-component diffusion modelling. New Transport Models that does not use unity Lewis number approximation have been introduced.

I am performing combustion simulations and I am running a case file and when the case runs the solver outputs:


Creating turbulence model
Selecting turbulence model type RAS
Selecting RAS turbulence model kOmegaSST
Selecting patchDistMethod meshWave
Creating thermophysical transport model

Selecting thermophysical transport type RAS
Selecting default RAS thermophysical transport model unityLewisEddyDiffusivity
Creating reaction model
I notice that it selects a unityLewisEddyDiffusivity model.


My turbulenceProperties/momentumTransport file look like this:

simulationType RAS;

RAS
{
RASModel kOmegaSST;
turbulence on;
printCoeffs no;

kOmegaSSTCoeffs
{
alphaK1 0.85;
alphaK2 1;
alphaOmega1 0.5;
alphaOmega2 0.856;
gamma1 0.55555;
gamma2 0.5;
beta1 0.075;
beta2 0.0828;
betaStar 0.09;
a1 0.31;
b1 1.0;
c1 10.0;
F3 false;
}
}


I have found another thread similar to my question : reactingFoam non unity Lewis number

But according to this it looks like I can not use the kOmegaSST model while wanting a non unity lewis number. Any solution to this will be of great help! Thanks!
ravicfdd is offline   Reply With Quote

Old   September 29, 2024, 04:16
Default
  #2
New Member
 
Ravi
Join Date: Dec 2023
Posts: 6
Rep Power: 3
ravicfdd is on a distinguished road
Update: I have solved it myself, an additional file "thermophysicalTransport" is required in the constant folder to specify nonUnityLewis.


It looks like this:

FoamFile
{
format ascii;
class dictionary;
location "constant";
object thermophysicalTransport;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

RAS
{
model nonUnityLewisEddyDiffusivity;

Prt 0.85;
Sct 0.7;
}


// ************************************************** *********************** //

ravicfdd 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
Decomposing meshes Tobi OpenFOAM Pre-Processing 22 February 24, 2023 10:23
use the message in macro DEFINE_PROFILE with parallel processor alireza_T Fluent UDF and Scheme Programming 3 May 11, 2022 03:08
GenerateVolumeMesh Error - Surface Wrapper Self Interacting (?) AndreP STAR-CCM+ 10 August 2, 2018 08:48
Inconsistencies in reading .dat file during run time in new injection model Scram_1 OpenFOAM 0 March 23, 2018 23:29
decomposePar -allRegions stru OpenFOAM Pre-Processing 2 August 25, 2015 04:58


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