34 #include "Simple1GenBase.h" 42 std::vector<std::string> pTest;
44 int NumPyEle, NumMpLoadSp, NumMp;
45 double pult, y50, maxz, minz, cu, e50, phi, sr, PULT, Y50;
46 int *PyEleNum, *PyNode1, *PyNode2, *PyMat, *PyDir;
48 double *gamma_t, *b_t, *b_b, *Cd_t, *Cd_b,
49 *cu_t, *cu_b, *e50_t, *e50_b, *phi_t, *phi_b, *Sr_t, *Sr_b, *pult_t, *pult_b,
50 *y50_t, *y50_b, tribcoord[2];
51 std::vector<std::string> MatType;
52 std::string PatternInfo;
55 void GetPyElements(
const std::string &file);
56 void GetSoilProperties(
const std::string &file);
60 void GetPySimple1(
const std::string &file1,
const std::string &file2,
const std::string &file3,
const std::string &file4,
const std::string &file5);
61 void GetPattern(
const std::string &file6);
65 double GetPult(
const std::string &type);
66 double GetY50(
const std::string &type);
67 double GetVStress(
double z);
68 double GetMp(
double *vx,
double *vy,
double x,
int length);
69 void GetTributaryCoordsPy(
int nodenum1);
70 void GetTributaryCoordsPile(
int nodenum1);
74 void WritePySimple1(
const std::string &file1,
const std::string &file2,
const std::string &file3,
const std::string &file4,
const std::string &file5);
75 void WritePySimple1(
const std::string &file1,
const std::string &file2,
const std::string &file3,
const std::string &file4,
const std::string &file5,
const std::string &file6);
??.
Definition: PySimple1Gen.h:40
??.
Definition: Simple1GenBase.h:37
================================================================================
Definition: ContinuaReprComponent.h:34