CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
lab_straight_ppkrit.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine lab_straight_ppkrit (n, ppkrit)
 

Function/Subroutine Documentation

◆ lab_straight_ppkrit()

subroutine lab_straight_ppkrit ( integer  n,
real*8  ppkrit 
)
32 !
33  implicit none
34 !
35  integer n
36 !
37  real*8 fppkrit(9),ppkrit
38 !
39  data fppkrit
40  & /0.47113022d0,0.37968106d0,0.32930492d0,0.29569704d0,
41  & 0.27105479d0,0.25191791d0,0.23646609d0,0.22363192d0,
42  & 0.21274011/
43 !
44  ppkrit=fppkrit(n)
45 !
46  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)