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

how to set solid particles injection in sprayFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 1, 2016, 21:30
Default how to set solid particles injection in sprayFoam
  #1
Member
 
Al
Join Date: Jul 2013
Location: Japan
Posts: 47
Blog Entries: 3
Rep Power: 13
donQi is on a distinguished road
Hello,

I was testing the lagrangian/sprayFoam/aachemBomb tutorial to check if it is possible to spray solid particles instead of fluid particle. But I am getting the following error:

Code:
Exec   : sprayFoam
        
        
        ...
        
        Starting time loop
          
          Courant Number mean: 0 max: 0
          deltaT = 2.94118e-06
          Time = 2.94118e-06
          
          
          Solving 3-D cloud sprayCloud
          #0  Foam::error::printStack(Foam::Ostream&) at ??:?
          #1  Foam::sigSegv::sigHandler(int) at ??:?
          #2  ? in "/lib/x86_64-linux-gnu/libc.so.6"
          #3  Foam::liquidMixtureProperties::X(Foam::Field<double>          const&) const at ??:?
          #4  ? at ??:?
          #5  ? at ??:?
          #6  ? at ??:?
          #7  ? at ??:?
          #8  ? at ??:?
          #9  ? at ??:?
          #10  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
          #11  ? at ??:?
          Segmentation fault (core dumped)
I did only two modification in the tutorial:
1) in the constant/thermophysicalProperties I commented the C7H16 in the liquid subdictionary, and I added C in solid:

Code:
liquids
        {
        /*
            C7H16
            {
                defaultCoeffs          yes;
            
            }
        */ 
        }
        
        solids
        {
           C
            {
                defaultCoeffs   no;
                // if  defaultCoeffs no        properties should be :
                CCoeffs
                {
                           rho                     9000;  // Density [kg/m3]
                           Cp                      462;   // Specific heat capacity [J/(kg.K)]
                           K                       0.04;  // Thermal conductivity [W/(m.K)]
                           Hf                      0.312e+06;     // Heat of formation [J/kg]
                           emissivity      0.28;  // 1;  //         Emissivity  
                }
            }
        }
2) in the sprayCloudProperties file :

Code:
    phaseChangeModel none; //liquidEvaporationBoil;
        
            singlePhaseMixtureCoeffs
            {
                phases
                (
                    solid
                    {
                               C                       1;
                    }
                );
            }
but I get the above error.
What should I change to set this tutorial with a spray of solid particles?
donQi is offline   Reply With Quote

Old   May 2, 2016, 18:19
Default
  #2
Member
 
Al
Join Date: Jul 2013
Location: Japan
Posts: 47
Blog Entries: 3
Rep Power: 13
donQi is on a distinguished road
https://develop.openfoam.com/Develop...lus/issues/105

SprayFoam is hard coded to use "SprayClouds" and only fitted to use liquid. It has sub-models such as - atomization model and
  • break-up model which only apply to liquid droplets.
In order to use particles you need to use the other Lagrangian solvers.
donQi is offline   Reply With Quote

Old   November 30, 2023, 00:52
Default
  #3
New Member
 
harshavardhan
Join Date: Nov 2017
Posts: 20
Rep Power: 8
harsha002 is on a distinguished road
hi

do we have any solvers where we can use a mixture of solid and liquid for particle injection ?
harsha002 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
Set a maximum particle number on a surface injection benjamin16 FLUENT 2 January 19, 2016 00:35
trying to simulate two-phase jet flow with particles in surface injection ajkratos FLUENT 5 March 3, 2015 21:33
Unsteady Injection (DPM) for certain amount of particles Gold FLUENT 0 October 18, 2011 13:15
DPM: Cone and Solid Cone injection - what's the difference? JaC FLUENT 0 January 5, 2010 09:20
injection particles zenith FLUENT 0 April 3, 2007 00:56


All times are GMT -4. The time now is 01:48.