20 #ifndef GEOS_PHYSICSSOLVERS_CONTACT_CONTACTFIELDS_HPP_
21 #define GEOS_PHYSICSSOLVERS_CONTACT_CONTACTFIELDS_HPP_
38 "totalBubbleDisplacement",
43 "Total bubble displacements at the faces" );
46 "incrementalBubbleDisplacement",
51 "Incremental bubble displacements for the current time step on the nodes" );
59 "Penalty coefficients used in the iterative procedure of the Augmented Lagrangian Method" );
67 "An array that holds the rotation matrices on the fracture" );
75 "Displacement jump vector in the local reference system" );
83 "Displacement jump vector in the local reference system at the current time-step" );
99 "Tangential traction" );
115 "Initial slip increment at this time step" );
118 "deltaDisplacementJump",
123 "Delta displacement jump vector" );
126 "oldDisplacementJump",
131 "Displacement jump vector at the previous time-step" );
139 "Fracture traction vector in the local reference system." );
147 "Initial fracture traction vector in the local reference system at this time-step." );
155 "An array that holds the traction increments on the fracture." );
163 "Derivative of the traction w.r.t. the displacement jump." );
166 "dTraction_dPressure",
171 "Derivative of the traction w.r.t. to the fluid pressure." );
187 "Fracture state at the previous timestep." );
190 "targetIncrementalJump",
195 "It's the target incremental jump in a timestep (e.g., slip coming from RS)." );
#define DECLARE_FIELD(NAME, KEY, TYPE, DEFAULT, PLOTLEVEL, RESTARTFLAG, DESCRIPTION)
Generates a traits struct.