NiHu
2.0
|
Base class for elastostatics kernels. This class contains the two material parameters. More...
#include <elastostatics_kernel.hpp>
Public Member Functions | |
elastostatics_kernel (double nu, double mu) | |
Construct a new elastostatics kernel object. More... | |
double | get_poisson_ratio () const |
Get the poisson ratio. More... | |
double | get_shear_modulus () const |
Get the shear modulus. More... | |
double | get_lame_lambda () const |
Get the lame's lambda parameter. More... | |
double | get_bulk_modulus () const |
get the bulk modulus More... | |
Base class for elastostatics kernels. This class contains the two material parameters.
Definition at line 40 of file elastostatics_kernel.hpp.
|
inline |
Construct a new elastostatics kernel object.
[in] | nu | Poisson's ratio [-] |
[in] | mu | Shear modulus [Pa] |
Definition at line 46 of file elastostatics_kernel.hpp.
|
inline |
get the bulk modulus
Definition at line 75 of file elastostatics_kernel.hpp.
|
inline |
Get the lame's lambda parameter.
Definition at line 68 of file elastostatics_kernel.hpp.
|
inline |
Get the poisson ratio.
Definition at line 54 of file elastostatics_kernel.hpp.
|
inline |
Get the shear modulus.
Definition at line 61 of file elastostatics_kernel.hpp.