version 0.6.0
mod_material_properties_boundary_conditions Module Reference

Boundary conditions related routines for materials. More...

Functions/Subroutines

subroutine generate_density_boundary_conditions (density_bndc)
 Generate the density boundary conditions based on the phases' ones For all the phases, their boundary condition have to match at any point. It is either homogeneous Neumann or Dirichlet. In the first case: it's also homogeneous Neumann for density. In the latter: it's an interpolation of density values of each phases.
 
subroutine generate_viscosity_boundary_conditions (viscosity_bndc)
 Generate the viscosity boundary conditions based on the phases' ones Very similar to generate_density_boundary_conditions routine.
 

Detailed Description

For some purposes, it might be necessary to know appropriate boundary conditions for materials (such as density, viscosity, etc.).