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

Go to the source code of this file.

Functions/Subroutines

subroutine cd_own_albers (p1, p2, xl, d, cd, u, T1, R, kappa)
 

Function/Subroutine Documentation

◆ cd_own_albers()

subroutine cd_own_albers ( real*8  p1,
real*8  p2,
real*8  xl,
real*8  d,
real*8  cd,
real*8  u,
real*8  T1,
real*8  R,
real*8  kappa 
)
22 !
23  implicit none
24 !
25  real*8 d,xl,p1,p2,cd,t1,r,kappa,u
26 !
27  p1=p1
28  p2=p2
29  xl=xl
30  d=d
31  u=u
32  t1=t1
33  r=r
34  kappa=kappa
35  cd=1.d0
36  write(*,*) '*WARNING while using subroutine cd_own_albers.f'
37  write(*,*) 'cd implicitely taken equal to 1'
38 
39 !
40  return
41 !
Hosted by OpenAircraft.com, (Michigan UAV, LLC)