ASPECT
Public Types | List of all members
aspect::VolumeOfFluid::VolumeOfFluidInputType Struct Reference

Public Types

enum  Kind { composition, level_set }
 

Detailed Description

A structure that contains enum values that identify type of input data to allow robust use of sub-mesh scale input that remain valid over multiple mesh sizes.

Definition at line 37 of file field.h.

Member Enumeration Documentation

§ Kind

Enumerator
composition 

Input data is a value between 0 and 1 at all points.

level_set 

Input data is an interface defined by a signed distance level set with positive value indicating fluid presence. IE the function has gradient 1 almost everywhere, is positive where the fluid is, and is zero on the fluid interface

Definition at line 39 of file field.h.


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