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

Go to the source code of this file.

Functions/Subroutines

subroutine dkdx (x, u, uprime, rpar, ipar)
 

Function/Subroutine Documentation

◆ dkdx()

subroutine dkdx ( real*8  x,
real*8, dimension(1)  u,
real*8, dimension(1)  uprime,
real*8, dimension(*)  rpar,
integer  ipar 
)
24 !
25  implicit none
26  integer ipar
27  real*8 x,u(1),uprime(1),rpar(*),zk0,phi
28 !
29 ! defining the parameters
30  phi=rpar(1)
31  zk0=rpar(3)
32 
33  uprime(1)=datan(1.d0)*0.315/(phi)*x**1.6*
34  & ((zk0*u(1))**1.75d0-
35  & (dabs(1.d0-u(1)))**1.75d0*(1.d0-u(1))/dabs(1.d0-u(1)))
36  & -2.d0*u(1)/x
37 !
38  return
39 !
Hosted by OpenAircraft.com, (Michigan UAV, LLC)