Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
cstats Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ a

int cstats::a

Definition at line 538 of file curvature.h.

◆ c

int cstats::c

Definition at line 539 of file curvature.h.

◆ f

int cstats::f

Definition at line 537 of file curvature.h.

◆ h

int cstats::h

Definition at line 536 of file curvature.h.


The documentation for this struct was generated from the following file: