GEOS
Namespaces | Functions
rateAndStateFields.hpp File Reference
#include "common/DataLayouts.hpp"
#include "mesh/MeshFields.hpp"

Go to the source code of this file.

Namespaces

 geos
 
 geos::fields
 

Functions

 geos::fields::rateAndState::DECLARE_FIELD (slipRate, "slipRate", array1d< real64 >, 1.0e-6, NOPLOT, WRITE_AND_READ, "Slip rate")
 
 geos::fields::rateAndState::DECLARE_FIELD (slipVelocity, "slipVelocity", array2d< real64 >, 0.70710678118e-6, LEVEL_0, WRITE_AND_READ, "Slip velocity")
 
 geos::fields::rateAndState::DECLARE_FIELD (slipVelocity_n, "slipVelocity_n", array2d< real64 >, 0.70710678118e-6, NOPLOT, WRITE_AND_READ, "Slip velocity at previous time step")
 
 geos::fields::rateAndState::DECLARE_FIELD (stateVariable, "stateVariable", array1d< real64 >, 0.6, LEVEL_0, WRITE_AND_READ, "Rate- and state-dependent friction state variable")
 
 geos::fields::rateAndState::DECLARE_FIELD (stateVariable_n, "stateVariable_n", array1d< real64 >, 0.6, NOPLOT, WRITE_AND_READ, "Initial rate- and state-dependent friction state variable at this time step")
 
 geos::fields::rateAndState::DECLARE_FIELD (deltaSlip, "deltaSlip", array2d< real64 >, 0.0, LEVEL_0, WRITE_AND_READ, "Slip increment")
 
 geos::fields::rateAndState::DECLARE_FIELD (deltaSlip_n, "deltaSlip_n", array2d< real64 >, 0.0, NOPLOT, WRITE_AND_READ, "Initial slip increment at this time step")
 
 geos::fields::rateAndState::DECLARE_FIELD (rungeKuttaStageRates, "rungeKuttaStageRates", array3d< real64 >, 0.0, NOPLOT, WRITE_AND_READ, "Runge-Kutta stage rates for rate-and-state variables")
 
 geos::fields::rateAndState::DECLARE_FIELD (error, "error", array2d< real64 >, 0.0, LEVEL_0, WRITE_AND_READ, "Error for rate-and-state fields")