ProductsAbaqus/Standard User subroutine interface subroutine ufluidconnectorvalve (
C Write only -
* valveOpening,
C Read only -
* coords, flow, rho, visc,
* dia, area,
* ndim, jelno, kStep, kInc,
* time,
* nIarray,
* i_array,
* nRarray,
* r_array,
* ncarray,
* c_array)
C
include 'aba_param.inc'
C
dimension time(2),
* coords(2*ndim),
* i_array(nIarray),
* r_array(nRarray)
C
character*80 c_array(ncarray)
C
user coding to define control valve opening
return
end
Variables to be defined
Variables passed in for information
|