3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::LameParams< Scalar > Struct Template Reference

Structure encapsulating the lame parameters. More...

#include <dumux/geomechanics/lameparams.hh>

Description

template<class Scalar>
struct Dumux::LameParams< Scalar >

Structure encapsulating the lame parameters.

Public Member Functions

 LameParams ()=default
 Default constructor.
 LameParams (Scalar lambda, Scalar mu)
 Constructor taking lambda and mu directly.
Scalar lambda () const
 Return the first lame parameter.
Scalar mu () const
 Return the second lame parameter.
void setLambda (Scalar lambda)
 set the first lame parameter
void setMu (Scalar mu)
 set the second lame parameter

Constructor & Destructor Documentation

◆ LameParams() [1/2]

template<class Scalar>
Dumux::LameParams< Scalar >::LameParams ( )
default

Default constructor.

◆ LameParams() [2/2]

template<class Scalar>
Dumux::LameParams< Scalar >::LameParams ( Scalar lambda,
Scalar mu )
inline

Constructor taking lambda and mu directly.

Member Function Documentation

◆ lambda()

template<class Scalar>
Scalar Dumux::LameParams< Scalar >::lambda ( ) const
inline

Return the first lame parameter.

◆ mu()

template<class Scalar>
Scalar Dumux::LameParams< Scalar >::mu ( ) const
inline

Return the second lame parameter.

◆ setLambda()

template<class Scalar>
void Dumux::LameParams< Scalar >::setLambda ( Scalar lambda)
inline

set the first lame parameter

◆ setMu()

template<class Scalar>
void Dumux::LameParams< Scalar >::setMu ( Scalar mu)
inline

set the second lame parameter


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