ASPECT
Public Member Functions | Public Attributes | List of all members
aspect::MaterialModel::NonlinearDependence::ModelDependence Struct Reference

Public Member Functions

 ModelDependence ()
 

Public Attributes

Dependence viscosity
 
Dependence density
 
Dependence compressibility
 
Dependence specific_heat
 
Dependence thermal_conductivity
 

Detailed Description

A structure that, for every output variable of a material model, describes which input variable it depends on.

Definition at line 118 of file interface.h.

Constructor & Destructor Documentation

§ ModelDependence()

aspect::MaterialModel::NonlinearDependence::ModelDependence::ModelDependence ( )

Default constructor. Sets all dependencies to invalid values in order to ensure that material models really correctly specify which input variables their output variables depend on.

Member Data Documentation

§ viscosity

Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::viscosity

A field that describes which input variable the viscosity of a material model depends on.

Definition at line 124 of file interface.h.

§ density

Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::density

A field that describes which input variable the density of a material model depends on.

Definition at line 130 of file interface.h.

§ compressibility

Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::compressibility

A field that describes which input variable the compressibility of a material model depends on.

Definition at line 136 of file interface.h.

§ specific_heat

Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::specific_heat

A field that describes which input variable the specific heat of a material model depends on.

Definition at line 142 of file interface.h.

§ thermal_conductivity

Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::thermal_conductivity

A field that describes which input variable the thermal conductivity of a material model depends on.

Definition at line 148 of file interface.h.


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