OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "material.h"
#include "structuralinterfacematerial.h"
#include "structuralinterfacematerialstatus.h"
Go to the source code of this file.
Classes | |
class | oofem::IntMatCoulombContactStatus |
This class implements associated Material Status to IntMatCoulombContact. More... | |
class | oofem::IntMatCoulombContact |
This class represents a "simple" interface material which is linear elastic in the normal direction. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for IntMatCoulombContact | |
#define | _IFT_IntMatCoulombContact_Name "intmatcoulombcontact" |
#define | _IFT_IntMatCoulombContact_kn "kn" |
#define | _IFT_IntMatCoulombContact_frictCoeff "frictcoeff" |
#define | _IFT_IntMatCoulombContact_stiffCoeff "stiffcoeff" |
#define | _IFT_IntMatCoulombContact_normalClearance "normalclearance" |
#define _IFT_IntMatCoulombContact_frictCoeff "frictcoeff" |
Definition at line 46 of file intmatcoulombcontact.h.
Referenced by oofem::IntMatCoulombContact::giveInputRecord(), and oofem::IntMatCoulombContact::initializeFrom().
#define _IFT_IntMatCoulombContact_kn "kn" |
Definition at line 45 of file intmatcoulombcontact.h.
Referenced by oofem::IntMatCoulombContact::giveInputRecord(), and oofem::IntMatCoulombContact::initializeFrom().
#define _IFT_IntMatCoulombContact_Name "intmatcoulombcontact" |
Definition at line 44 of file intmatcoulombcontact.h.
Referenced by oofem::IntMatCoulombContact::giveInputRecordName().
#define _IFT_IntMatCoulombContact_normalClearance "normalclearance" |
Definition at line 48 of file intmatcoulombcontact.h.
Referenced by oofem::IntMatCoulombContact::giveInputRecord(), and oofem::IntMatCoulombContact::initializeFrom().
#define _IFT_IntMatCoulombContact_stiffCoeff "stiffcoeff" |
Definition at line 47 of file intmatcoulombcontact.h.
Referenced by oofem::IntMatCoulombContact::giveInputRecord(), and oofem::IntMatCoulombContact::initializeFrom().