The Stokes problem on the driven cavity benchmark – the Taylor-Hood element.
The Stokes problem on the driven cavity benchmark – the Taylor-Hood element
int main(
int argc,
char**argv) {
form a = integrate (2*ddot(D(
u),D(v)));
form b = integrate (-div(
u)*q);
}
The driven cavity benchmark: 2D boundary conditions.
see the field page for the full documentation
see the geo page for the full documentation
see the problem_mixed page for the full documentation
see the catchmark page for the full documentation
see the environment page for the full documentation
see the space page for the full documentation
see the test page for the full documentation
see the test page for the full documentation
This file is part of Rheolef.
rheolef - reference manual
static space velocity_space(const geo &omega, string approx)
static field velocity_field(const space &Xh, Float alpha=1)