20 #ifndef GEOS_PHYSICSSOLVERS_INDUCEDSEISMICITY_INDUCEDSEISMICITYFIELDS_HPP_
21 #define GEOS_PHYSICSSOLVERS_INDUCEDSEISMICITY_INDUCEDSEISMICITYFIELDS_HPP_
32 namespace inducedSeismicity
36 "initialProjectedNormalTraction",
41 "Initial meanNormal stress acting on the fault" );
44 "projectedNormalTraction",
49 "meanNormal stress acting on the fault" );
52 "projectedNormalTraction_n",
57 "meanNormal stress acting on the fault at the previous converged time step" );
60 "initialProjectedShearTraction",
65 "Initial meanShear stress acting on the fault" );
68 "projectedShearTraction",
73 "meanShear stress acting on the fault" );
76 "projectedShearTraction_n",
81 "meanShear stress acting on the fault at the previous converged time step" );
97 "Log of the denominator of the integral form of the seismicity rate" );
#define DECLARE_FIELD(NAME, KEY, TYPE, DEFAULT, PLOTLEVEL, RESTARTFLAG, DESCRIPTION)
Generates a traits struct.