![]() |
|
#include <time_harmonic_elasticity_tensor.h>
Public Member Functions | |
TimeHarmonicIsotropicElasticityTensor (const double &nu, const double &E) | |
TimeHarmonicIsotropicElasticityTensor (const double &nu) | |
void | update_constitutive_parameters (const double &nu, const double &E=1.0) |
double | independent_component (const unsigned &i) const |
Overload the independent coefficient function. More... | |
![]() | |
virtual | ~TimeHarmonicElasticityTensor () |
Empty virtual Destructor. More... | |
double | operator() (const unsigned &i, const unsigned &j, const unsigned &k, const unsigned &l) const |
Private Member Functions | |
void | set_lame_coefficients (const double &lambda, const double &mu) |
Private Attributes | |
double | C [4] |
Static Private Attributes | |
static const unsigned | StaticIndex [21] |
Translation scheme for the isotropic elasticity tensor. More... | |
Additional Inherited Members | |
![]() | |
void | range_check (const unsigned &i, const unsigned &j, const unsigned &k, const unsigned &l) const |
TimeHarmonicElasticityTensor () | |
Empty Constructor. More... | |
An isotropic elasticity tensor defined in terms of Young's modulus and Poisson's ratio. The elasticity tensor is assumed to be non-dimensionalised on some reference value for Young's modulus so the value provided to the constructor (if any) is to be interpreted as the ratio of the actual Young's modulus to the Young's modulus used to non-dimensionalise the stresses/tractions in the governing equations.
|
inline |
Constructor. Passing in the values of the Poisson's ratio and Young's modulus (interpreted as the ratio of the actual Young's modulus to the Young's modulus (or other reference stiffness) used to non-dimensionalise stresses and tractions in the governing equations).
References Global_Physical_Variables::E, lambda, Global_Parameters::mu, and set_lame_coefficients().
|
inline |
Constructor. Passing in the value of the Poisson's ratio. Stresses and tractions in the governing equations are assumed to have been non-dimensionalised on Young's modulus.
References Global_Physical_Variables::E, lambda, Global_Parameters::mu, and set_lame_coefficients().
|
inlinevirtual |
Overload the independent coefficient function.
Reimplemented from oomph::TimeHarmonicElasticityTensor.
References i, and StaticIndex.
|
inlineprivate |
References lambda, and Global_Parameters::mu.
Referenced by TimeHarmonicIsotropicElasticityTensor(), and update_constitutive_parameters().
|
inline |
Update parameters: Specify values of the Poisson's ratio and (optionally) Young's modulus (interpreted as the ratio of the actual Young's modulus to the Young's modulus (or other reference stiffness) used to non-dimensionalise stresses and tractions in the governing equations).
References Global_Physical_Variables::E, lambda, Global_Parameters::mu, and set_lame_coefficients().
|
private |
|
staticprivate |
Translation scheme for the isotropic elasticity tensor.
Referenced by independent_component().