Go to the source code of this file.
Classes | |
| class | ElasticRefineableQuarterCircleSectorMesh< ELEMENT > |
| //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
| class | StaticDiskCompressionProblem< ELEMENT > |
| Uniform compression of a circular disk in a state of plane strain, subject to uniform growth. More... | |
Namespaces | |
| Global_Physical_Variables | |
| Global variables. | |
Functions | |
| void | Global_Physical_Variables::constant_pressure (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) |
| Constant pressure load. More... | |
| void | Global_Physical_Variables::growth_function (const Vector< double > &xi, double &gamma) |
| Growth function. More... | |
| int | main (int argc, char *argv[]) |
| Driver code for disk-compression. More... | |
Variables | |
| StrainEnergyFunction * | Global_Physical_Variables::Strain_energy_function_pt |
| Pointer to strain energy function. More... | |
| ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt |
| Pointer to constitutive law. More... | |
| double | Global_Physical_Variables::E =1.0 |
| Elastic modulus. More... | |
| double | Global_Physical_Variables::Nu =0.3 |
| Poisson's ratio. More... | |
| double | Global_Physical_Variables::C1 =1.3 |
| "Mooney Rivlin" coefficient for generalised Mooney Rivlin law More... | |
| double | Global_Physical_Variables::P = 0.0 |
| Uniform pressure. More... | |
| double | Global_Physical_Variables::Uniform_gamma =1.1 |
| Uniform volumetric expansion. More... | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Driver code for disk-compression.
Definition at line 411 of file disk_compression.cc.
References Global_Physical_Variables::C1, Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::E, Global_Physical_Variables::Nu, StaticDiskCompressionProblem< ELEMENT >::parameter_study(), and Global_Physical_Variables::Strain_energy_function_pt.