CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   Getting Inlet Velocity Values through CCL or User (https://www.cfd-online.com/Forums/cfx/23921-getting-inlet-velocity-values-through-ccl-user.html)

Shraman April 30, 2007 03:03

Getting Inlet Velocity Values through CCL or User
 
Hi, I am trying to extract the value of local velocity at the inlet through CCL or User Fortran. Through CCL I can extract mass averaged velocity value but not the local velocity value. Can anybody help me in this? Regards, Shraman

Johnny April 30, 2007 06:36

Re: Getting Inlet Velocity Values through CCL or U
 
Check the help on how to export a profile boundary condition. This will allow you to write the nodal values for inlet velocity to a file.

Shraman April 30, 2007 06:42

Re: Getting Inlet Velocity Values through CCL or U
 
Hi Johny, Thanks for your response. The difficulty I am having is, I do not know the Total Velocity at the inlet. I know the Ptotal, Ttotal, Vtheta and angle between Vradial and Vaxial. So I have to express the velocity components (radial and axial) in terms of Vtotal and Vtheta and the angle between Vradisl and Vaxial. This is the reason, why I am looking for the total velocity or static pressure from the Solver. Please let me know if you have any solution for this. I can even call you up if I can have your contact number. my mail id is shraman.goswami@honeywell.com Regards, Shraman

Robin May 1, 2007 14:58

Re: Getting Inlet Velocity Values through CCL or U
 
Hi Shraman,

CCL is the object definition language, what you are interested in is CEL, which is the CFX Expression Language.

You can access all of the solver variables through CEL. The short names of the velocity components in the x, y and z directions are 'u', 'v' and 'w' respectively, long names are 'Velocity u', 'Velocity v', etc. The total velocity is simply 'Velocity'.

You can use CEL expressions in the place of values for any boundary condition, allowing you to easily customize your solution without FORTRAN.

Finally, I highly recommend you contact your technical support rep for help on these topics and any necessary training.

Regards, Robin


All times are GMT -4. The time now is 08:22.