LifeV
|
Includes. More...
#include <darcy.hpp>
Data Structures | |
struct | Private |
Private Members. More... | |
Private Attributes | |
std::shared_ptr< Private > | Members |
darcy_nonlinear (int argc, char **argv) | |
Constructor. More... | |
~darcy_nonlinear () | |
Destructor. More... | |
LifeV::Real | run () |
To lunch the simulation. More... | |
Includes.
LifeV non-linear and transient Darcy test case
A 2D Darcy transient and non-linear test with Dirichlet boundary condition. Let us set and , solve the problem in dual-mixed form
Furthermore the data are
The analytical solutions are
Fixing and the tolerance of the fixed point scheme at , the computed space errors are
N | N proc | ||
---|---|---|---|
10 | 0.105324 | 0.284968 | 8 |
20 | 0.0375415 | 0.140317 | 8 |
40 | 0.0162273 | 0.066338 | 16 |
80 | 0.00773563 | 0.0315562 | 16 |
160 | 0.00381641 | 0.015142 | 32 |
where N is the number of subdivisions for each boundary.
Definition at line 143 of file 2d/darcy.hpp.
darcy_nonlinear | ( | int | argc, |
char ** | argv | ||
) |
Constructor.
Constructors.
Definition at line 110 of file 2d/darcy.cpp.
|
inline |
Destructor.
Definition at line 158 of file 2d/darcy.hpp.
Real run | ( | ) |
|
private |
Definition at line 173 of file 2d/darcy.hpp.