ASPECT
Public Member Functions | Public Attributes | List of all members
aspect::VolumeOfFluidField< dim > Struct Template Reference

Public Member Functions

 VolumeOfFluidField (const FEVariable< dim > &volume_fraction, const FEVariable< dim > &reconstruction, const FEVariable< dim > &level_set, const unsigned int composition_index)
 

Public Attributes

const FEVariable< dim > & volume_fraction
 
const FEVariable< dim > & reconstruction
 
const FEVariable< dim > & level_set
 
const unsigned int composition_index
 

Detailed Description

template<int dim>
struct aspect::VolumeOfFluidField< dim >

Structure to package the relevant data (both state and cached) in a single location for access.

Definition at line 37 of file assembly.h.

Constructor & Destructor Documentation

§ VolumeOfFluidField()

template<int dim>
aspect::VolumeOfFluidField< dim >::VolumeOfFluidField ( const FEVariable< dim > &  volume_fraction,
const FEVariable< dim > &  reconstruction,
const FEVariable< dim > &  level_set,
const unsigned int  composition_index 
)

Initialize the structure with FEVariables to hold the required information that must be available on all cells.

Member Data Documentation

§ volume_fraction

template<int dim>
const FEVariable<dim>& aspect::VolumeOfFluidField< dim >::volume_fraction

Field to hold the current volume fraction.

Definition at line 75 of file field.h.

§ reconstruction

template<int dim>
const FEVariable<dim>& aspect::VolumeOfFluidField< dim >::reconstruction

Field to hold the cached interface reconstruction.

Definition at line 80 of file field.h.

§ level_set

template<int dim>
const FEVariable<dim>& aspect::VolumeOfFluidField< dim >::level_set

Field to expose reconstructed interface as a zero-contour to output in visualization plugin.

Definition at line 86 of file field.h.

§ composition_index

template<int dim>
const unsigned int aspect::VolumeOfFluidField< dim >::composition_index

Field index of the associated composition field

Definition at line 91 of file field.h.


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