CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > EnSight

Export Data for Cyliner Mid-Plane

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

Like Tree1Likes
  • 1 Post By kevincolburn

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 2, 2017, 12:51
Default Export Data for Cyliner Mid-Plane
  #1
New Member
 
Rajat soni
Join Date: Oct 2016
Location: Aachen, Germany
Posts: 29
Rep Power: 9
rsoni451 is on a distinguished road
Hello Everyone,

I ran a simulation in Converge CFD for 300 CAD to 750 CAD to analyse the combustion process for CNG direct injection in a single cylinder engine. I am using Ensight for post-processing and want to extract the value of different variables like u, v, w, temperature, pressure etc. at all CADs at the cylinder mid plane in text format for further processing in MATLAB. I know how to make a clip plane, but I am stuck here and really have no idea what to do next.

Any help will be highly appreciated !
Thanks in advance!

Best Regards
Rajat
rsoni451 is offline   Reply With Quote

Old   June 2, 2017, 23:02
Default
  #2
Senior Member
 
kevincolburn's Avatar
 
Kevin Colburn
Join Date: Mar 2009
Location: The Woodlands, TX
Posts: 131
Rep Power: 17
kevincolburn is on a distinguished road
Once you have your clip plane created, make sure that your variables you desire to export are activated.

Then, just select the clip plane (part selection is pivotal in EnSight), and go to File -- > Export -- > Geometric Entities.

There are a couple of file format options, depending upon what you want to do. If the variables are nodal variables, you could select the "flatfile" format, specify a filename, turn OFF binary, and export. This would create a separate file for each timestep, which contains the nodes of the clip plane (the selected part(s)), which has the nodal positions (xyz) and the active nodal variables. If you want elemental data exported, make sure you have elemental variables, and use the parameter CELLID with the flatfile export.

The EnSight Case gold format is also open, and sometimes is useful, because it writes out element connectivity too.

With a transient model, using the File -- > Export -- > Geometric Entities, the time domain will automatically change, all of the clip will get re-calculated, variables re-computed, and exported.

-Kevin
vivek05 likes this.
__________________
Kevin Colburn
Computational Engineering International, Inc.
www.ceisoftware.com
kevin@ensight.com
kevincolburn is offline   Reply With Quote

Old   June 6, 2017, 06:23
Default
  #3
New Member
 
Rajat soni
Join Date: Oct 2016
Location: Aachen, Germany
Posts: 29
Rep Power: 9
rsoni451 is on a distinguished road
Hello Kevin,

It worked! Thank you so much for the help!

Best Regards,
Rajat Soni

Last edited by rsoni451; June 6, 2017 at 10:52.
rsoni451 is offline   Reply With Quote

Old   June 6, 2017, 12:33
Default
  #4
Senior Member
 
kevincolburn's Avatar
 
Kevin Colburn
Join Date: Mar 2009
Location: The Woodlands, TX
Posts: 131
Rep Power: 17
kevincolburn is on a distinguished road
I'd suggest selecting the parts, activating the variables of interest, making sure that you have Nodal variables (not Elemental Variables... see UserManual for ElemToNode if you do), and using the File -- > Export --> Geometric Entities -- > Flatfile format, binary option OFF, and write the data as flatfile. This will have x,y,z coordinates followed by variables. One node per line. This is not "matlab" format per say, but it is a file from which you can build an input into matlab to do further work.

Alternatively to this, you can calculate Tumble all within EnSight, if you want take that route.

-kevin
__________________
Kevin Colburn
Computational Engineering International, Inc.
www.ceisoftware.com
kevin@ensight.com
kevincolburn is offline   Reply With Quote

Old   June 16, 2017, 08:49
Default
  #5
New Member
 
Rajat soni
Join Date: Oct 2016
Location: Aachen, Germany
Posts: 29
Rep Power: 9
rsoni451 is on a distinguished road
Hi Kevin,

I just came to know that I can directly plot the Tumble in Ensight itself by using In_cylinder_Tools (Python scripts).

It is written on the website that I need to paste the file in ".ensight100/extensions/user_defined/Tools/" directory but it seems like it belongs to the Windows version. I am using Ensight on Linux and not been able to find this directory. Can you please tell me where should I paste the in cylinder tools in a Linux system.

Kind Regards
Rajat
rsoni451 is offline   Reply With Quote

Old   June 16, 2017, 10:53
Default
  #6
Senior Member
 
kevincolburn's Avatar
 
Kevin Colburn
Join Date: Mar 2009
Location: The Woodlands, TX
Posts: 131
Rep Power: 17
kevincolburn is on a distinguished road
On your linux system, you should have a directory in your home directory called ".ensight100", or ".ensight101", or ".ensight102", depending upon the version of EnSight that you are running. If you are running EnSight 10.1, you should have a ~/.ensight101/ directory.
__________________
Kevin Colburn
Computational Engineering International, Inc.
www.ceisoftware.com
kevin@ensight.com
kevincolburn is offline   Reply With Quote

Old   June 16, 2017, 13:01
Default
  #7
New Member
 
Rajat soni
Join Date: Oct 2016
Location: Aachen, Germany
Posts: 29
Rep Power: 9
rsoni451 is on a distinguished road
Hi Kevin,

Inside ensight101 I am not able to find the "extensions" folder. Are you suggesting that I should create a directory "/ensight101/extensions/user_defined/Tools" ?

Best Regards
Rajat
rsoni451 is offline   Reply With Quote

Old   June 16, 2017, 13:43
Default
  #8
New Member
 
