CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Rosin-Rammler

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 22, 2017, 17:20
Default Rosin-Rammler
  #1
New Member
 
sanhe
Join Date: Jan 2017
Posts: 2
Rep Power: 0
sh.CFD is on a distinguished road
Hi;
I want to simulate spray A of engine combustion network(ecn.sandia.gov).
and use Rosin-Rammler distribution.I would like to know how the coefficients must be determined.I would be grateful if someone could help me with this matter.
sh.CFD is offline   Reply With Quote

Old   February 6, 2017, 07:03
Default
  #2
Senior Member
 
matej forman
Join Date: Mar 2009
Location: Brno, Czech Republic
Posts: 182
Rep Power: 17
matejfor is on a distinguished road
Hi,

the best answer is: have a look into a source code.
You need to find source code files for RosinRammler model which are called:
RosinRammler.C and RosinRammler.H. You look at the H file to find out that:
//- Distribution minimum
65 scalar minValue_;
66
67 //- Distribution maximum
68 scalar maxValue_;
69
70 // Model coefficients
71
72 scalar d_;
73 scalar n_;

follows the eqauation:
cumulative model =
(1.0 - exp( -(( x - d0)/d)^n )
/ (1.0 - exp( -((d1 - d0)/d)^n )

http://www.openfoam.com/documentatio...r.html#details
matejfor is offline   Reply With Quote

Old   February 11, 2021, 05:24
Default
  #3
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
Rosin Rammler Distribution
HPE 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
Problem with Rosin Rammler Chrisi1984 OpenFOAM Pre-Processing 1 February 24, 2021 11:53
Rosin Rammler d in SprayCloudProperties in sprayfoam saeedshayae OpenFOAM 4 February 11, 2021 05:25
Rosin Rammler Distribution mystix OpenFOAM Running, Solving & CFD 10 February 11, 2021 05:23
Post pro rosin rammler distribution jb pouillard FLUENT 0 September 25, 2015 18:45
Rosin Rammler Distribution AndiG FLUENT 1 March 7, 2007 10:56


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