|
[Sponsors] |
August 17, 2020, 06:04 |
multiphase alpha.solid phase fraction
|
#1 |
New Member
Bill
Join Date: Jun 2019
Posts: 29
Rep Power: 7 |
Hello,
I am using OpenFOAM-v1912 and the icoReactingMultiphaseInterFoam solver. I am trying to convert a solver based on InterFoam where the term fvc::snGrad(alpha1) is used. However, for my icoReactingMultiphaseInterFoam solver, alpha1 won't work since I am using 3 phases and I believe the solver identifies phases based on pairs (e.g. ith phase). Does anyone know how I can get the value of the solid phase fraction in volScalarField form for a multiphase solver? Thanks in advance for any help! |
|
March 4, 2021, 07:00 |
|
#2 |
New Member
Navid
Join Date: Nov 2015
Posts: 20
Rep Power: 11 |
Take a look into the source code in the surfaceTensionForce function and you will see a good example of referring to the phases. There, you will see that you have to loop over phases and via the iterators you will have access to alpha for each phase and also all the properties of that phase (rho, Cp, ...)
|
|
Tags |
alpha, interfoam, multiphase, phase fraction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem in definition of secondary phase volume fraction in UDF | hadii | FLUENT | 9 | July 20, 2016 05:46 |
Difference in flow distribution of single phase and multiphase analysis | shivasluzz | CFX | 0 | April 22, 2015 23:54 |
Difference between Volume Fraction and Mass Fraction in CEL | foo7 | CFX | 0 | September 21, 2011 09:45 |
Multiphase Turbulence: K-E per phase | meangreen | FLUENT | 0 | August 20, 2009 19:34 |
interDyMFoam - change in volume fraction | gopala | OpenFOAM Running, Solving & CFD | 0 | April 27, 2009 11:46 |