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

export velocity profile and import in an other simulation as initial condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 15, 2015, 09:07
Default export velocity profile and import in an other simulation as initial condition
  #1
FFD
Member
 
Join Date: Aug 2015
Posts: 30
Rep Power: 10
FFD is on a distinguished road
Hey guys,
I am changing in my simulations only a few parts to optimize them.
So I had the idea to use the final values like velocity of one simulation as the initial condition in another simulation. I have the hope that I don't need that many iteration to reach good results.

My idea is:
- create a xyz table (as trigger iterations? (I only need the final results. but I dont see how I can do this)
- as input parts I take a region
- as Scalar I choose the velocity (i,j,k and magnitude)
- extract and export the table.

If I open the table it is empty.
The User guide shows the general velocity per iteration.

But I want the velocity on every point in that region, so I can import it as the initial condition and the velocity is the same in every point.

Obviously I did something wrong. But I really don't know what right now.

Additionally I have some thoughts on what can cause a problem.

I have a different mesh on every simulation, there is are parts where before I had air and I do have air where I had parts before.

Do you have any suggestions?

-FFD
FFD is offline   Reply With Quote

Old   January 21, 2016, 05:54
Default
  #2
Member
 
Nils
Join Date: Nov 2015
Posts: 59
Rep Power: 10
Deranda is on a distinguished road
Hi FFD,

I think, that your idea might cause problems because of the different meshes. The new grid does not match to the old one, so the values of your simulation cant be committed.
But to achieve a faster convergence, you can save your velocity profile at the inlet and use it as an input for your new one.

best regards
Nils
Deranda is offline   Reply With Quote

Old   January 24, 2016, 21:25
Default
  #3
cwl
Senior Member
 
Chaotic Water
Join Date: Jul 2012
Location: Elgrin Fau
Posts: 436
Rep Power: 17
cwl is on a distinguished road
Use Field Function with interpolateTable().
cwl is offline   Reply With Quote

Old   January 27, 2016, 12:50
Default
  #4
New Member
 
Kevin
Join Date: Oct 2012
Posts: 29
Rep Power: 13
kirrer is on a distinguished road
I have similar issues extracting the data at every point. I've gotten around this by creating a very general threshold (ie, if the Z-coordinates of the file are 0-1.0 meter, I'll create a threshold for Z > -10 ). Then, the threshold contains every cell. If I use that threshold as an input to the table, it gets the data for every cell and you can export the table as you describe.

Another alternative is instead to export the mesh and solution - File > Export, then choose Mesh and Solution Data, select your regions and vector for Velocity. This file will be considerably bigger, but then upon import you can use a Volume Data Mapper to get data better mapped to the surface.

In my opinion, the best is a modified version of the first alternative. If you use a User Field Function called StaggeredCells with definition "mod($LocalCellIndex,20)", the resulting scalar is a pseudorandom integer between 0-19. Then you can set the Scalar to your threshold to be StaggeredCells < 0.5, and the resulting part will contain only every 20th cell. When you export data on this table, you get roughly the same velocity profile, but the table is much smaller and the interpolation CCM+ has to use is much faster.

Done in this way you can use a field function with interpolatePositionTable() get interpolate this data to your new volume mesh.
kirrer is offline   Reply With Quote

Old   February 5, 2016, 07:27
Default
  #5
FFD
Member
 
Join Date: Aug 2015
Posts: 30
Rep Power: 10
FFD is on a distinguished road
Hello,
I just tried it with the xyz table and it worked for me.
FFD is offline   Reply With Quote

Reply

Tags
initial condition, table


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
Incomplete velocity profile import MissCFD CFX 4 February 23, 2015 11:32
mcad bridge import and export, velocity inlet b.c zdunol FloEFD, FloWorks & FloTHERM 4 February 17, 2015 13:09
Question Regarding to Export and Import The Velocity Profile John Lee STAR-CCM+ 4 September 19, 2014 09:01
Export & Import Velocity profile as Inlet eRzBeNgEl STAR-CCM+ 6 March 26, 2012 05:16
problem with velocity inlet profile file Duncan FLUENT 3 November 21, 2005 07:28


All times are GMT -4. The time now is 23:07.