|
[Sponsors] |
Solid collapses in icoReactingMultiphaseInterFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 26, 2022, 05:42 |
Solid collapses in icoReactingMultiphaseInterFoam
|
#1 |
Senior Member
Join Date: Dec 2021
Posts: 248
Rep Power: 5 |
Hello everyone!
I am experimenting with icoReactingMultiphaseInterFoam to try and simulate the melting of a snowman made of ice surrounded by air, and with an incoming radiant flux from the top boundary to provide heat. The issue is that as soon as the simulation starts, my snowman seems to collapse on itself, like a fluid would, even without any mass transfer. I think I defined the properties of the different phases properly and I can't figure out the issue. I tried to play with gravity and the simulation works fine without any gravity, so I must have defined the boundary conditions or the solid phase poorly. Does someone have an idea? Thanks! Here are some files that may be relevant fvSolution.solvers Code:
"alpha.*" { nAlphaCorr 1; nAlphaSubCycles 2; cAlphas ((liquid and solid) 0 (liquid and gas) 1 (gas and solid) 0); solver smoothSolver; smoother symGaussSeidel; tolerance 1e-8; relTol 0; } Code:
type massTransferMultiphaseSystem; phases (liquid gas solid); liquid { type pureMovingPhaseModel; } solid { type pureStaticSolidPhaseModel; } gas { type pureMovingPhaseModel; } Code:
thermoType { type heSolidThermo; mixture pureMixture; transport constIso; thermo hConst; equationOfState rhoConst; specie specie; energy sensibleEnthalpy; } mixture { specie { nMoles 1; molWeight 18; } equationOfState { rho 1000; } thermodynamics { Cp 2093; Hf 0; //[J/Kg]; } transport { kappa 2.22; } } |
|
October 26, 2022, 14:05 |
|
#2 |
Senior Member
Join Date: Oct 2017
Posts: 131
Rep Power: 9 |
Could you please upload the whole case?
|
|
Tags |
ice, icoreacting, melting, multiphase |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Solid combustion problem.... | godspeedsam | FLUENT | 3 | May 24, 2022 05:29 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Moving solid problem | Mudblood | FLUENT | 0 | June 10, 2010 13:11 |
How to calculate density of solid phase | zhou | Main CFD Forum | 0 | December 17, 1999 20:06 |