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

Go to the source code of this file.

Functions/Subroutines

subroutine gapcon (ak, d, flowm, temp, predef, time, ciname, slname, msname, coords, noel, node, npred, kstep, kinc, area)
 

Function/Subroutine Documentation

◆ gapcon()

subroutine gapcon ( real*8, dimension(5), intent(inout)  ak,
real*8, dimension(2), intent(in)  d,
real*8, dimension(2), intent(in)  flowm,
real*8, dimension(2), intent(in)  temp,
real*8, dimension(2,*), intent(in)  predef,
real*8, dimension(*), intent(in)  time,
character*80, intent(in)  ciname,
character*80, intent(in)  slname,
character*80, intent(in)  msname,
real*8, dimension(3), intent(in)  coords,
integer, intent(in)  noel,
integer, intent(in)  node,
integer, intent(in)  npred,
integer, intent(in)  kstep,
integer, intent(in)  kinc,
real*8, intent(in)  area 
)
21 !
22 ! user subroutine gapcon
23 !
24 !
25 ! INPUT:
26 !
27 ! d(1) separation between the surfaces
28 ! d(2) pressure transmitted across the surfaces
29 ! flowm not used
30 ! temp(1) temperature at the slave node (node-to-face
31 ! contact) or at the slave integration point
32 ! (face-to-face contact)
33 ! temp(2) temperature at the corresponding master
34 ! position
35 ! predef not used
36 ! time(1) step time at the end of the increment
37 ! time(2) total time at the end of the increment
38 ! ciname surface interaction name
39 ! slname not used
40 ! msname not used
41 ! coords(1..3) coordinates of the slave node (node-to-face
42 ! contact) or of the slave integration point
43 ! (face-to-face contact)
44 ! noel element number of the contact spring element
45 ! node slave node number; zero for face-to-face contact
46 ! npred not used
47 ! kstep step number
48 ! kinc increment number
49 ! area slave area
50 !
51 ! OUTPUT:
52 !
53 ! ak(1) gap conductance
54 ! ak(2..5) not used
55 !
56  implicit none
57 !
58  character*80 ciname,slname,msname
59 !
60  integer noel,node,npred,kstep,kinc
61 !
62  real*8 ak(5),d(2),flowm(2),temp(2),predef(2,*),time(*),coords(3),
63  & area
64 !
65  intent(in) d,flowm,temp,predef,time,ciname,slname,
66  & msname,coords,noel,node,npred,kstep,kinc,area
67 !
68  intent(inout) ak
69 !
70 ! insert code here
71 !
72  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)