> a) can you confirm that Basilisk uses first-order stair-stepping (Lego)
> for non-grid aligned solid boundaries ?
For the moment, yes.
> c) Would it be difficult to label different masks for different (solid)
> domains
> to assign different properties and to solve (for example, heat
> transport) in masked domains ?
masks can be used to define different boundary conditions, not different
equations, so this would require some more coding.
what i want to
calculate is interface length using-
coord m = mycs (point, f);
double alpha = line_alpha (f[], m);
coord p;
length +=
line_length_center(m, alpha, &p);
to calculate interface
length , here what i need to calculate is alpha for that .. i need
"f[]" .... i think that it will be stored somewhere as i
have defined solid-fluid interface using mask function .
how can i get f[] here ?
initially what i thought was that the f[] and surface fraction in z direction will be related .
best
dharmendra
See:
http://basilisk.fr/src/fractions.h#computing-volume-fractions-from-a-levelset-function