Rheolef
7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
navier_stokes_criterion.icc
Go to the documentation of this file.
1
25
field
navier_stokes_criterion
(
Float
Re,
const
field
& uh) {
26
space
T0h (uh.get_geo(),
"P1d"
);
27
return
lazy_interpolate (T0h, sqrt(Re*norm2(uh) + 4*norm2(D(uh))));
28
}
Float
see the Float page for the full documentation
field
see the field page for the full documentation
space
see the space page for the full documentation
navier_stokes_criterion
field navier_stokes_criterion(Float Re, const field &uh)
Definition
navier_stokes_criterion.icc:25