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

Old dieselSpray injector types under new lagrangian spray class

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 24, 2012, 18:20
Default Old dieselSpray injector types under new lagrangian spray class
  #1
Senior Member
 
mturcios777's Avatar
 
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28
mturcios777 will become famous soon enough
I'm trying to get the same behaviour of the commonRailInjector with the new lagrangian classes (almost repeated the thread title verbatim), and using it under something like sprayFoam. I was curious if the following section in the Properties file had anything to do with injection pressure:

Code:
constantProperties
{
     parcelTypeId    1;

     rhoMin          1e-15;
     TMin            200;
     pMin            1000;
     minParticleMass 1e-15;

     rho0            1000;
     T0              320;
     Cp0             4187;

     youngsModulus   1e9;
     poissonsRatio   0.35;

     epsilon0        1;
     f0              0.5;
     Pr              0.7;
     Tvap            273;
     Tbp             373;

    constantVolume  false;
}
Do these properties have anything to do with conditions at the injector? If not I'm having trouble seeing how to specify such conditions. Are there plans to implement that type of functionality in the library, or perhaps a utility to convert a combination of the old sprayProperties+injectorProperties = sprayCloudProperties? Either case sounds like the same amount of work...
mturcios777 is offline   Reply With Quote

Old   January 24, 2012, 18:54
Default
  #2
Senior Member
 
mturcios777's Avatar
 
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28
mturcios777 will become famous soon enough
Though I would still like to know the answer to this question, it appears that you can specify the flowType as:

flowRateAndDischarge <-- The default one from the tutorials
constantVelocity
pressureDrivenVelocity <-- The one I will try and use

So that would be enough for me for now, though specifying injection temperature as well would be nice too.
mturcios777 is offline   Reply With Quote

Old   April 5, 2012, 14:06
Default
  #3
New Member
 
arash
Join Date: May 2011
Posts: 11
Rep Power: 14
arash1 is on a distinguished road
Hello Marco,

It seems to me that the parameters rho0, Tvap, Tbp, and Cp0 in constantProperties should not be specified by user because all these data are already included for different liquids in /src/thermophysicalModels/properties. In fact, the initial properties can be calculated by using special formulas (e.g. see H2OI.H) whose inputs are just T0 and (gas) pressure at the injection point.

So, I don't understand why the developer(s) should have written the code in the way that requires the mentioned initial injection properties, and risking the inconsistency between date inputed by user and date that are hardcoded.

Any idea?
arash1 is offline   Reply With Quote

Old   October 3, 2013, 05:46
Default
  #4
u22
Member
 
Anthony Nitski
Join Date: Aug 2009
Location: Earth
Posts: 35
Rep Power: 16
u22 is on a distinguished road
Hello Marco. Have you been succeed with converting old properties of common rail injector to new spraycloud properties?
u22 is offline   Reply With Quote

Old   June 4, 2018, 07:19
Default
  #5
New Member
 
Sandip Wadekar
Join Date: Oct 2014
Posts: 17
Rep Power: 11
wadekar is on a distinguished road
Quote:
Originally Posted by mturcios777 View Post
Though I would still like to know the answer to this question, it appears that you can specify the flowType as:

flowRateAndDischarge <-- The default one from the tutorials
constantVelocity
pressureDrivenVelocity <-- The one I will try and use

So that would be enough for me for now, though specifying injection temperature as well would be nice too.

what's the actual difference between this flowTypes ??

i wonder which one should i use, either flowRateAndDischarge or pressureDrivenVelocity ?

Thanks in advance
wadekar is offline   Reply With Quote

Old   June 4, 2018, 10:52
Default
  #6
Member
 
Hosein
Join Date: Nov 2011
Location: Germany
Posts: 93
Rep Power: 14
einstein_zee is on a distinguished road
Quote:
Originally Posted by wadekar View Post
what's the actual difference between this flowTypes ??

i wonder which one should i use, either flowRateAndDischarge or pressureDrivenVelocity ?

Thanks in advance
Hey there,

the difference is in how he really calculates U. In flowRateAndDischarge it uses U = V_dot/(A*Cd) and in pressureDrivenVelocity it uses U = sqrt(2*(Pinj - Pamb)/rho).

hope this helps...
einstein_zee is offline   Reply With Quote

Old   June 5, 2018, 04:07
Default
  #7
New Member
 
Sandip Wadekar
Join Date: Oct 2014
Posts: 17
Rep Power: 11
wadekar is on a distinguished road
Quote:
Originally Posted by einstein_zee View Post
Hey there,

the difference is in how he really calculates U. In flowRateAndDischarge it uses U = V_dot/(A*Cd) and in pressureDrivenVelocity it uses U = sqrt(2*(Pinj - Pamb)/rho).

hope this helps...
Thanks for reply!

that means
1. if i use pressureDrivenVelocity then i don't need to have flow rate profile (I have it from measurements).
2. whats the impact of this two different flowType on liquid penetration length ?

I did the simulation with both flowTypes and rest the settings are completely same.
results: The penetration with flowRateAndDischarge is very short as compared to pressureDrivenVelocity....

So i confused which one is correct.


Thanks in advance!
wadekar is offline   Reply With Quote

Old   March 15, 2019, 21:30
Default how to make changes of spraycloudproperties
  #8
New Member
 
Jiachen Zhai
Join Date: Mar 2019
Posts: 1
Rep Power: 0
JensenZHAI is on a distinguished road
if I change the FlowType to be pressureDrivenVelocity, which part should be modified in sprayCloudProperties?

May I have a look at your sprayCloudProperties?
JensenZHAI 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
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 4 August 2, 2014 09:52
dieselSpray class and diesel/dieselEngineFoam in OF 2.1.x mturcios777 OpenFOAM Running, Solving & CFD 11 February 7, 2012 04:03
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 20:30
spray injection mmacrb FLUENT 0 January 10, 2007 04:57
About UList and List class leosding OpenFOAM Running, Solving & CFD 1 December 1, 2005 23:52


All times are GMT -4. The time now is 08:39.