31 #include "Simple1GenBase.h" 40 int NumTzEle, NPile, NumMt, NumMtLoadSp;
41 double p, zground, TULT, Z50, ca, delta, Sa;
42 int *TzEleNum, *TzNode1, *TzNode2, *TzMat, *TzDir;
44 double *p_t, *p_b, *ca_t, *ca_b, *delta_t, *delta_b,
45 *zMt_t, *zMt_b, *mt_val_t, *mt_val_b, tribcoord[2], *Sa_b, *Sa_t,
46 *tult_t, *tult_b, *z50_t, *z50_b;
49 void GetTzElements(
const std::string &file);
50 void GetSoilProperties(
const std::string &file);
51 double GetTult(
const std::string &type);
52 double GetZ50(
const std::string &type);
53 double GetMt(
double *vx,
double *vy,
double x,
int length);
54 void GetTributaryCoordsTz(
int nodenum1);
55 void GetTributaryCoordsPile(
int nodenum1);
59 void GetTzSimple1(
const std::string &file1,
const std::string &file2,
const std::string &file3,
const std::string &file4,
const std::string &file5);
60 void GetPattern(
const std::string &file6);
63 double GetVStress(
double z);
67 void WriteTzSimple1(
const std::string &file1,
const std::string &file2,
const std::string &file3,
const std::string &file4,
const std::string &file5);
68 void WriteTzSimple1(
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: TzSimple1Gen.h:37
??.
Definition: Simple1GenBase.h:37
================================================================================
Definition: ContinuaReprComponent.h:34