|
xc
|
Yield surface is based on article by Menetrey, P. More...
#include <Tri_a_fail_crit_YS.h>
Public Member Functions | |
| YieldSurface * | newObj () |
| create a clone of itself | |
| TriFCYieldSurface (double fc, double ft, double e, double coh) | |
| Constructor. | |
| double | f (const EPState *EPS) const |
| Yield criterion evaluation function F(EPState) | |
| BJtensor | dFods (const EPState *EPS) const |
| BJtensor dF/dsigma_ij (this is the place wher a derivativ over yield function is coded) | |
| double | getfcomp () const |
| double | getftens () const |
| double | getel () const |
| double | get_c () const |
| void | print () |
Public Member Functions inherited from XC::YieldSurface | |
| virtual double | xi_s1 (const EPState *EPS) const |
| virtual double | xi_s2 (const EPState *EPS) const |
| virtual double | xi_s3 (const EPState *EPS) const |
| virtual double | xi_s4 (const EPState *EPS) const |
| virtual BJtensor | xi_t1 (const EPState *EPS) const |
| virtual BJtensor | xi_t2 (const EPState *EPS) const |
| virtual BJtensor | xi_t3 (const EPState *EPS) const |
| virtual BJtensor | xi_t4 (const EPState *EPS) const |
Friends | |
| std::ostream & | operator<< (std::ostream &, const TriFCYieldSurface &) |
Yield surface is based on article by Menetrey, P.
and William, K.J. published in 1995 in ACI Structural Journal pp 311-318. Purpose of the Yield surface is to model triaxial strenght of concrete.
1.8.12