OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "maxwellChM.h"
Go to the source code of this file.
Classes | |
class | oofem::DoublePowerLawMaterial |
This class implements a rheologic double power law material model. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for DoublePowerLawMaterial | |
#define | _IFT_DoublePowerLawMaterial_Name "doublepowerlaw" |
#define | _IFT_DoublePowerLawMaterial_e28 "e28" |
#define | _IFT_DoublePowerLawMaterial_fi1 "fi1" |
#define | _IFT_DoublePowerLawMaterial_m "m" |
#define | _IFT_DoublePowerLawMaterial_n "n" |
#define | _IFT_DoublePowerLawMaterial_alpha "alpha" |
#define _IFT_DoublePowerLawMaterial_alpha "alpha" |
Definition at line 47 of file doublepowerlaw.h.
Referenced by oofem::DoublePowerLawMaterial::initializeFrom().
#define _IFT_DoublePowerLawMaterial_e28 "e28" |
Definition at line 43 of file doublepowerlaw.h.
Referenced by oofem::DoublePowerLawMaterial::initializeFrom().
#define _IFT_DoublePowerLawMaterial_fi1 "fi1" |
Definition at line 44 of file doublepowerlaw.h.
Referenced by oofem::DoublePowerLawMaterial::initializeFrom().
#define _IFT_DoublePowerLawMaterial_m "m" |
Definition at line 45 of file doublepowerlaw.h.
Referenced by oofem::DoublePowerLawMaterial::initializeFrom().
#define _IFT_DoublePowerLawMaterial_n "n" |
Definition at line 46 of file doublepowerlaw.h.
Referenced by oofem::DoublePowerLawMaterial::initializeFrom().
#define _IFT_DoublePowerLawMaterial_Name "doublepowerlaw" |
Definition at line 42 of file doublepowerlaw.h.
Referenced by oofem::DoublePowerLawMaterial::giveInputRecordName().