Functions | Variables
Global_Physical_Variables Namespace Reference

Namespace for physical parameters. More...

Functions

void load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load)
 Load function: Apply a constant external pressure to the beam.
 

Variables

double H
 Non-dimensional thickness.
 
double Sigma0
 2nd Piola Kirchhoff pre-stress
 
double P_ext
 Pressure load.
 

Detailed Description

Namespace for physical parameters.

Function Documentation

◆ load()

void Global_Physical_Variables::load ( const Vector< double > &  xi,
const Vector< double > &  x,
const Vector< double > &  N,
Vector< double > &  load 
)

Load function: Apply a constant external pressure to the beam.

Definition at line 52 of file tensioned_string.cc.

References load(), and P_ext.

Referenced by ElasticBeamProblem::ElasticBeamProblem(), and load().

Variable Documentation

◆ H

double Global_Physical_Variables::H

Non-dimensional thickness.

Definition at line 43 of file tensioned_string.cc.

Referenced by ElasticBeamProblem::ElasticBeamProblem(), main(), and ElasticBeamProblem::parameter_study().

◆ P_ext

double Global_Physical_Variables::P_ext

Pressure load.

Definition at line 49 of file tensioned_string.cc.

Referenced by load(), and ElasticBeamProblem::parameter_study().

◆ Sigma0

double Global_Physical_Variables::Sigma0

2nd Piola Kirchhoff pre-stress

Definition at line 46 of file tensioned_string.cc.

Referenced by ElasticBeamProblem::ElasticBeamProblem(), main(), and ElasticBeamProblem::parameter_study().