XC Open source finite element analysis program
|
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. More...
#include <Tri_a_fail_crit_YS.h>
Public Member Functions | |
YieldSurface * | newObj () |
TriFCYieldSurface (double fc, double ft, double e, double coh) | |
double | f (const EPState *EPS) const |
BJtensor | dFods (const EPState *EPS) const |
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 &os, const TriFCYieldSurface &YS) |
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.