|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
The function below computes the mean curvature kappa of the interface defined by the volume fraction c. More...
#include <curvature.h>
Data Fields | |
| int | h |
| int | f |
| int | a |
| int | c |
The function below computes the mean curvature kappa of the interface defined by the volume fraction c.
It uses a combination of the methods above: statistics on the number of curvatures computed which each method is returned in a cstats data structure.
The curvature is multiplied by sigma (default is one).
If add is true, the curvature is added to field kappa.
Definition at line 535 of file curvature.h.
| int cstats::a |
Definition at line 538 of file curvature.h.
| int cstats::c |
Definition at line 539 of file curvature.h.
| int cstats::f |
Definition at line 537 of file curvature.h.
| int cstats::h |
Definition at line 536 of file curvature.h.