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

Go to the source code of this file.

Functions/Subroutines

subroutine fcrit (time, t, a, b, ze, d, dd, h1, h2, h3, h4, func, funcp)
 

Function/Subroutine Documentation

◆ fcrit()

subroutine fcrit ( real*8  time,
real*8  t,
real*8  a,
real*8  b,
real*8  ze,
real*8  d,
real*8  dd,
real*8  h1,
real*8  h2,
real*8  h3,
real*8  h4,
real*8  func,
real*8  funcp 
)
20 !
21  implicit none
22 !
23  real*8 time,t,a,b,ze,d,dd,h1,h2,h3,h4,fexp,func,funcp
24 !
25  fexp=dexp(-h1*t)
26 !
27 ! function
28 !
29  func=((a+b*time)*(-t*h2-h3)-b*(-t*t*h2-2.d0*t*h3-2.d0*h4))*fexp
30 !
31 ! derivative of the function
32 !
33  funcp=((a+b*time)*t-b*(h3+t*h2+t*t))*fexp
34 !
35  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)