next up previous contents
Next: Distributed flux (dflux.f) Up: User-defined loading Previous: Initial stress field (sigini.f)   Contents


Concentrated flux (cflux.f)

This subroutine is used for user-defined concentrated heat flux, characterized by the parameter USER on the *CFLUX card. The header and variable description is as follows:

      subroutine cflux(flux,msecpt,kstep,kinc,time,node,coords,vold)
!
!     user subroutine cflux
!
!
!     INPUT:
!
!     msecpt             number of flux values (for volume elements:1)
!     kstep              step number
!     kinc               increment number
!     time(1)            current step time
!     time(2)            current total time
!     node               node number
!     coords(1..3)       global coordinates of the node
!     vold(0..3,1..nk)   solution field in all nodes
!                        0: temperature
!                        1: displacement in global x-direction
!                        2: displacement in global y-direction
!                        3: displacement in global z-direction
!
!     OUTPUT:
!
!     flux(1..msecpt)   concentrated flux in the node
!



guido dhondt 2007-08-09