|
[Sponsors] |
initial condition of kappai at IATE diameter model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 16, 2023, 17:56 |
initial condition of kappai at IATE diameter model
|
#1 |
Member
cal
Join Date: Feb 2020
Location: nowhere
Posts: 65
Rep Power: 6 |
Hi,
When IATE diameter model is used for gas phase on phaseProperties, it calls kappai dictionary for boundary and initial condition. So if I use this model I've to modifie kappai.gas dictionary. There is a description on IATE.H file for kappai and it says: Code:
"Interfacial curvature (alpha*interfacial area)" Unit is m^-1 Code:
// Construct the interfacial curvature equation fvScalarMatrix kappaiEqn ( fvm::ddt(kappai_) + fvm::div(phase_.phi(), kappai_) - fvm::Sp(fvc::div(phase_.phi()), kappai_) == - fvm::SuSp(R, kappai_) //+ Rph() // Omit the nucleation/condensation term + fvOptions(kappai_) ); How they obtain these numbers? I couldn't reached to the original paper that referred on source code (Ishii, M., Kim, S. and Kelly, J., (2005)). Maybe in the paper there is an explanation. But I found some others that might be related to Ishii et al. (2005). Code:
Ishii, M., Kim, S., & Uhle, J. (2002). Interfacial area transport equation: model development and benchmark experiments. International Journal of Heat and Mass Transfer, 45(15), 3111-3123. https://doi.org/10.1016/S0017-9310(02)00041-8. -------------------------------------------------------- Kocamustafaogullari, G., & Ishii, M. (1995). Foundation of the interfacial area transport equation and its closure relations. International Journal of Heat and Mass Transfer, 38(3), 481-493. https://doi.org/10.1016/0017-9310(94)00183-V. Best regards, Saidc. |
|
February 1, 2024, 06:59 |
|
#2 |
New Member
Raphael Santos
Join Date: Oct 2013
Posts: 20
Rep Power: 13 |
Hi Saidc,
have you find any reference about what is "kappai" and best way to set the values? Regards, Raphael |
|
February 1, 2024, 09:27 |
|
#3 |
Member
cal
Join Date: Feb 2020
Location: nowhere
Posts: 65
Rep Power: 6 |
||
Tags |
iate, kappai, phaseproperties |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Micro Scale Pore, icoFoam | gooya_kabir | OpenFOAM Running, Solving & CFD | 2 | November 2, 2013 14:58 |
SLTS+rhoPisoFoam: what is rDeltaT??? | nileshjrane | OpenFOAM Running, Solving & CFD | 4 | February 25, 2013 05:13 |
pisoFoam with k-epsilon turb blows up - Some questions | Heroic | OpenFOAM Running, Solving & CFD | 26 | December 17, 2012 04:34 |
Orifice Plate with a fully developed flow - Problems with convergence | jonmec | OpenFOAM Running, Solving & CFD | 3 | July 28, 2011 06:24 |
Error while running rhoPisoFoam.. | nileshjrane | OpenFOAM Running, Solving & CFD | 8 | August 26, 2010 13:50 |