//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
Functions | |
void | gravity (const double &time, const Vector< double > &xi, Vector< double > &b) |
Non-dimensional gravity as body force. More... | |
Variables | |
ConstitutiveLaw * | Constitutive_law_pt =0 |
Pointer to constitutive law. More... | |
double | Nu =0.45 |
Poisson's ratio for Hooke's law. More... | |
StrainEnergyFunction * | Strain_energy_function_pt =0 |
Pointer to strain energy function. More... | |
double | C1 =1.3 |
First "Mooney Rivlin" coefficient for generalised Mooney Rivlin law. More... | |
double | C2 =1.3 |
Second "Mooney Rivlin" coefficient for generalised Mooney Rivlin law. More... | |
double | Gravity =0.0 |
Non-dim gravity. More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
Global variables
void Global_Physical_Variables::gravity | ( | const double & | time, |
const Vector< double > & | xi, | ||
Vector< double > & | b | ||
) |
Non-dimensional gravity as body force.
Definition at line 132 of file compressed_square.cc.
References Gravity.
Referenced by CompressedSquareProblem< ELEMENT >::CompressedSquareProblem().
double Global_Physical_Variables::C1 =1.3 |
First "Mooney Rivlin" coefficient for generalised Mooney Rivlin law.
Definition at line 123 of file compressed_square.cc.
Referenced by main().
double Global_Physical_Variables::C2 =1.3 |
Second "Mooney Rivlin" coefficient for generalised Mooney Rivlin law.
Definition at line 126 of file compressed_square.cc.
Referenced by main().
ConstitutiveLaw* Global_Physical_Variables::Constitutive_law_pt =0 |
Pointer to constitutive law.
Definition at line 114 of file compressed_square.cc.
Referenced by CompressedSquareProblem< ELEMENT >::CompressedSquareProblem(), and main().
double Global_Physical_Variables::Gravity =0.0 |
Non-dim gravity.
Definition at line 129 of file compressed_square.cc.
Referenced by CompressedSquareProblem< ELEMENT >::doc_solution(), gravity(), and CompressedSquareProblem< ELEMENT >::run_it().
double Global_Physical_Variables::Nu =0.45 |
Poisson's ratio for Hooke's law.
Definition at line 117 of file compressed_square.cc.
Referenced by CompressedSquareProblem< ELEMENT >::doc_solution(), and main().
StrainEnergyFunction* Global_Physical_Variables::Strain_energy_function_pt =0 |
Pointer to strain energy function.
Definition at line 120 of file compressed_square.cc.
Referenced by main().