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

Three phases (Air, water,particles) correct settings?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 13, 2023, 10:14
Default Three phases (Air, water,particles) correct settings?
  #1
Member
 
ff
Join Date: Feb 2010
Posts: 81
Rep Power: 16
fxzf is on a distinguished road
Hello Foamers,

I need help from expert in multiphase flow.

I want simulate a three phases flow including Air, water and particles. As classic issue, I would like to use Eulerian method. Therefor, I would like to pick up multiphaseEulerFoam. However, because the particle is only existing in the water, I dont know what is corrected settings to avoid the mix between air and particles without water.

For example, in phaseProperties.

type basicMultiphaseSystem;

phases (particles air);

referencePhase air;

particles
{
type purePhaseModel;

diameterModel constant;
constantCoeffs
{
d 3e-4;
}

alphaMax 0.62;
residualAlpha 1e-6;
}

air
{
type purePhaseModel;

diameterModel none;

residualAlpha 0;
}

blending
{
default
{
type continuous;
phase air;
}
}

surfaceTension
{}

interfaceCompression
{}

drag
{
particles_dispersedIn_air
{
type GidaspowErgunWenYu;
residualRe 1e-3;
}
}

virtualMass
{}

heatTransfer
{
particles_dispersedIn_air
{
type RanzMarshall;
residualAlpha 1e-4;
}
}

phaseTransfer
{}

lift
{}

wallLubrication
{}

turbulentDispersion
{}

Could anyone advise me how to setup this settings for three phases flow?

Thanks very much!
fxzf 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
CFD analysis on wind turbine rotor Ken (Wind Turbine CFD Super Rookie) Main CFD Forum 45 February 9, 2016 14:07
Cylinder-piston ( Air compression ) sidhant FLUENT 0 November 28, 2015 10:19
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
Is it possible to integrate air through a system with mixture of air and water? Hale OpenFOAM Post-Processing 1 September 30, 2013 08:57
SOS: the nonpositive k and epsion ,how to get the correct boundary settings abbott.hn OpenFOAM Running, Solving & CFD 5 March 12, 2012 22:49


All times are GMT -4. The time now is 19:59.