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

Weighted Sum of Gray Gases Model (WSGGM) for OF 4.1

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By arvindpj

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 16, 2016, 11:47
Default Weighted Sum of Gray Gases Model (WSGGM) for OF 4.1
  #1
Member
 
Arvind Jay
Join Date: Sep 2012
Posts: 97
Rep Power: 15
arvindpj is on a distinguished road
I have implemented the WSGGM radiation sub-model based on Fluent User Guide and the following references:
  • T. F. Smith, Z. F. Shen, and J. N. Friedman. "Evaluation of Coefficients for the Weighted Sum of Gray Gases Model". J. Heat Transfer. 104. 602608. 1982.
  • R. Siegel and J. R. Howell. "Thermal Radiation Heat Transfer. Hemisphere Publishing Corporation, Washington DC. 1992.

https://github.com/arvindjp/OpenFOAM...rptionEmission

To compile:

Code:
cp -rf wsggmAbsorptionEmission $FOAM_SRC/src/thermophysicalModels/radiation/submodels/absorptionEmissionModel/.
 wmake
To select WSGGM model, use the following options in radiationProperties:
Code:
  absorptionEmissionModel wsggmAbsorptionEmission;

  wsggmAbsorptionEmissionCoeffs
  {

      meanBeamPathAutoCalcMode      true;
      sector sector    [ 0  0  0  0  0  0  0] 360.0; //Degrees
      pathLength pathLength [ 0 1  0  0  0  0  0]  0.1; //m
      emissivityCoeffs 3(  0.4201 6.516 131.9 );
      fittingFactors  
          3        
          (
           4(6.508e-1 -5.551e-4 3.029e-7  -5.353e-11)
           4(-0.2504e-1  6.112e-4  -3.882e-7  6.528e-11)
           4(2.718e-1 -3.118e-4  1.221e-7  -1.612e-11)
          );

  }
Please let me know your feedback.
Thanks,
eebrahimif likes this.
arvindpj is offline   Reply With Quote

Old   March 1, 2017, 03:14
Default Wsggm
  #2
New Member
 
esi
Join Date: Nov 2012
Posts: 1
Rep Power: 0
eebrahimif is on a distinguished road
Thank you very much for extended radiation sub model.
When I compile this model and run the code with radiation properties, maximum temperature increasing while temperature reach to without applying temperature condition. can you help me for apply WSGGM model?
eebrahimif is offline   Reply With Quote

Old   September 21, 2021, 03:20
Default
  #3
New Member
 
Hosam Alrefaie
Join Date: Jul 2021
Posts: 24
Rep Power: 5
HosamAlrefaie is on a distinguished road
Hi

I tried to compile this, but I am getting this error message:
"cp: cannot stat ‘wsggmAbsorptionEmission’: No such file or directory"

I want to add WSGGM model to my radiation study, but I don't know how.
HosamAlrefaie is offline   Reply With Quote

Old   November 8, 2021, 06:54
Default
  #4
Member
 
Bushra Rasheed
Join Date: Dec 2020
Posts: 97
Rep Power: 5
B_R_Khan is on a distinguished road
Quote:
Originally Posted by HosamAlrefaie View Post
Hi

I tried to compile this, but I am getting this error message:
"cp: cannot stat ‘wsggmAbsorptionEmission’: No such file or directory"

I want to add WSGGM model to my radiation study, but I don't know how.
Instead of using the cp -rf command that the author mentioned, you can simply copy the wssgmAbsoprtionEmisison folder in sub model directory present in src/thermophysicalModels/radiations. Then execute "wmake" command inside wsggmAbsorptionEmission directory.

Regards,
Bushra.
B_R_Khan is offline   Reply With Quote

Reply

Tags
openfoam, radiation model


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
Use of k-epsilon and k-omega Models Jade M Main CFD Forum 40 January 27, 2023 08:18
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 06:36
Non gray model in DO radiation model in Fluent novice FLUENT 2 January 19, 2015 15:26
about Subgrid-scale model impecca OpenFOAM Running, Solving & CFD 4 December 20, 2013 11:36
Water subcooled boiling Attesz CFX 7 January 5, 2013 04:32


All times are GMT -4. The time now is 22:17.