35 #ifndef inmatcoulombcontact_h 36 #define inmatcoulombcontact_h 44 #define _IFT_IntMatCoulombContact_Name "intmatcoulombcontact" 45 #define _IFT_IntMatCoulombContact_kn "kn" 46 #define _IFT_IntMatCoulombContact_frictCoeff "frictcoeff" 47 #define _IFT_IntMatCoulombContact_stiffCoeff "stiffcoeff" 48 #define _IFT_IntMatCoulombContact_normalClearance "normalclearance" 124 { this->giveGeneralStiffnessMatrix(answer, rMode, gp, tStep, 3); }
128 { this->giveGeneralStiffnessMatrix(answer, rMode, gp, tStep, 2); }
132 { this->giveGeneralStiffnessMatrix(answer, rMode, gp, tStep, 1); }
136 void giveGeneralStiffnessMatrix(
FloatMatrix &answer,
141 void computeEngTraction(
double &normalStress,
FloatArray &shearStress,
143 double normalJump,
const FloatArray &shearJump );
152 #endif // simpleinterfacemat_h
GaussPoint * gp
Associated integration point.
Domain * domain
Link to domain object, useful for communicating with other FEM components.
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
virtual void giveInputRecord(DynamicInputRecord &input)
Setups the input record string of receiver.
MatResponseMode
Describes the character of characteristic material matrix.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
This class implements a structural interface material status information.
FloatArray jump
Equilibrated jump (discontinuity)
Abstract base class representing a material status information.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
Abstract base class for all "structural" interface models.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing integration point in finite element program.
Class representing solution step.