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

Go to the source code of this file.

Functions/Subroutines

subroutine ufaceload (co, ipkon, kon, lakon, nboun, nodeboun, nelemload, sideload, nload, ne, nk)
 

Function/Subroutine Documentation

◆ ufaceload()

subroutine ufaceload ( real*8, dimension(3,*)  co,
integer, dimension(*)  ipkon,
integer, dimension(*)  kon,
character*8, dimension(*)  lakon,
integer  nboun,
integer, dimension(*)  nodeboun,
integer, dimension(2,*)  nelemload,
character*20, dimension(*)  sideload,
integer  nload,
integer  ne,
integer  nk 
)
21 !
22 !
23 ! INPUT:
24 !
25 ! co(0..3,1..nk) coordinates of the nodes
26 ! ipkon(*) element topology pointer into field kon
27 ! kon(*) topology vector of all elements
28 ! lakon(*) vector with elements labels
29 ! nboun number of SPC's
30 ! nodeboun(*) SPC node
31 ! nelemload(1..2,*) 1: elements faces of which are loaded
32 ! 2: nodes for environmental temperatures
33 ! sideload(*) load label
34 ! nload number of facial distributed loads
35 ! ne highest element number
36 ! nk highest node number
37 !
38 ! user routine called at the start of each step; possible use:
39 ! calculation of the area of sets of elements for
40 ! further use to calculate film or radiation coefficients.
41 ! The areas can be shared using common blocks.
42 !
43  implicit none
44 !
45  character*8 lakon(*)
46  character*20 sideload(*)
47 !
48  integer nelemload(2,*),nload,kon(*),ipkon(*),nk,ne,nboun,
49  & nodeboun(*)
50 !
51  real*8 co(3,*)
52 !
53 ! enter code here
54 !
55  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)