|
[Sponsors] |
October 7, 2024, 08:54 |
How to create Transient CEL?
|
#1 |
New Member
Sungmin Yang
Join Date: Oct 2022
Posts: 3
Rep Power: 4 |
Hello.
I'm doing transient analysis using CFX. I want to create a CEL for the maximum pressure that occurred during the entire time step in the domain. Can I use CEL to create an expression for time? |
|
October 7, 2024, 13:47 |
|
#2 | |
Senior Member
Join Date: Jun 2009
Posts: 1,880
Rep Power: 33 |
Quote:
MyMaxPressure = maxVal(Pressure)@Domain 1 You create a monitor point/Option = Expression, and you can monitor MyMaxPressure at each time step. If you want it over a set of domain, you may get away with MyGlobalMaxPressure = max(MyMaxPressure1,MyMaxPressure2)
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
||
October 8, 2024, 05:29 |
|
#3 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
Have a look in the CFX reference guide int he documentation for a full description of the available CEL functions and their syntax.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to create animation for transient DPM | Jeeloong | ANSYS | 0 | August 3, 2015 09:35 |
Transient Statistics Results in CFD Post | ashtonJ | CFX | 2 | October 27, 2014 07:48 |
Transient or Transient Blade Row? | liucheng8602 | CFX | 2 | June 19, 2014 08:03 |
Best practice for transient simulations? | siw | CFX | 5 | October 30, 2010 06:45 |
CEL expression as time duration for transient run | KB | CFX | 5 | February 13, 2008 21:10 |