//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
Functions | |
void | constant_pressure (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) |
Constant pressure load. More... | |
Variables | |
ConstitutiveLaw * | Constitutive_law_pt |
Pointer to constitutive law. More... | |
double | E =1.0 |
Elastic modulus. More... | |
double | Nu =0.3 |
Poisson's ratio. More... | |
double | P = 0.00 |
Uniform pressure. More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
Global variables
void Global_Physical_Variables::constant_pressure | ( | const Vector< double > & | xi, |
const Vector< double > & | x, | ||
const Vector< double > & | n, | ||
Vector< double > & | traction | ||
) |
Constant pressure load.
Definition at line 67 of file shock_disk.cc.
Referenced by DiskShockWaveProblem< ELEMENT, TIMESTEPPER >::actions_after_adapt(), and DiskShockWaveProblem< ELEMENT, TIMESTEPPER >::DiskShockWaveProblem().
ConstitutiveLaw* Global_Physical_Variables::Constitutive_law_pt |
Pointer to constitutive law.
Definition at line 55 of file shock_disk.cc.
Referenced by DiskShockWaveProblem< ELEMENT, TIMESTEPPER >::DiskShockWaveProblem(), and main().
double Global_Physical_Variables::E =1.0 |
double Global_Physical_Variables::Nu =0.3 |
double Global_Physical_Variables::P = 0.00 |
Uniform pressure.
Definition at line 64 of file shock_disk.cc.
Referenced by ElasticRefineableQuarterCircleSectorMesh< ELEMENT >::ElasticRefineableQuarterCircleSectorMesh(), and DiskShockWaveProblem< ELEMENT, TIMESTEPPER >::run().