// -*- C++ -*- // // ====================================================================== // // Brad T. Aagaard // U.S. Geological Survey // // {LicenseText} // // ====================================================================== // // DO NOT EDIT THIS FILE // This file was generated from python application maxwellisotropic3dtimedep. #include "MaxwellIsotropic3DTimeDepData.hh" const int pylith::materials::MaxwellIsotropic3DTimeDepData::_dimension = 3; const int pylith::materials::MaxwellIsotropic3DTimeDepData::_numDBValues = 4; const int pylith::materials::MaxwellIsotropic3DTimeDepData::_numParameters = 6; const int pylith::materials::MaxwellIsotropic3DTimeDepData::_numLocs = 2; const int pylith::materials::MaxwellIsotropic3DTimeDepData::_numParamValues[] = { 1, 1, 1, 1, 6, 6, }; const char* pylith::materials::MaxwellIsotropic3DTimeDepData::_dbValues[] = { "density", "vs", "vp", "viscosity", }; const char* pylith::materials::MaxwellIsotropic3DTimeDepData::_parameterNames[] = { "density", "mu", "lambda", "maxwellTime", "strainT", "visStrain", }; const double pylith::materials::MaxwellIsotropic3DTimeDepData::_dbData[] = { 2.50000000e+03, 3.00000000e+03, 5.19615242e+03, 1.00000000e+18, 2.00000000e+03, 1.20000000e+03, 2.07846097e+03, 1.00000000e+19, }; const double pylith::materials::MaxwellIsotropic3DTimeDepData::_parameterData[] = { 2.50000000e+03, 2.25000000e+10, 2.25000000e+10, 4.44444444e+07, 1.10000000e-04, 2.20000000e-04, 3.30000000e-04, 4.40000000e-04, 5.50000000e-04, 6.60000000e-04, -2.20000000e-04, -1.10000000e-04, 0.00000000e+00, 4.40000000e-04, 5.50000000e-04, 6.60000000e-04, 2.00000000e+03, 2.88000000e+09, 2.88000000e+09, 3.47222222e+09, 1.20000000e-04, 2.30000000e-04, 3.40000000e-04, 4.50000000e-04, 5.60000000e-04, 6.70000000e-04, -2.20000000e-04, -1.10000000e-04, 0.00000000e+00, 4.50000000e-04, 5.60000000e-04, 6.70000000e-04, }; const double pylith::materials::MaxwellIsotropic3DTimeDepData::_density[] = { 2.50000000e+03, 2.00000000e+03, }; const double pylith::materials::MaxwellIsotropic3DTimeDepData::_strain[] = { 1.10000000e-04, 2.20000000e-04, 3.30000000e-04, 4.40000000e-04, 5.50000000e-04, 6.60000000e-04, 1.20000000e-04, 2.30000000e-04, 3.40000000e-04, 4.50000000e-04, 5.60000000e-04, 6.70000000e-04, }; const double pylith::materials::MaxwellIsotropic3DTimeDepData::_stress[] = { 1.48944499e+07, 1.98222250e+07, 2.47500000e+07, 1.97111002e+07, 2.46388752e+07, 2.95666503e+07, 2.04487299e+06, 2.67843649e+06, 3.31200000e+06, 2.59185071e+06, 3.22541421e+06, 3.85897772e+06, }; const double pylith::materials::MaxwellIsotropic3DTimeDepData::_elasticConsts[] = { 6.74326011e+10, 2.25336994e+10, 2.25336994e+10, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 6.74326011e+10, 2.25336994e+10, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 6.74326011e+10, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 4.48989017e+10, 0.00000000e+00, 0.00000000e+00, 4.48989017e+10, 0.00000000e+00, 4.48989017e+10, 8.63988941e+09, 2.88005529e+09, 2.88005529e+09, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 8.63988941e+09, 2.88005529e+09, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 8.63988941e+09, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 5.75983412e+09, 0.00000000e+00, 0.00000000e+00, 5.75983412e+09, 0.00000000e+00, 5.75983412e+09, }; pylith::materials::MaxwellIsotropic3DTimeDepData::MaxwellIsotropic3DTimeDepData(void) { // constructor dimension = _dimension; numDBValues = _numDBValues; numParameters = _numParameters; numLocs = _numLocs; numParamValues = const_cast(_numParamValues); dbValues = const_cast(_dbValues); parameterNames = const_cast(_parameterNames); dbData = const_cast(_dbData); parameterData = const_cast(_parameterData); density = const_cast(_density); strain = const_cast(_strain); stress = const_cast(_stress); elasticConsts = const_cast(_elasticConsts); } // constructor pylith::materials::MaxwellIsotropic3DTimeDepData::~MaxwellIsotropic3DTimeDepData(void) {} // End of file