forked from csoulain/porousMedia4Foam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes.txt
54 lines (37 loc) · 1.64 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
**********************
*** V1.0 (2020-02-10)
*** 1st release of the porousMedia4Foam package
**********************
### Solvers
- darcyFoam (new solver)
- single-phase flow solvers for isotropic porous medium
- impesFoam (new solver)
- two-phase flow solvers for isotropic porous medium
from porousMultiphaseFoam
### Libraries
- porousModels (new class)
- class for defining porous media properties (permeability, porosity)
- absolutePermeabilityModel : model for initializing permeability
- unsaturatedPorousModels (new class)
- class for defining two-phase flow properties (kr, pc)
- reducedSaturationModels : compute the effective saturation for kr and
pc (saturation, minMax)
- capillarityModels : usual capillary models (Brooks and Corey,
Van Genuchten, Linear), from porousMultiphaseFoam
- relativePermeabilityModels : usual relative permeability laws
(Brooks and Corey, Van Genuchten) from porousMultiphaseFoam
- porousBoundaryCondition
- darcyGradPressure from porousMultiphaseFoam
- eventFlux from porousMultiphaseFoam
- eventInfiltration from porousMultiphaseFoam
- toolsGIS from porousMultiphaseFoam
- otherModels
- phaseModels : incompressible phase model for poroous media flows
(constant density and viscosity) from porousMultiphaseFoam
### Tutorials
- darcyFoam-tutorials
- SPE10 (adapted from porousMultiphaseFoam)
- impesFoam-tutorials (adapted from porousMultiphaseFoam)
- Buckley-Leverett (BrooksAndCorey, van Genuchten)
- capillarity validation (BrooksAndCorey, van Genuchten, linear)
- injectionExtraction (extraction, injection)