Global variables. More...
Functions | |
| void | gravity (const double &time, const Vector< double > &xi, Vector< double > &b) |
| Non-dimensional gravity as body force. More... | |
Variables | |
| double | L =10.0 |
| Length of beam. More... | |
| StrainEnergyFunction * | Strain_energy_function_pt =0 |
| Pointer to strain energy function. More... | |
| double | C1 =1.3 |
| First "Mooney Rivlin" coefficient. More... | |
| double | C2 =1.3 |
| Second "Mooney Rivlin" coefficient. More... | |
| ConstitutiveLaw * | Constitutive_law_pt =0 |
| Pointer to constitutive law. More... | |
| double | Gravity =0.0 |
| Non-dim gravity. More... | |
| double | E =1.0 |
| Elastic modulus. More... | |
| double | Nu =0.3 |
| Poisson's ratio. More... | |
Global variables.
Extension of global variables for self tests.
| void Global_Physical_Variables::gravity | ( | const double & | time, |
| const Vector< double > & | xi, | ||
| Vector< double > & | b | ||
| ) |
Non-dimensional gravity as body force.
Definition at line 151 of file three_d_cantilever.cc.
References Gravity.
Referenced by CantileverProblem< ELEMENT >::CantileverProblem().
| double Global_Physical_Variables::C1 =1.3 |
First "Mooney Rivlin" coefficient.
Definition at line 139 of file three_d_cantilever.cc.
Referenced by main().
| double Global_Physical_Variables::C2 =1.3 |
Second "Mooney Rivlin" coefficient.
Definition at line 142 of file three_d_cantilever.cc.
Referenced by main().
| ConstitutiveLaw* Global_Physical_Variables::Constitutive_law_pt =0 |
Pointer to constitutive law.
Definition at line 145 of file three_d_cantilever.cc.
Referenced by CantileverProblem< ELEMENT >::CantileverProblem(), and main().
| double Global_Physical_Variables::E =1.0 |
| double Global_Physical_Variables::Gravity =0.0 |
Non-dim gravity.
Definition at line 148 of file three_d_cantilever.cc.
Referenced by gravity(), main(), and CantileverProblem< ELEMENT >::run_tests().
| double Global_Physical_Variables::L =10.0 |
Length of beam.
Definition at line 133 of file three_d_cantilever.cc.
Referenced by CantileverProblem< ELEMENT >::CantileverProblem().
| double Global_Physical_Variables::Nu =0.3 |
| StrainEnergyFunction* Global_Physical_Variables::Strain_energy_function_pt =0 |
Pointer to strain energy function.
Definition at line 136 of file three_d_cantilever.cc.
Referenced by main().