The Oldroyd problem on the driven cavity benchmark – boundary conditions.
The Oldroyd problem on the driven cavity benchmark – boundary conditions
geo omega = Xh.get_geo();
space Wh (omega[
"top"], Xh.get_approx());
uh[0][
"top"] = lazy_interpolate (Wh,
u0_top);
return uh;
}
struct tau_upstream {
};
};
The driven cavity benchmark: 2D boundary conditions.
see the Float page for the full documentation
see the field page for the full documentation
see the geo page for the full documentation
see the point page for the full documentation
see the space page for the full documentation
see the tensor page for the full documentation
tensor operator()(const point &x) const
static Float u0_top(const point &x)
static field velocity_field(const space &Xh)