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

Go to the source code of this file.

Functions/Subroutines

subroutine sigini (sigma, coords, ntens, ncrds, noel, npt, layer, kspt, lrebar, rebarn)
 

Function/Subroutine Documentation

◆ sigini()

subroutine sigini ( real*8, dimension(*)  sigma,
real*8, dimension(*)  coords,
integer  ntens,
integer  ncrds,
integer  noel,
integer  npt,
integer  layer,
integer  kspt,
integer  lrebar,
character*80  rebarn 
)
21 !
22 ! user subroutine sigini
23 !
24 ! INPUT:
25 !
26 ! coords coordinates of the integration point
27 ! ntens number of stresses to be defined
28 ! ncrds number of coordinates
29 ! noel element number
30 ! npt integration point number
31 ! layer currently not used
32 ! kspt currently not used
33 ! lrebar currently not used (value: 0)
34 ! rebarn currently not used
35 !
36 ! OUTPUT:
37 !
38 ! sigma(1..ntens) residual stress values in the integration
39 ! point. If ntens=6 the order of the
40 ! components is 11,22,33,12,13,23
41 !
42  implicit none
43 !
44  character*80 rebarn
45  integer ntens,ncrds,noel,npt,layer,kspt,lrebar
46  real*8 sigma(*),coords(*)
47 !
48  sigma(1)=-100.d0*coords(2)
49  sigma(2)=-100.d0*coords(2)
50  sigma(3)=-100.d0*coords(2)
51  sigma(4)=0.d0
52  sigma(5)=0.d0
53  sigma(6)=0.d0
54 !
55  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)