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

Go to the source code of this file.

Functions/Subroutines

subroutine cflux (flux, msecpt, kstep, kinc, time, node, coords, vold, mi)
 

Function/Subroutine Documentation

◆ cflux()

subroutine cflux ( real*8, dimension(msecpt)  flux,
integer  msecpt,
integer  kstep,
integer  kinc,
real*8, dimension(2)  time,
integer  node,
real*8, dimension(3)  coords,
real*8, dimension(0:mi(2),*)  vold,
integer, dimension(*)  mi 
)
21 !
22 ! user subroutine cflux
23 !
24 !
25 ! INPUT:
26 !
27 ! msecpt number of flux values (for volume elements:1)
28 ! kstep step number
29 ! kinc increment number
30 ! time(1) current step time
31 ! time(2) current total time
32 ! node node number
33 ! coords(1..3) global coordinates of the node
34 ! vold(0..4,1..nk) solution field in all nodes
35 ! (not available for CFD-calculations)
36 ! 0: temperature
37 ! 1: displacement in global x-direction
38 ! 2: displacement in global y-direction
39 ! 3: displacement in global z-direction
40 ! 4: not used
41 ! mi(1) max # of integration points per element (max
42 ! over all elements)
43 ! mi(2) max degree of freedomm per node (max over all
44 ! nodes) in fields like v(0:mi(2))...
45 !
46 ! OUTPUT:
47 !
48 ! flux(1..msecpt) concentrated flux in the node
49 !
50  implicit none
51 !
52  integer msecpt,kstep,kinc,node,mi(*)
53  real*8 flux(msecpt),time(2),coords(3),vold(0:mi(2),*)
54 !
55  flux(1)=10.d0
56 !
57  return
subroutine flux(node1, node2, nodem, nelem, lakon, kon, ipkon, nactdog, identity, ielprop, prop, kflag, v, xflow, f, nodef, idirf, df, cp, R, rho, physcon, g, co, dvi, numf, vold, set, shcon, nshcon, rhcon, nrhcon, ntmat_, mi, ider, ttime, time, iaxial)
Definition: flux.f:24
Hosted by OpenAircraft.com, (Michigan UAV, LLC)