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

Displacements with the morpher model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 1, 2010, 19:54
Default Displacements with the morpher model
  #1
New Member
 
Join Date: Jan 2010
Posts: 8
Rep Power: 16
Actone-Zero is on a distinguished road
Hi all,

I have a problem with the displacements I want to impose on a wall boundary, using the morpher model. I simulate the flow over an hydrofoil and I want to take into account the deformations with a simple beam equations so basically the solution depend only of the loading computed by STAR.
It seems that the displacement value I impose is added to the solution at each time step, so it is relative to the mesh deformation of the previous time step. Does anyone know how to impose displacement relative to the initial mesh, or compute the new displacements according to the previous mesh?

Thank you in advance.
Actone-Zero is offline   Reply With Quote

Old   April 28, 2010, 11:27
Default
  #2
tgi
New Member
 
Thomas
Join Date: May 2009
Location: Cottbus
Posts: 1
Rep Power: 0
tgi is on a distinguished road
Hi,

I'm supposing you had implemented the morphing due field functions. There is an array called $$Position and one called $$SavedCoord. Position gives you the coordinates of the face at your timestep. SavedCoord contains the coordinates of the startup.. so you can calculate the displacement in every face by:

[$$Position[0]-$$SavedCoord[0],
$$Position[1]-$$SavedCoord[1],
$$Position[2]-$$SavedCoord[2]]

At first you should switch "Restore Saved Coordinates" on in the node Solver->Morpher. From this on it is possible to compute the new displacement. You can also access these vectors by UserCoding.

hope that helps...
tgi 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
Problems bout CFD model of biomass gasification, Downdraft gasifier wanglong FLUENT 2 November 25, 2009 23:27
Reynolds Stress model in CFX vs Fluent Tim CFX 1 October 7, 2009 06:19
help for different between les model (subgrid-scale model) liuyuxuan FLUENT 1 October 2, 2009 15:25
Grid resolution for full-scale and down scaled model gravis Main CFD Forum 0 October 2, 2009 10:27
Advanced Turbulence Modeling in Fluent, Realizable k-epsilon Model Jonas Larsson FLUENT 5 March 13, 2000 03:27


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