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

How to integrate variable in a transient simulation?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 8, 2012, 11:06
Default How to integrate variable in a transient simulation?
  #1
New Member
 
Nic Patkwoski
Join Date: Jan 2012
Posts: 4
Rep Power: 14
nprace is on a distinguished road
Hello all,
I am quite new to CFX (using WB 13) but am working on a problem describing adsorption of CO2 on a porous structure. The domain(s) consist of a rectangular channel (10 x 10 cm x 50cm)through which flows air with cir. 400ppm CO2 at velocities of about 0.1m/s. Placed in the channel are plates of porous material about 1 cm thick and 10 cm wide with a variable length which adsorb CO2. The plates also have a given maximum CO2 loading (ie. the maximum amount of CO2 which can be adsorbed onto the material). The rate of adsorption is defined by something like:

eq. 1 - Rate_new = Constant*(maximum_loading - instantaneous_loading_new)

With maximum_loading being a function of local CO2 partial pressure, Temperature, and a number of constant empirical factors.

I would like to simulate the transient adsorption of CO2 on the plate to determine the 'best' geometry of the adsorption material for a given air flow speed and plate size. By 'best' I mean, which configuration will capture the most CO2 in the shortest amount of time. This simulation needs to be transient also because the local CO2 partial pressure will change along the length of the channel as the gas is locally absorbed. At first the very front edge of the plate will see 400ppm and the back will see 0 ppm (because it has all been removed from the air flow). After a while the front region will 'fill up' and stop absorbing which increases the local CO2 partial pressure at the back which then changes its uptake rate.

I have implemented two domains: 1) the channel, 2) the plates (as a porous media with a given permeability). In the plate domain I have implemented a sub-domain with a source term defining the rate of CO2 adsorption of eq.1 The source term is defined by expressions as in the tutorial dealing with mixing of an acid + water. In both domains flows a variable composition mixture of CO2 Ideal Gas and Air Ideal Gas.

I have come across the following problem however. In order to determine the instantaneous_loading in eq. 1, I need to numerically integrate the instantaneous loading in time in a way such as:

eq. 2. instantaneous_loading_new = instantaneous_loading_old + Rate_old*time_step

Where new and old refer to the current and previous time steps of the transient simulation respectively.

This is what I don't know how to do. How can I access 'old' data in CFX to use for the determination of 'new' data.

If someone has a CEL file or an example simulation or knows of a reference simulation in these forums I would be very grateful for this info.

Thanks and regards.
Nic
nprace is offline   Reply With Quote

Old   January 8, 2012, 20:38
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,665
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Accessing old values in CEL is not supported. But there is an unsupported way to do it, search the forum and hopefully you can find it.
ghorrocks is offline   Reply With Quote

Old   January 9, 2012, 05:05
Default
  #3
New Member
 
Nic Patkwoski
Join Date: Jan 2012
Posts: 4
Rep Power: 14
nprace is on a distinguished road
Hi Glenn,
To be fair, I don't actually need to access the old data. It's just a way for me to understand what needs to happen. Were I writing my own code I would use the formulation of eq. 2. to 'accumulate' a variable.

I'm surprised that CFX does not support this type of variable accumulation/integration given that every solid-gas reaction rate is determined by a conversion extent which needs to be integrated.

Can you suggest search terms...I don't really know what it is called that which I'm looking for.
Thanks
Nic
nprace is offline   Reply With Quote

Old   January 9, 2012, 05:56
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,665
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Accessing old values, accumulating over time, time integral - all the same thing and you cannot do it as a supported feature in CFX. This question has been asked many times and all I can recommend is you put in a feature request to ANSYS for it to be included.

You can do it as an unsupported feature. Define an additional variable (say "OldVel") and edit the CCL for the additional variable to include the hidden CCL:

Quote:
ADDITIONAL VARIABLE: OldVel
Option = Definition
Tensor Type = SCALAR
Units = [m s^-1]
Variable Type = Specific
Update Loop = TRANS_LOOP
END
For further details check this thread:
http://www.cfd-online.com/Forums/cfx...pressions.html
ghorrocks is offline   Reply With Quote

Old   January 9, 2012, 09:59
Default
  #5
New Member
 
Nic Patkwoski
Join Date: Jan 2012
Posts: 4
Rep Power: 14
nprace is on a distinguished road
Hello Glenn,
That's it. The trick with the dummy run to initialization the Additional Variables to 0 seem to have worked well. Thanks for the link to the thread.
Seems like a pretty standard procedure which should be better documented despite being unsupported.
Anyway, thanks for your help.
Nic
nprace is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
the problem of my transient simulation "Floating point exception: Overflow " alloveyou CFX 15 November 22, 2012 12:14
Beginning a Transient Simulation Norflow CFX 2 October 7, 2011 01:38
Resume Transient simulation HMR CFX 1 June 28, 2011 22:13
emag beta feature: charge density charlotte CFX 4 March 22, 2011 10:14
Synthetic (pulsatile) jet transient simulation aero CFX 0 November 6, 2009 02:10


All times are GMT -4. The time now is 03:15.