This code is designed to solve the following flow (parabolic) and transport (hyperbolic) equations with the finite volume method.
- Single phase flow in porous media:
where
We often assume the fluid is incompressible or slightly compressible.
- Transport equation:
$$∂(φρc)/∂t + ∇·(cρu) = 0.$$
where $ \phi
- Currently, only 2 (or 1)-dimensional rectangular domains and so grids can be handled (3-D, unstructured grids are not implemented yet).
- You should be able to solve other types of equations (e.g. heat equation, wave equation, etc.) in the same framework while the code is intended to solve flow and transport equations in porous media.