|
ASPECT
|
Public Types | |
| enum | Kind { fem_field, particles, volume_of_fluid, static_field, fem_melt_field, fem_darcy_field, prescribed_field, prescribed_field_with_diffusion } |
A struct that describes the available methods to solve advected fields. This type is at the moment only used to determine how to advect each compositional field – or what else to do with it if it doesn't satisfy an advection equation, for example if the compositional field just contains data interpolated from particles in each time step (particles) or if it contains data interpolated from other sources such as material outputs (prescribed_field), neither of which is further advected.
Definition at line 165 of file parameters.h.
| enum aspect::Parameters::AdvectionFieldMethod::Kind |
| Enumerator | |
|---|---|
| fem_field | |
| particles | |
| volume_of_fluid | |
| static_field | |
| fem_melt_field | |
| fem_darcy_field | |
| prescribed_field | |
| prescribed_field_with_diffusion | |
Definition at line 167 of file parameters.h.