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

spray does not scale up with geometry

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 9, 2018, 17:37
Default spray does not scale up with geometry
  #1
New Member
 
Join Date: Nov 2016
Posts: 4
Rep Power: 10
kyounes is on a distinguished road
Hello,

I am trying to run a simulation in sprayFoam that involves injecting a liquid mixture into a container filled with air. The simulation and spray look perfectly fine when the chamber geometry is relatively small (0.005 x 0.005 x 0.01 m) workingSpray.png. However, keeping all the conditions constant, when the geometry is scaled up two orders of magnitude, which is more representative of the actual case, the spray looks extremely tiny and does not scale up in comparison with the domain InkedscaledupGeometry_LI.jpgspray.jpg.

Does anyone know why this might be the case?

I tried increasing the mass flow rate, mesh density, particle diameter, and velocity magnitude with no success. I am using a cone Injector for my case, since I have multiple injection locations. I attached pictures of the working simulation (visualized with Glyphs in ParaView) and also the unsatisfactory results. When scaled up and visualized, the spray appears as a stationary blob at the injector location at all time steps, even though the spray is actually transient and increases with time glyphVisualization.jpg.

Thanks,
Khaled
kyounes is offline   Reply With Quote

Old   October 2, 2019, 10:45
Default
  #2
New Member
 
GwangHyeon Yu
Join Date: Mar 2019
Posts: 1
Rep Power: 0
ghyu0619 is on a distinguished road
hi, kyounes
Could I ask you how can you set 'two' injection?

I also want to simulate two injectors

Thanks you
ghyu0619 is offline   Reply With Quote

Old   October 7, 2019, 16:33
Default
  #3
New Member
 
Join Date: Nov 2016
Posts: 4
Rep Power: 10
kyounes is on a distinguished road
Hey, ghyu0619

I haven't picked up this work for quite a while, but I believe you can specify multiple injections in your sprayCloudProperties file by simply creating another model and copying it underneath 'injectionModels'. The snippet below should give you an idea of how to do that:

injectionModels
{
model1
{
type coneNozzleInjection;

SOI 0;
massTotal 4e-5;
duration 1.00e-03;
parcelsPerSecond 2e6;

flowType flowRateAndDischarge;
Cd 0.9;

position (5e-03 95e-03 0);
direction (0 -1 0);


parcelBasisType mass;
injectionMethod disc;
outerDiameter 1.9e-4;
innerDiameter 0;
flowRateProfile constant 1;
thetaInner constant 0.0;
thetaOuter constant 10.0;

sizeDistribution
{
type RosinRammler;

RosinRammlerDistribution
{
minValue 1e-06;
maxValue 0.00015;
d 0.00015;
n 3;
}
}
}
model2
{
type coneNozzleInjection;

SOI 0;
massTotal 4e-5;
duration 1.00e-03;
parcelsPerSecond 2e6;

flowType flowRateAndDischarge;
Cd 0.9;

position (10e-03 95e-03 0);
direction (0 -1 0);


parcelBasisType mass;
injectionMethod disc;
outerDiameter 1.9e-4;
innerDiameter 0;
flowRateProfile constant 1;
thetaInner constant 0.0;
thetaOuter constant 10.0;

sizeDistribution
{
type RosinRammler;

RosinRammlerDistribution
{
minValue 1e-06;
maxValue 0.00015;
d 0.00015;
n 3;
}
}
}

Here, I have two injectors located at x = 5 mm and x = 10 mm. You can change the parameters to suit your problem. Hope this helps!
kyounes is offline   Reply With Quote

Reply

Tags
openfoam4.1, sprayfoam


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 Scale in Geometry bejanyar CFX 4 October 14, 2015 08:53
[ICEM] Work with imported STL geometry KateEisenhower ANSYS Meshing & Geometry 2 July 9, 2015 11:46
expression error with icem geometry scale in re-meshing MUMMED CFX 0 May 19, 2013 12:54
Problem Importing Geometry ProE to CFX fatb0y CFX 3 January 14, 2012 20:42
Query regarding grid generation of multi scale geometry zaidhasany Main CFD Forum 3 March 1, 2011 10:15


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