CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: ghorrocks
Forum: CFX September 3, 2016, 08:00
Replies: 5
Views: 1,019
Posted By ghorrocks
I think the if function was introduced in ANSYS...

I think the if function was introduced in ANSYS V15. If you have an older version you will only have the step function available.
Forum: CFX June 25, 2016, 08:42
Replies: 5
Views: 1,019
Posted By ghorrocks
I have never done that with profile data but I...

I have never done that with profile data but I think you can do it. Give it a go and see if it works for you.
Forum: CFX June 23, 2016, 19:51
Replies: 5
Views: 1,019
Posted By ghorrocks
Some options: Use a CEL if function ...

Some options:

Use a CEL if function
heatflux = if(t>1[s],if(t<2[s],100[W],0[W]),0[W])

or

heatflux = step((t-1[s])/1[s])*step((2[s]-t)/1[s])*100[W]

or use a 1D interpolation function
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 02:33.