ASPECT
|
Public Member Functions | |
void | evaluate (const MaterialModel::MaterialModelInputs< dim > &in, MaterialModel::MaterialModelOutputs< dim > &out) const override |
void | parse_parameters (ParameterHandler &prm) override |
Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
virtual | ~InterfaceBase ()=default |
virtual void | initialize () |
virtual void | update () |
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) |
Private Attributes | |
double | k |
A class that implements a constant thermal conductivity.
Definition at line 41 of file constant.h.
|
overridevirtual |
Function to compute the thermal conductivities in out
given the inputs in in
.
Implements aspect::MaterialModel::ThermalConductivity::Interface< dim >.
|
static |
Declare the parameters this plugin takes through input files.
|
overridevirtual |
Read the parameters from the parameter file.
Reimplemented from aspect::Plugins::InterfaceBase.
|
private |
The thermal conductivity.
Definition at line 68 of file constant.h.