|
[Sponsors] |
September 13, 2005, 11:53 |
What is tpos
|
#1 |
Guest
Posts: n/a
|
I am working on the example 7.1 fluid flow in mixer. While I have to write a file named cgrid.cgrd
but it's really bordering me and i can't find any hint about the content, for example: *SET TANG TIME * DPS ! to calculate the tan value *GET TPOS Y 37 !in this sentence,what does "tpos" mean? *SET TOFF TANG - TPOS !and what does this whole sentence mean? Thank you guys a lot! Star-CD is really hard for me to study...Jesus! |
|
September 13, 2005, 12:54 |
Re: What is tpos
|
#2 |
Guest
Posts: n/a
|
TPOS is a user defined variable which is the angular position of vertex # 37.
*SET TOFF TANG - TPOS means that the user defined variable is given by the difference between the variables TANG and TPOS. Hope this helps... |
|
September 14, 2005, 04:02 |
Re: What is tpos
|
#3 |
Guest
Posts: n/a
|
Thanks a lot. Should i get all the commands in the cgrid.cgrd understood ?
|
|
September 14, 2005, 07:14 |
Re: What is tpos
|
#4 |
Guest
Posts: n/a
|
I think that would help... Refer to the tutorial(s) and the user guide.
Cheers |
|
December 7, 2010, 02:49 |
|
#5 |
New Member
Johnson
Join Date: Oct 2010
Posts: 5
Rep Power: 16 |
"*GET TPOS Y 37"
what does the "Y" mean? thanks |
|
December 7, 2010, 08:57 |
|
#6 |
Senior Member
Robert
Join Date: Jun 2010
Posts: 117
Rep Power: 17 |
I could suggest trying help *get to find out.
However, to be helpful, it is the second direction of the currently define co-ordinate system (the one set by CSYS - system 1 the global cartesian by default). In this case the person is calculating the desired position of the crank, measuring the current position and then creating an offset of the difference. |
|
|
|