Varying load describtion???
Varying load describtion???
(OP)
Hi Dude,
Is there any one who have never seen anything like that???
"
!Defines time varying load tables created from function 'voltage'
*DEL,_FNCNAME
*DEL,_FNC_C1
*SET,_FNCNAME,'varild1'
*DIM,_FNC_C1,,1
*SET,_FNC_C1(1),0
*DIM,%_FNCNAME%,TABLE,6,5,1
!
! Begin of equation: 100*sin(phase + {TIME})
%_FNCNAME%(0,0,1)= 0.0, -999
%_FNCNAME%(2,0,1)= 0.0
%_FNCNAME%(3,0,1)= %_FNC_C1(1)%
%_FNCNAME%(4,0,1)= 0.0
%_FNCNAME%(5,0,1)= 0.0
%_FNCNAME%(6,0,1)= 0.0
%_FNCNAME%(0,1,1)= 1.0, -1, 0, 1, 17, 1, 1
%_FNCNAME%(0,2,1)= 0.0, -1, 9, 1, -1, 0, 0
%_FNCNAME%(0,3,1)= 1, -2, 0, 100, 0, 0, -1
%_FNCNAME%(0,4,1)= 0.0, -3, 0, 1, -2, 3, -1
%_FNCNAME%(0,5,1)= 0.0, 99, 0, 1, -3, 0, 0
! End of equation: 100*sin(phase + {TIME})
"
That give me a sinusoidal load using:
TIME,360
and
DELTIM,6
But How this matrix can be explained????
Many thanks to give me pieces of information or to help me locating it in the help file.
Renaud ** Nanotechnology group / Cranfield / UK **
Is there any one who have never seen anything like that???
"
!Defines time varying load tables created from function 'voltage'
*DEL,_FNCNAME
*DEL,_FNC_C1
*SET,_FNCNAME,'varild1'
*DIM,_FNC_C1,,1
*SET,_FNC_C1(1),0
*DIM,%_FNCNAME%,TABLE,6,5,1
!
! Begin of equation: 100*sin(phase + {TIME})
%_FNCNAME%(0,0,1)= 0.0, -999
%_FNCNAME%(2,0,1)= 0.0
%_FNCNAME%(3,0,1)= %_FNC_C1(1)%
%_FNCNAME%(4,0,1)= 0.0
%_FNCNAME%(5,0,1)= 0.0
%_FNCNAME%(6,0,1)= 0.0
%_FNCNAME%(0,1,1)= 1.0, -1, 0, 1, 17, 1, 1
%_FNCNAME%(0,2,1)= 0.0, -1, 9, 1, -1, 0, 0
%_FNCNAME%(0,3,1)= 1, -2, 0, 100, 0, 0, -1
%_FNCNAME%(0,4,1)= 0.0, -3, 0, 1, -2, 3, -1
%_FNCNAME%(0,5,1)= 0.0, 99, 0, 1, -3, 0, 0
! End of equation: 100*sin(phase + {TIME})
"
That give me a sinusoidal load using:
TIME,360
and
DELTIM,6
But How this matrix can be explained????
Many thanks to give me pieces of information or to help me locating it in the help file.
Renaud ** Nanotechnology group / Cranfield / UK **





RE: Varying load describtion???
I fear your question can not be answered: this is an internal ANSYS notation for building equations. The fact that it writes coefficients into a table has nothing to do with how YOU input values into a "meaningful" table (I mean, meaningful for you).
For example, I use a rotodynamics program that uses a similar manner to store equations of time-varying excitation functions: one coefficient is, for example, a code by which the program chooses the "type" of the function (0=constant, 1=linear, 2=polynomial, 3=sinusoidal, 4=exponential, etc...), other coefficients depend upon the type, and so on "in chain", so the resulting matrix is absolutely unreadable by the user (well, in this particular case it is, if you use the manual and a LOT of time and patience; but why would you do that ???).
Regards