Classes
oomph Namespace Reference

Classes

class  ElasticallySupportedRingElement
 GeneralCircle "upgraded" to a GeneralisedElement: Circular ring whose position is given by

\[ x = X_c + R \cos(\zeta) \]

\[ y = Y_c + R \sin(\zeta) \]

The ring's vertical position $ Y_c $ is determined by "pseudo elasticity":

\[ 0 = f_{load} - Y_c \ k_{stiff} \]

This simulates the case where the centre of the ring is mounted on an elastic spring of stiffness $ k_{stiff} $ and loaded by the force $ f_{load}. $ The "load" is specified by the Data object load_pt(). More...

 
class  GeneralCircle
 GeneralCircle in 2D space.

\[ x = X_c + R \cos(\zeta) \]

\[ y = Y_c + R \sin(\zeta) \]

The three parameters $ X_c, Y_c $ and $ R $ are represented by Data and can therefore be unknowns in the problem. More...

 
class  SimpleCircle
 Simple circle in 2D space.

\[ x = X_c + R \cos(\zeta) \]

\[ y = Y_c + R \sin(\zeta) \]

. More...