CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   STAR-CCM+ (https://www.cfd-online.com/Forums/star-ccm/)
-   -   Porous media actual volume occupation (https://www.cfd-online.com/Forums/star-ccm/180782-porous-media-actual-volume-occupation.html)

cwl November 30, 2016 03:20

Porous media actual volume occupation
 
Hello

I'm trying to make a simple model: unsteady filling of tank with compressible gas
  • geometry: tank with pipe attached to it;
  • the only non-wall boundary condition is stagnation inlet at pipe end;
  • initial pressure is lower than pressure at stagnation inlet;
  • tank contains porous media (granules) resulting in inertial and viscous resistances.

The question is how to implement the fact that porous media actually occupies volume (0.6 of it) and thus - at the end of computation mass of the gas inside the tank is actually 0.4·ρ·V but not ρ·V?

I tried to define equation of state for gas:
Code:

ρ(p, T) = ${ε} * ${AbsolutePressure} / 8314 * ${MolecularWeight} / ${Temperature}
∂ρ/∂p = ${ε} / 8314 * ${MolecularWeight} / ${Temperature}
∂ρ/∂T = - ${ε} * ${AbsolutePressure} / 8314 * ${MolecularWeight} / pow($Temperature, 2)

This works well if all regions are filled with granules, but does not work (ε is a discontinuous function, this leads to divergence) in case when regions free of granules (like pipes) exist.


All times are GMT -4. The time now is 01:15.