Uniform compression of a circular disk in a state of plane strain, subject to uniform growth. More...
Public Member Functions | |
StaticDiskCompressionProblem () | |
Constructor: More... | |
void | parameter_study (const unsigned &case_number) |
Run simulation: Pass case number to label output files. More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. More... | |
void | actions_after_newton_solve () |
Update function (empty) More... | |
void | actions_before_newton_solve () |
Update function (empty) More... | |
Private Attributes | |
ofstream | Trace_file |
Trace file. More... | |
Vector< Node * > | Trace_node_pt |
Vector of pointers to nodes whose position we're tracing. More... | |
ElasticRefineableQuarterCircleSectorMesh< ELEMENT > * | Solid_mesh_pt |
Pointer to solid mesh. More... | |
SolidMesh * | Traction_mesh_pt |
Pointer to mesh of traction elements. More... | |
Uniform compression of a circular disk in a state of plane strain, subject to uniform growth.
Definition at line 170 of file disk_compression.cc.
StaticDiskCompressionProblem< ELEMENT >::StaticDiskCompressionProblem |
Constructor:
Definition at line 210 of file disk_compression.cc.
References Global_Physical_Variables::constant_pressure(), Global_Physical_Variables::Constitutive_law_pt, and Global_Physical_Variables::growth_function().
|
inline |
Update function (empty)
Definition at line 185 of file disk_compression.cc.
|
inline |
Update function (empty)
Definition at line 188 of file disk_compression.cc.
void StaticDiskCompressionProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
Definition at line 303 of file disk_compression.cc.
References Global_Physical_Variables::E, Global_Physical_Variables::Nu, Global_Physical_Variables::P, and Global_Physical_Variables::Uniform_gamma.
void StaticDiskCompressionProblem< ELEMENT >::parameter_study | ( | const unsigned & | case_number | ) |
Run simulation: Pass case number to label output files.
Run the paramter study.
Definition at line 356 of file disk_compression.cc.
References Global_Physical_Variables::P.
Referenced by main().
|
private |
Pointer to solid mesh.
Definition at line 199 of file disk_compression.cc.
|
private |
Trace file.
Definition at line 193 of file disk_compression.cc.
|
private |
Vector of pointers to nodes whose position we're tracing.
Definition at line 196 of file disk_compression.cc.
|
private |
Pointer to mesh of traction elements.
Definition at line 202 of file disk_compression.cc.