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

How to get the transient data ?

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 2, 2003, 08:44
Default How to get the transient data ?
  #1
Lee
Guest
 
Posts: n/a
I finished the computation of one transient flow model,I want to get some data which from some points of the flow field,however,those points don't lie at the centroids of some cells,neither at some vertices.I tried to create some sensor points to get those data,but I found it is very difficult to get the transient data which are included in many time steps.

So how can I get those transient data of those points which are not at the cell centroids and not at the vertices?

Thank you very much for your help!

Lee
  Reply With Quote

Old   September 8, 2003, 04:54
Default Re: How to get the transient data ?
  #2
cjtune
Guest
 
Posts: n/a
You can define vertices to act as 'probe points' to get interpolated data at any point in the domain volume covered by cells. Just promote them to be 'sensors' using the SENS command (SENS ADD, SENS SCAN, etc.). See F1 help for more info.

I suppose you can go about this by creating those vertices first, SENS ADD them, and then load each transient step sequentially via a loop using STOR and GETV (or GETC and then CAVE ALL), and then save it to register using GVAL.

Say,

v 101 1 0 0 v 102 1.1 0 0 v 103 1.2 0 0 sens add 101 103 1

*set itr 999 *set coun 0 1 trlo,,, *defi noex store itst itr getv all P sens scan all gval next,,sens,pst4 *end *loop 1 itr

Well, something like that but try it out first to see whether it really gives you what you need. Vertex scalars are stored in post register 4, and make sure you define FIRST the number of graph registers you need using NUMR before you start!
  Reply With Quote

Old   September 8, 2003, 04:57
Default Re: How to get the transient data ?
  #3
cjtune
Guest
 
Posts: n/a
hmmm, the newlines' messed-up. Anyway it should be STOR ITST COUN rather than STOR ITST ITR.
  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
Transient Data selim FLUENT 0 June 4, 2008 11:36
Transient data selim FLUENT 1 June 4, 2008 01:42
Animation of transient data Jochen Paal CFX 0 February 6, 2007 11:41
transient data saving usker Siemens 1 March 15, 2006 03:54
Transient data animation ANindya FLUENT 0 April 15, 2002 11:55


All times are GMT -4. The time now is 06:08.