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

25 analyses in one

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 15, 2009, 14:27
Default 25 analyses in one
  #1
New Member
 
Join Date: May 2009
Posts: 10
Rep Power: 16
Marteusz is on a distinguished road
HI,

I have to determine some kind of flow characteristic. To do that I have to perform about 25 analyses. The different between those analyses is only pressure at outlet. It is mean that pressure outlet in first analysis is let’s say 6bar and in the last one 1bar and in every analysis it change about 0.2bar. Is there any solution to do it automatically, to don't change outlet pressure after each analysis, and to have possibility to check flow properties to all pressure steps.

Thank you

Mateusz K.
Marteusz is offline   Reply With Quote

Old   July 15, 2009, 17:43
Default
  #2
Rui
Member
 
Rui's Avatar
 
Rui Igreja
Join Date: Mar 2009
Location: Aveiro
Posts: 68
Blog Entries: 1
Rep Power: 17
Rui is on a distinguished road
If you have to change the Outlet Pressure 25 times, what's the problem of doing it and saving 25 different *.def files? It's gonna take much less time than the Solver will take to run each case and less time than you'll need to spend in Post.

Or are we missing something?
__________________
Rui
Rui is offline   Reply With Quote

Old   July 15, 2009, 18:13
Default
  #3
Senior Member
 
ckleanth's Avatar
 
George
Join Date: Mar 2009
Location: Birmingham, UK
Posts: 257
Rep Power: 18
ckleanth is on a distinguished road
save the outlet pressure as a dx parameter (or whatever its called nowadays in v12) and use workbench to change the parameter within the range you want to test. either that or what rui said and perhaps run the simulations through a batch excecutable as glenn sugests here
http://www.cfd-online.com/Forums/cfx...atch-mode.html
__________________
Top 4 tips
1. Knowledge is everything and Ignorance is dangerous.
2. Understand your limitations and try to eliminate them.
3. Get yerself a bike and hoon the chuffer. You will soon learn why dogs like to hang their heads out the car window.
4. Please before asking any questions on how to run simulations in CFX, go though all the tutorials
ckleanth is offline   Reply With Quote

Old   July 15, 2009, 18:41
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Hi,

If I was doing this I would have a single def file, a CCL for each configuration and run it through a batch file such as:

cfx5cmds -write -def Definition.def -text run01.ccl
cfx5solve -def Definition.def
cfx5cmds -write -def Definition.def -text run02.ccl
cfx5solve -def Definition.def

etc.

If you want to get snazzy you can use perl and batch/script file looping stuff to do it nicely, but the simple approach is easier for small jobs like this.

Of course the whole idea of Workbench 12 is so you can do it easily in WB without this lower-level stuff but I am an old-timer and would rather avoid the overhead of the whole WB environment - but that's up to you.

Glenn Horrocks
ghorrocks is offline   Reply With Quote

Old   July 16, 2009, 02:05
Default
  #5
New Member
 
Join Date: May 2009
Posts: 10
Rep Power: 16
Marteusz is on a distinguished road
thank you for your help. I have created batch input file and it works, as ghorrocks suggested in his previous post http://www.cfd-online.com/Forums/cfx...atch-mode.html
Marteusz is offline   Reply With Quote

