ASPECT
Enumerations | Functions
aspect::InitialTemperature::BoundaryLayerAgeModel Namespace Reference

Enumerations

enum  Kind { constant, ascii_data, function }
 

Functions

BoundaryLayerAgeModel::Kind parse (const std::string &parameter_name, const ParameterHandler &prm)
 

Detailed Description

A namespace for selecting how to determine the age of a boundary layer. Current options are:

'constant': A constant age independent of position. 'ascii_data': Age is specified in an ascii data file. 'function': Age is specified as a function in the input file.

Enumeration Type Documentation

§ Kind

Enumerator
constant 
ascii_data 
function 

Definition at line 47 of file adiabatic.h.

Function Documentation

§ parse()

BoundaryLayerAgeModel::Kind aspect::InitialTemperature::BoundaryLayerAgeModel::parse ( const std::string &  parameter_name,
const ParameterHandler &  prm 
)

Read the lithosphere age model from the parameter file, using the parameter name given in parameter_name, and return the enum that corresponds to this operation.