![]() |
ASPECT
|
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
![]() | |
static void | get_composition_values_at_q_point (const std::vector< std::vector< double >> &composition_values, const unsigned int q, std::vector< double > &composition_values_at_q_point) |
![]() | |
static void | declare_parameters (ParameterHandler &prm) |
Private Attributes | |
std::vector< std::string > | volume_of_fluid_names |
std::vector< DataComponentInterpretation::DataComponentInterpretation > | interpretations |
bool | include_contour |
bool | include_normal |
Plugin to output volume fractions and reconstructed interface data from the Volume of Fluid Interface Tracking data.
Definition at line 39 of file volume_of_fluid_values.h.
aspect::Postprocess::VisualizationPostprocessors::VolumeOfFluidValues< dim >::VolumeOfFluidValues | ( | ) |
Standard constructor
|
override |
Get the list of names for the components that will be produced by this postprocessor
|
override |
Get the list of component interpretations for the components that will be produced by this postprocessor
|
override |
Get required update flags
|
override |
Produce that data based on provided solution data
|
static |
Declare the parameters this class takes through input files.
|
overridevirtual |
Read the parameters this class declares from the parameter file.
Reimplemented from aspect::Plugins::InterfaceBase.
|
private |
Stored list of names for the produced components
Definition at line 94 of file volume_of_fluid_values.h.
|
private |
Stored list of interpretations for produced components
Definition at line 99 of file volume_of_fluid_values.h.
|
private |
If true, the data output will include a field that has the reconstructed fluid interface as the zero contour
Definition at line 105 of file volume_of_fluid_values.h.
|
private |
If true, the data output will include the normal vector for the reconstructed interface
Definition at line 110 of file volume_of_fluid_values.h.