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

Is there anything wrong with LISA AtomizationModel

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 26, 2020, 05:32
Default Is there anything wrong with LISA AtomizationModel
  #1
Member
 
Kai
Join Date: May 2010
Location: Shanghai
Posts: 61
Blog Entries: 1
Rep Power: 15
kaifu is on a distinguished road
Hi,

I notice there is one line in LISAAtomization.C#L148 in Openfoam 7.0

Code:
    vector diff = pos - injectionPos;
    scalar pWalk = mag(diff);
    scalar traveledTime = pWalk/Urel;
    scalar h = diff & injectorDirection_;
    scalar delta = sqrt(sqr(pWalk) - sqr(h));
    scalar hSheet = volFlowRate/(constant::mathematical::pi*delta*Urel);
where,
diff is the displacement vector of current position to the injection position of the parcel,
pWalk is the distance,
h, injectorDirection_ and delta see the following picture.
hSheet is the thickness of liquid sheet. [m]
volFlowRate is volume rate of the injector [m3/s],
Urel is the velocity of parcel [m/s]



I am curious about the hSheet. Should not it be calculated by the following sentence?
Code:
hSheet = volFlowRate/(constant::mathematical::twoPi*delta*Urel);
Attached Images
File Type: png 2020-03-26_182131.png (13.9 KB, 25 views)
__________________
Kai

Last edited by kaifu; March 26, 2020 at 08:13.
kaifu 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
Adding a new variable as constructor in the LISA atomization Model vishal_s OpenFOAM Programming & Development 8 September 9, 2018 13:55
udf error srihari FLUENT 1 October 31, 2016 14:18
Stress analysis using LISA software kyo_hunter13 Main CFD Forum 0 June 19, 2014 22:18
dieselfoam LISA spray model leejc OpenFOAM Running, Solving & CFD 8 May 16, 2014 10:48
Wrong oriented faces due to opposite face bends? Arnoldinho OpenFOAM 5 August 16, 2012 05:00


All times are GMT -4. The time now is 12:35.