The stream function for the obstacle benchmark with slip boundary condition.
The stream function for the obstacle benchmark with slip boundary condition
int main (
int argc,
char** argv) {
din >> uh;
uh = lazy_interpolate (uh.get_space(), e0 - uh);
string approx = "P" + to_string(uh.get_space().degree());
const geo& omega = uh.get_geo();
space Ph (omega, approx);
Ph.block ("wall");
Ph.block ("axis");
Ph.block ("downstream");
form a = integrate ( dot(grad(
psi), grad(xi)), iopt);
field lh = integrate (dot(uh,bcurl(xi)));
}
field lh(Float epsilon, Float t, const test &v)
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 problem page for the full documentation
see the catchmark page for the full documentation
see the environment page for the full documentation
see the integrate_option 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