|
[Sponsors] |
March 24, 2017, 09:09 |
Lambda Ci in tecplot
|
#1 |
New Member
Fabian
Join Date: Mar 2017
Posts: 2
Rep Power: 0 |
Hello,
I'm trying to use lambda ci method to visualize vortexes on Tecplot, and I'm having some trouble with the expresion to calculate lambda Ci with Tecplots macro. One of the reasons is that my tecplot version, 360 2012R1 is not compatible with functions as "IF" The macro reads for lci (lambda ci) $!ALTERDATA EQUATION = '{lci} = IF ({Beta}<=0, -1 , (sqrt(3)/2)*((abs({Beta}))**(1/3) + {Q}/3 * (abs({Beta}))**(-1/3) ))' The syntax of the expression is {Result} = IF(Condition, expression if true, expression if false) But would it really be -1? Thanks for your help |
|
March 24, 2017, 12:18 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,897
Rep Power: 73 |
why are you using macros? I remember that Tecplot has already the lamba-2 method implemented...
|
|
March 24, 2017, 13:37 |
|
#3 |
New Member
Fabian
Join Date: Mar 2017
Posts: 2
Rep Power: 0 |
I think is because of the version of Tecplot I'm using.
|
|
March 24, 2017, 13:41 |
|
#4 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,897
Rep Power: 73 |
Well, I would code in fortran the evaluation of the lambda2 function, then write data in a file and load it in tecplot to see the iso-surfaces
|
|
Tags |
lambdaci lci |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
polyhedral mesh shown by tecplot as tetra.. | manuc | Tecplot | 0 | July 4, 2016 10:03 |
how to make tecplot to use only static temperature | Hadi Khabbaz | Tecplot | 0 | March 4, 2016 20:08 |
I created a tecplot binary file... | Lupocci | Tecplot | 6 | June 27, 2012 20:56 |
Problem Exporting to Tecplot | Craig | FLUENT | 2 | July 16, 2008 00:21 |
Tecplot can't read data file from Fluent. | stephen | FLUENT | 8 | November 21, 2001 21:27 |