ASPECT
|
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from aspect::SimulatorAccess< dim > | |
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) |
Private Attributes | |
double | lithosphere_viscosity |
std::unique_ptr< MaterialModel::Interface< dim > > | base_model |
InitialTemperature::LABDepth::LABDepthLookup< dim > | lab_depth_lookup |
Additional Inherited Members | |
Public Types inherited from aspect::MaterialModel::Interface< dim > | |
using | MaterialModelInputs = MaterialModel::MaterialModelInputs< dim > |
using | MaterialModelOutputs = MaterialModel::MaterialModelOutputs< dim > |
Protected Attributes inherited from aspect::MaterialModel::Interface< dim > | |
NonlinearDependence::ModelDependence | model_dependence |
A material model that applies a given constant viscosity in the lithosphere. Viscosity below this is taken from a ''base model'' chosen from any of the other available material models. The 'replace lithosphere viscosity' material model allows the user to specify the depth of the lithosphere-asthenosphere boundary either as one value or as a file. All other properties are derived from the base model.
Definition at line 45 of file replace_lithosphere_viscosity.h.
|
overridevirtual |
Initialize the base model at the beginning of the run.
Reimplemented from aspect::Plugins::InterfaceBase.
|
override |
Function to compute the material properties in out
given the inputs in in
.
|
static |
Method to declare parameters related to replace lithosphere viscosity model
|
overridevirtual |
Method to parse parameters related to replace lithosphere viscosity model
Reimplemented from aspect::Plugins::InterfaceBase.
|
overridevirtual |
Method that indicates whether material is compressible. Replace lithosphere viscosity model is compressible if and only if base model is compressible.
Implements aspect::MaterialModel::Interface< dim >.
|
overridevirtual |
If this material model can produce additional named outputs that are derived from NamedAdditionalOutputs, create them in here. By default, this does nothing.
Reimplemented from aspect::MaterialModel::Interface< dim >.
|
private |
This parameter gives the viscosity set within the lithosphere.
Definition at line 88 of file replace_lithosphere_viscosity.h.
|
private |
Pointer to the material model used as the base model
Definition at line 94 of file replace_lithosphere_viscosity.h.
|
private |
Definition at line 97 of file replace_lithosphere_viscosity.h.