Inheritance diagram for SubCam:
Public Member Functions | |
SubCam (Array< REAL > const &Prms, Array< REAL > const &IniData) | |
String | Name () const |
int | nAdditionalInternalStateValues () const |
void | AdditionalInternalStateValues (Array< REAL > &IntStateVals) const |
void | AdditionalInternalStateNames (Array< String > &IntStateNames) const |
Static Public Attributes | |
static REAL | Q_ZERO = 1.0e-7 |
static size_t | NPRMS = 5 |
static size_t | NIDAT = 5 |
Private Member Functions | |
void | _calc_grads_hards (REAL const &v, Tensor2 const &Sig, IntVars const &z, Tensor2 &r, Tensor2 &V, T_dfdz &y, HardMod &HH, REAL &cp) const |
void | _calc_De (REAL const &v, Tensors::Tensor2 const &Sig, IntVars const &z, bool IsUnloading, Tensors::Tensor4 &De) const |
void | _calc_Ce (REAL const &v, Tensors::Tensor2 const &Sig, IntVars const &z, bool IsUnloading, Tensors::Tensor4 &Ce) const |
void | _unloading_update_int_vars () |
void | _calc_dz (Tensors::Tensor2 const &dSig, Tensors::Tensor2 const &dEps, REAL const &dLam, HardMod const &HH, IntVars &dz) const |
REAL | _calc_M (REAL const &sin3th) const |
Private Attributes | |
REAL | _lam |
REAL | _kap |
REAL | _phics |
REAL | _G |
REAL | _c |
REAL | _Mcs |
REAL | _wcs |
REAL | _alp |
Definition at line 47 of file subcam.h.