Old   July 16, 2009, 05:29
Default
  #6
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
Quote:
Originally Posted by ghorrocks View Post
...would rather avoid the overhead of the whole WB environment - but that's up to you.
Hey Glenn, do you have any idea on how big the overhead is running Workbench compared to running standalone? We have linux on our cluster and there will be a workbench version for linux later this year (at least that's was ansys is saying...), but the question is if it is worth having a fancy-pancy interface with a big overhead.

Cheers
Lance
Lance is offline   Reply With Quote

Old   July 16, 2009, 06:30
Default
  #7
Senior Member
 
ckleanth's Avatar
 
George
Join Date: Mar 2009
Location: Birmingham, UK
Posts: 257
Rep Power: 18
ckleanth is on a distinguished road
Quote:
Originally Posted by Lance View Post
... but the question is if it is worth having a fancy-pancy interface with a big overhead.
IMO No. unless you currently or intent to process the geometry through workbench (which is highly unlikely as you are using linux)

I dont think that setting the case in workbench has any advantages or purpose as anything more complicated that the standard ANSYS presentations in which have been carefully pre-tested so the simulation wont crash (or would require user input for tuning)

oh.. and if ansys wont fix the automatic update for the whole simulation setup if for example you do something in design modeler and then by accident the geometry needs to be regenerated... take my advice and remove any sharp objects from your desk prior the above exercise as they soon will become lethal projectiles....

This is my personal opinion obviously...
__________________
Top 4 tips
1. Knowledge is everything and Ignorance is dangerous.
2. Understand your limitations and try to eliminate them.
3. Get yerself a bike and hoon the chuffer. You will soon learn why dogs like to hang their heads out the car window.
4. Please before asking any questions on how to run simulations in CFX, go though all the tutorials

Last edited by ckleanth; July 16, 2009 at 07:15.
ckleanth is offline   Reply With Quote

Old   July 16, 2009, 10:28
Default
  #8
Senior Member
 
Michael P. Owen
Join Date: Mar 2009
Posts: 196
Rep Power: 17
michael_owen is on a distinguished road
If you are running on a 64bit machine with a decent amount of RAM, the overhead of the Workbench environment is minimal, and it does have many advantages for building complex coupled analyses.

Having said that, ck is absolutely correct. If you have a complete analysis and accidentally change one little thing, even if you change it back, the whole analysis will go stale, and will want to run again. This is not really a problem for CFX, as the default is to restart from the previous results file; you can do this and stop it after a few time steps and you're fine, but it is a certainly a hassle. If you have your model (geometry, mesh, CFX setup) complete and are making a large number of runs that vary only in ways that can be handled via CCL changes, the batch method is certainly a great option. However you lose access to all of the great Workbench optimization tools, which can be very nice for such analyses.

Last edited by michael_owen; July 16, 2009 at 10:56.
michael_owen is offline   Reply With Quote

Old   July 16, 2009, 11:01
Default
  #9
Senior Member
 
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22
Lance is on a distinguished road
Quote:
Originally Posted by ckleanth View Post
oh.. and if ansys wont fix the automatic update for the whole simulation setup if for example you do something in design modeler and then by accident the geometry needs to be regenerated... take my advice and remove any sharp objects from your desk prior the above exercise as they soon will become lethal projectiles....
Too late, I've already commited hara-kiri three times with a stapler...

Seriously, Ansys got a few things to fix before I would use WB on a daily basis.
Lance is offline   Reply With Quote

Old   July 16, 2009, 11:06
Default
  #10
Senior Member
 
ckleanth's Avatar
 
George
Join Date: Mar 2009
Location: Birmingham, UK
Posts: 257
Rep Power: 18
ckleanth is on a distinguished road
surprisingly the current version was released after in house beta testing...

makes ya wonder sometimes....
__________________
Top 4 tips
1. Knowledge is everything and Ignorance is dangerous.
2. Understand your limitations and try to eliminate them.
3. Get yerself a bike and hoon the chuffer. You will soon learn why dogs like to hang their heads out the car window.
4. Please before asking any questions on how to run simulations in CFX, go though all the tutorials
ckleanth is offline   Reply With Quote

Old   July 16, 2009, 19:48
Default
  #11
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Hi,

Well, WB is focussed on a different market.

WB lowers the entry point to FEA and CFD, making it easier to get started for simple analysis. Some complicated analysis is also much easier done on WB, such as FSI or optimisation.

However WB has a big failure in that it does not work well where you need traceability of input files, analysis and results. Once you have done a run and want to "lock it in" - that is archive it for later reference and never change it - well this is not easy in WB. If you want to do another analysis based on that old run but changing a parameter you either have to fire up the old project and add another analysis (then you modifying an archived simulation which is a big no-no) or you have to copy the whole analysis and do your modifications (then you have multiple copies of components of the setup which is another big no-no).

For traceable simulations you really need things to be driven by a command line with specified input and output files. Then these input and output files can be traced.

That is why most of my stuff is run from the command line. You set up the input files, run it from the command line and get the results. Then the input files, command line and results files are archived as a simulation run. Maybe not as pretty and slick as WB but traceable and all input have known histories and archived simulations are not modified.

I would be interested to hear other peoples thoughts on this issue.

Glenn Horrocks
ghorrocks 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
Force values in time-dependant analyses Zmur Main CFD Forum 0 July 11, 2008 04:50
cfdesign and pump analyses kaan Autodesk Simulation CFD 0 August 6, 2007 15:02
FSI analysis-time steps for transient analyses seb CFX 0 June 9, 2005 07:17
Use of Scaling in numerical Analyses? Melanie Mills Main CFD Forum 2 July 25, 1999 22:33
Basic CFD analyses of radomes Brian MacKay Main CFD Forum 8 March 10, 1999 22:53


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