reno001
Materials
- Aug 31, 2004
- 15
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 **