|
[Sponsors] |
October 14, 2022, 08:50 |
solarLoad, fvDOM and multiphase
|
#1 |
Senior Member
Join Date: Dec 2021
Posts: 248
Rep Power: 5 |
Hello everybody!
I am working with icoReactingMultiphaseInterfoam and several phases (one solid, one liquid and one gas). The simulation should include the radiation from the sun to melt the solid, so I tried to configure solarLoad with the fvDOM model. Since there are several phases, I used the localDensityAbsorptionEmission model to use different absorption and emission coefficients depending on the phase: Code:
absorptionEmissionModel localDensityAbsorptionEmission; localDensityAbsorptionEmissionCoeffs { alphaNames (alpha.solid alpha.gas alpha.liquid); aCoeff (5 0 0); eCoeff (0.5 0 0); ECoeff (0.5 0 0); } So it seems that solarLoad does not take this model in consideration during the simulation. The solid phase does not heat up at all! But the boundaries receive the correct radiative flux, so solarLoad is active. To make sure my setup was ok, I added to my IDefault file a boundary condition with an incoming radiative flux: Code:
{ type greyDiffusiveRadiation; T T; qRadExt 1500; qRadExtDir (-1 0 -2); value uniform 0; } Can someone confirm (or help me properly configure the mode) that solarLoad affects only the boundaries and not the media ? Thanks for any hint! |
|
|
|