Rajat soni
Join Date: Oct 2016
Location: Aachen, Germany
Posts: 29
Rep Power: 9
rsoni451 is on a distinguished road
I found it. It was inside site_preferences folder
rsoni451 is offline   Reply With Quote

Old   June 16, 2017, 14:53
Default
  #9
Senior Member
 
kevincolburn's Avatar
 
Kevin Colburn
Join Date: Mar 2009
Location: The Woodlands, TX
Posts: 131
Rep Power: 17
kevincolburn is on a distinguished road
You can place them down in the installation directory ($CEI_HOME/ensightXXX/site_preferences/...).

This will effect all users who run using this installation.

For your own preferences, then you "should" have a preferences location set (this is typically ~/.ensightXXX/) on a linux system. However, you can verify this by starting up EnSight, and clicking on the Help -- > Version. In the dialog box which opens, there is a window at the bottom. About 9 lines into that window, it should say : "Preferences: /home/kevin/.ensight101/" This is the directory that you can step into, and you should find an "extensions" folder in there, and a "user_defined" folder under that one. Remember this is a "hidden" directory, as denoted by the preceeding dot "." in the directory name.

-kevin
__________________
Kevin Colburn
Computational Engineering International, Inc.
www.ceisoftware.com
kevin@ensight.com
kevincolburn is offline   Reply With Quote

Old   August 16, 2017, 13:10
Default
  #10
New Member
 
Rajat soni
Join Date: Oct 2016
Location: Aachen, Germany
Posts: 29
Rep Power: 9
rsoni451 is on a distinguished road
Hi Kevin,

until now I have used MATLAB script to get the Tumble ratio by extracting column Data from post_convert. But, I want to use the in-cylinder tools for comparing the Tumble Ratio values.

My question is that the tool provided in the Ensight gives Tumble Ratio for the XZ intersecting plane along the Y-axis or for the whole cylinder?

If no, then what is the possible way to use this tool to get the mid plane Tumble Ratio ?

Bests,
Rajat
rsoni451 is offline   Reply With Quote

Old   August 16, 2017, 13:32
Default
  #11
Senior Member
 
kevincolburn's Avatar
 
Kevin Colburn
Join Date: Mar 2009
Location: The Woodlands, TX
Posts: 131
Rep Power: 17
kevincolburn is on a distinguished road
The calculation is done in the parent parts. If you have the 3D volume for the cylinder as your parent part, then the calculation is for the 3D cylinder. If you have the 2D cross section as your parent part, then the calculation is for that 2D cross section. I've tried to stay true to the Parent Part paradigm in EnSight for this tool.
-kevin
__________________
Kevin Colburn
Computational Engineering International, Inc.
www.ceisoftware.com
kevin@ensight.com
kevincolburn is offline   Reply With Quote

Old   August 16, 2017, 13:38
Default
  #12
New Member
 
Rajat soni
Join Date: Oct 2016
Location: Aachen, Germany
Posts: 29
Rep Power: 9
rsoni451 is on a distinguished road
Thanks Kevin!

I will give it a try.

Bests,
Rajat
rsoni451 is offline   Reply With Quote

Old   August 17, 2017, 14:08
Default
  #13
New Member
 
Rajat soni
Join Date: Oct 2016
Location: Aachen, Germany
Posts: 29
Rep Power: 9
rsoni451 is on a distinguished road
Hi Kevin,

I procedure I followed to calculate the tumble on the mid plane is as follows.

1. Creating a clip plane.
2. Selecting the clip plane and then running the In cylinder tool.

the SpaMean_tumble that I am getting is in the range from -1.246 to 11.7527 which is obviously not correct as the value that I am getting from the matlab script is lying in the range of -0.5 to 3.5

Is there some thing that I am missing. Because both the curves look alike.

Kind Regards,
Rajat
rsoni451 is offline   Reply With Quote

Old   August 17, 2017, 22:23
Default
  #14
Senior Member
 
kevincolburn's Avatar
 
Kevin Colburn
Join Date: Mar 2009
Location: The Woodlands, TX
Posts: 131
Rep Power: 17
kevincolburn is on a distinguished road
Rajat,
When you get the point of having a clip plane created, and the velocity variable activated, could you do the following for me:
a. select the clip plane.
b. File -- > Export -- > Geometric Entities -- > EnSight Case Gold format.
c. Specify a filename. (perhaps 'kevin')
d. to make the file transfer small, change the timestep range to the current timestep of interest (For timestep 45, specify 45 as begin, 45 as end, and 1 as increment).
Then ok.
This will write out ONLY the clip plane, and any activated variables to a small EnSight files (all named kevin*). Send me those files, and I can take a look at the routine with your data. In truth, you can also load JUST this dataset into EnSight, and run the utility. You will there be assured that the tumble calculation is done only on that part (as that is the only part in this small submodel).

-Kevin
__________________
Kevin Colburn
Computational Engineering International, Inc.
www.ceisoftware.com
kevin@ensight.com
kevincolburn is offline   Reply With Quote

Reply

Tags
clip plane, ensight, export data

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
CFD by anderson, chp 10.... supersonic flow over flat plate varunjain89 Main CFD Forum 18 May 11, 2018 08:31
[Gmsh] Problem with Gmsh nishant_hull OpenFOAM Meshing & Mesh Conversion 23 August 5, 2015 03:09
export data at nodes Meenu FLUENT 1 December 30, 2011 02:24
how to calculate scalar data at a particular plane premchand Siemens 4 May 27, 2008 11:32
Export data from several .res files Nessan CFX 2 April 14, 2004 13:56


All times are GMT -4. The time now is 02:33.