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

Expressions in Ansys Fluent

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By LuckyTran

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 20, 2020, 06:20
Default Expressions in Ansys Fluent
  #1
New Member
 
Ananya
Join Date: Jul 2020
Location: Germany
Posts: 10
Rep Power: 5
fluent_noob is on a distinguished road
Hello,

I use Ansys 2019R1 w/ academic license. I am relatively new to Fluent. I wanted to generate sinusoidal pressure pulse as the input. I understand that there are three ways to implement this:
1. plotting the function w.r.t. time, tabulating it and using the result table directly.
2. User defined functions
3. Expressions
My queries are:
1. For convenience to my purpose, I am using expressions. I referred https://www.ansys.com/blog/tips-and-...nsys-fluent-ui. I don't understand the syntax of the expression. Why is it written as sin(Time/[s])? As in why the seconds as inverse? Please explain the syntax briefly. How can I provide a pressure pulse of the form Asint(wt + x) [Pa]?
2. Please link a document/research paper giving the details of expression synatx.
3. I have to use a square wave pulse later. I see that it's not possible to use sgm function in the expressions. How can this be achieved?


Thanks
fluent_noob is offline   Reply With Quote

Old   July 21, 2020, 01:35
Default
  #2
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
your example looks like
Code:
(sin(Time/1[s]))*90000[Wm^-3]
Time/1 has unit [s]

for your expression Asint(wt + x) find out first what are w t x

For more complicated boundary conditions use UDF, DEFINE_PROFILE macro
more details in Ansys Fluent Customization manual
__________________
best regards


******************************
press LIKE if this message was helpful
AlexanderZ is offline   Reply With Quote

Old   December 3, 2021, 11:59
Default Expressions in ANSYS Fluent
  #3
Member
 
David
Join Date: Aug 2013
Posts: 72
Rep Power: 12
mrkmrk is on a distinguished road
Hi everyone,


Is it possible to use the variables' values of previous time steps in ANSYS Fluent expressions to define the values of those variables for the current time step? For example I want to define the pressure or flow rate at the inlet as function of their values at outlet at the previous time step as:


P_Inlet=Average of Pressure at outlet at previous time step.


Many thanks in advance.
mrkmrk is offline   Reply With Quote

Old   December 3, 2021, 12:24
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,673
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
You need to use the export option solve/set/expert and answer yes to the question "Keep temporary solve memory from being freed?"

This option let's you use the fields from the previous timestep (they have different names like pressure n-1). Then you can do whatever you want. You can create reports to calculate the average pressure but not using the field named "pressure," use the corresponding pressure from the previous time step. These fields will show up in the GUI editor so you can interactively define your expressions. But they will not show up until you enable the option. Oh and you need to do at least one more time step for the fields to appear since the fields need to be generated and held in memory.

Some fields are always held, some are freed so you may or may not need to do this expert setting. It also depends on your temporal discretization how many time-steps exist at any given state. But try that as a start to see if it is good enough.
mrkmrk likes this.
LuckyTran is offline   Reply With Quote

Old   December 3, 2021, 13:04
Default
  #5
Member
 
David
Join Date: Aug 2013
Posts: 72
Rep Power: 12
mrkmrk is on a distinguished road
Dear LuckyTran,


I really appreciate your valuable help.



I need to give it a try.


Thank You!
mrkmrk is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
GPU acceleration in Ansys Fluent flotus1 Hardware 63 May 12, 2023 02:48
How to open Icem mesh in Ansys Fluent? emmkell FLUENT 27 February 6, 2018 03:34
Using ANSYS Fluent 18.0 on workstations with multiple network cards and PBS Pro cheezum Hardware 0 February 28, 2017 10:23
How to combine ANSYS Fluent and Structural analysis? diwakar ANSYS 2 June 18, 2015 12:07
error in opening fluent in ansys workbench tmeysam92 ANSYS 3 March 12, 2013 06:10


All times are GMT -4. The time now is 18:28.