显示标签为“Other Programs”的博文。显示所有博文
显示标签为“Other Programs”的博文。显示所有博文

2008年12月31日星期三

TeFC

TFC is a Temperature field calculator based on finite differential method. For calculating the transient temperature field in the structure, the energy flow on the surface of the pavement are analyzed.

Details of the algorithm will be added later.

2008年12月30日星期二

StaticFWD

StaticFWD was modified from StaticPave.

StaticFWD uses a static algorithm to calculate the pavement deflection response under falling weight deflectometer(FWD) load. Unlike Bisar3, it can handle a lot of input datas once and calculate together. The results are written to one output file.

sample input file:

/*   START   */

2
4
 2000,0.35,18
 8000,0.15,36
 3000,0.15,20
 50,0.35
 0.7, 15

4
 2000, 0.35, 18
 8000,0.15,36
 3000,0.15,20
 50,0.35
 0.7, 15

/*   END   */

sample output:

 1
  1 0.0246
  2 0.0201
  3 0.0192
  4 0.0187
  5 0.0182
  6 0.0172
  7 0.0160
  8 0.0149
  9 0.0138
 2
  1 0.0246
  2 0.0201
  3 0.0192
  4 0.0187
  5 0.0182
  6 0.0172
  7 0.0160
  8 0.0149
  9 0.0138



Contact the author(greatchengsheng@gmail.com) for more details about the program.


StaticPave

StaticPave can calculate the pavement response under static load, such as stress, strain, and displacement. It can deal with any number of load at any form, and compute the response at any point of the struture. It can be used in the pavement design and detection.

This program takes a text file as input data source, and outputs the calculating results to another text file. The file names are assigned by the user.

It is coded in fortran and is OS independent. 

Sample input:

/*   START   */

1
3
20000,0.25,16,0.5
17000,0.25,30,0.5
410,0.35
2,0
7.07,10.65,0,0
7.07,10.65,0,31.95
4
1,0,0,0
1,0,15.975,0
1,0,0,16
2,0,0,46

/*   END   */

Sample output:


  SYSTEM NUMBER 1
  LAYER CALCULATION YOUNG'S POISSONS THICKNESS INTERFACE
  NUMBER METHOD MODULUS RATIO SPRINGCOMPL
  1 ROUGH .2000E+05 .2500E+00 .1600E+02 .0000E+00
  2 ROUGH .1000E+06 .1500E+00 .3800E+02 .0000E+00
  3 ROUGH .8000E+05 .1500E+00 .2000E+02 .0000E+00
  4 .5000E+03 .3500E+00
  LOAD NORMAL RADIUS OF LOAD - POSITION
  NUMBER STRESS LOADED AREA X Y
  1 7.0700 10.6500 .0000 .0000
  NUMBER LAYER X Y Z  
  1 1 .0000 .0000 .0000
  2 2 .0000 .0000 16.0000
  3 2 5.0000 .0000 16.0000

  TOTAL STRESS(R T Z YZ XZ XY) AND DISPLACEMENT(X Y Z )
  1 -4.5903 -4.5903 -7.0700 .0000 .0000 .0000 : .0000 .0000 .0131
  2 -.7901 -.7901 -3.7328 .0000 .0000 .0000 : .0000 .0000 .0091
  3 -.8427 -.7753 -3.3172 .0000 -.6062 .0000 : .0000 .0000 .0091

  TOTAL STRAIN(R T Z YZ XZ XY)
  1 -.8376E-04 -.8376E-04 -.2387E-03 .0000E+00 .0000E+00 .0000E+00
  2 -.1117E-05 -.1117E-05 -.3496E-04 .0000E+00 .0000E+00 .0000E+00
  3 -.2288E-05 -.1514E-05 -.3075E-04 .0000E+00 -.6971E-05 .0000E+00

  PRINCIPLE STRESS(R T Z) AND PRINCIPLE STRAIN(R T Z)
  1 -4.5903 -4.5903 -7.0700 : -.8376E-04 -.8376E-04 -.2387E-03
  2 -.7901 -.7901 -3.7328 : -.1117E-05 -.1117E-05 -.3496E-04
  3 -.7022 -.7753 -3.4577 : -.6720E-06 -.1514E-05 -.3236E-04



Contace the author(greatchengsheng@gmail.com) for more details of the program.