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

solarLoad, fvDOM and multiphase

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 14, 2022, 07:50
Default solarLoad, fvDOM and multiphase
  #1
Senior Member
 
Join Date: Dec 2021
Posts: 207
Rep Power: 5
Alczem is on a distinguished road
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);
}
I tried to add this subdictionary in the solarLoadCoeffs as well, but it does not affect the outcome.



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;
 }
With this qRadExt, my solid heats up (and eventually starts to melt thanks to the phaseProperties file.


Can someone confirm (or help me properly configure the mode) that solarLoad affects only the boundaries and not the media ?


Thanks for any hint!
Alczem 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



All times are GMT -4. The time now is 07:00.