CAPE Forum

Ansys => CFX => Topic started by: pitney1 on May 11, 2012, 10:23:38 PM

Title: How to set the thermal conductivity in a porous domain in CFX 11.0?
Post by: pitney1 on May 11, 2012, 10:23:38 PM
How can you set the thermal conductivity in a porous domain in CFX 11.0?

Help.
Title: Re: How to set the thermal conductivity in a porous domain in CFX 11.0?
Post by: william on May 11, 2012, 10:24:22 PM
There is no energy equation for the solid phase when porous domain is defined. The only way to simulate the energy transfer between the solid and the fluid phase of the porous media flow is to define an additional variable (AV), which will represent enthalpy or energy of the solid phase. For heat in a solid, one needs to select a 'Diffusion Transport Equation' under 'Fluid Models', and define a Kinematic diffusivity for this diffusion equation.

To calculate effective thermal conductivity, specify the following expression

K_eff=(void fraction)*(a_fluid*rho_fluid*Cp_fluid)+(1-(void fraction))*(a_solid*rho_solid*Cp_solid)

(where 'a' is a kinematic diffusivity). Usually, fluid thermal conductivity is known, therefore

K_eff=(void fraction)*k_fluid+(1-(void fraction))*(a_solid*rho_solid*Cp_solid)