I work on the degradation of a material under incident flux (in particular radiation).
I mesh a slab, with on one face, boundary condition for the incident flux and for the other faces, boundary condition for convective loss.
When the material reaches its temperature of pyrolisis at its heated face, I calculate the mass flow
I then calculate the remaining thickness of the cell due to this mass flow. When the thickness loss becomes higher than the thickness of the first cell, I change the thermal properties of the cell from those of the material to those of the air. I desactivate the incident flux at this boundary condition and I have to create a new boundary condition at the position of internal face. How can I create this boundary condition? Have I to define all the concerned internal face to boundary condition when I created my mesh and modify the type of the boundary conditions in my code (wall when its a real boundary condition, other(inlet, outlet?...) when its internal face)?
Is there another way to do that ?
Thank you for your answer!