Orthotropic linear elastic material with symmetric constitutive matrix.
More...
#include <materials.hh>
|
| | OrthotropicSym (int ID, const Dune::DynamicVector< double > &Cu) |
| | Constructor creating a new material. More...
|
| |
|
virtual | ~OrthotropicSym () |
| | Empty virtual destructor.
|
| |
| virtual int | numPar () const |
| | Returns the number of parameters describing this material. More...
|
| |
| virtual double | getPar (int ipar=1) const |
| | Returns the ipar'th parameter describing this material. More...
|
| |
| virtual bool | getConstitutiveMatrix (Dune::FieldMatrix< double, 6, 6 > &C, bool invers=false) const |
| | Establishes the full constitutive matrix for this material. More...
|
| |
| virtual bool | getConstitutiveMatrix (Dune::FieldMatrix< double, 3, 3 > &C, bool invers=false) const |
| | Establishes the full constitutive matrix for this material. More...
|
| |
|
virtual | ~Material () |
| | Empty virtual destructor.
|
| |
|
int | num () const |
| | Returns the external material id.
|
| |
| virtual int | numPar () const =0 |
| | Returns the number of parameters describing this material. More...
|
| |
| virtual double | getPar (int=1) const |
| | Returns the ipar'th parameter describing this material. More...
|
| |
| virtual bool | getConstitutiveMatrix (Dune::FieldMatrix< double, 6, 6 > &C, bool invers=false) const =0 |
| | Establishes the full constitutive matrix for this material. More...
|
| |
| virtual bool | getConstitutiveMatrix (Dune::FieldMatrix< double, 3, 3 > &C, bool invers=false) const =0 |
| | Establishes the full constitutive matrix for this material. More...
|
| |
|
double | getMassDensity () const |
| | Returns the mass density of this material.
|
| |
|
| virtual std::ostream & | write (std::ostream &os) const |
| | Prints the material properties to a stream. More...
|
| |
|
| Material (int ID=0, double density=0.0) |
| | Default constructor creating an empty material.
|
| |
| virtual std::ostream & | write (std::ostream &os) const |
| | Prints the material properties to a stream. More...
|
| |
|
| static Material * | create (int ID, const Dune::DynamicVector< double > ¶ms) |
| | Creates a material object of a given type. More...
|
| |
| static Material * | create (int ID, const std::string &file) |
| | Creates a material object from a rocklist. More...
|
| |
Orthotropic linear elastic material with symmetric constitutive matrix.
◆ OrthotropicSym()
| Opm::Elasticity::OrthotropicSym::OrthotropicSym |
( |
int |
ID, |
|
|
const Dune::DynamicVector< double > & |
Cu |
|
) |
| |
Constructor creating a new material.
- Parameters
-
| [in] | ID | External material number |
| [in] | Cu | Upper triangle of the symmetric constitutive matrix |
◆ getConstitutiveMatrix() [1/2]
| bool Opm::Elasticity::OrthotropicSym::getConstitutiveMatrix |
( |
Dune::FieldMatrix< double, 3, 3 > & |
C, |
|
|
bool |
invers = false |
|
) |
| const |
|
virtual |
Establishes the full constitutive matrix for this material.
- Parameters
-
| [out] | C | The constitutive matrix |
| [in] | invers | If true, set up the inverse matrix instead |
Implements Opm::Elasticity::Material.
◆ getConstitutiveMatrix() [2/2]
| bool Opm::Elasticity::OrthotropicSym::getConstitutiveMatrix |
( |
Dune::FieldMatrix< double, 6, 6 > & |
C, |
|
|
bool |
invers = false |
|
) |
| const |
|
virtual |
Establishes the full constitutive matrix for this material.
- Parameters
-
| [out] | C | The constitutive matrix |
| [in] | invers | If true, set up the inverse matrix instead |
Implements Opm::Elasticity::Material.
◆ getPar()
| double Opm::Elasticity::OrthotropicSym::getPar |
( |
int |
ipar = 1 | ) |
const |
|
virtual |
◆ numPar()
| virtual int Opm::Elasticity::OrthotropicSym::numPar |
( |
| ) |
const |
|
inlinevirtual |
◆ write()
| std::ostream & Opm::Elasticity::OrthotropicSym::write |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following files: