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

Prescribed mesh deformation unsteady simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 3, 2020, 10:26
Default Prescribed mesh deformation unsteady simulation
  #1
New Member
 
AR
Join Date: Aug 2020
Posts: 1
Rep Power: 0
amoosa is on a distinguished road
Hello All,
I am new to SU2. I want to perform unsteady forced motion simulations on a 3D wing + control surface. I want to drive the control surface motion with prescribed deformations and assess the aerodynamic impact on the wing. I looked at the tuturials and I cannot find anything similar. Does anyone have experience with such simulations in SU2?

Many thanks for your help!

AR
amoosa is offline   Reply With Quote

Old   August 14, 2020, 11:58
Default
  #2
New Member
 
Join Date: Jul 2019
Posts: 5
Rep Power: 6
hpatel is on a distinguished road
Quote:
Originally Posted by amoosa View Post
Hello All,
I am new to SU2. I want to perform unsteady forced motion simulations on a 3D wing + control surface. I want to drive the control surface motion with prescribed deformations and assess the aerodynamic impact on the wing. I looked at the tuturials and I cannot find anything similar. Does anyone have experience with such simulations in SU2?

Many thanks for your help!

AR
If you are using pySU2 (the python API that wraps the C++ source code), then you can try the following functions:

Code:
        for iVertex in range(self.nVertexMarker):
            self.solver.SetVertexCoordX(self.MarkerID, iVertex, newXCoord)
            self.solver.SetVertexCoordY(self.MarkerID, iVertex, newYCoord)
            self.solver.SetVertexCoordZ(self.MarkerID, iVertex, newZCoord)
            self.solver.SetVertexVarCoord(self.MarkerID, iVertex)

        self.solver.StaticMeshUpdate()
NOTE: appropriate settings like design variable parameters, grid deformation parameters, and free-form deformation parameters will have to be specified in the SU2 config file
hpatel is offline   Reply With Quote

Reply

Tags
deformations, prescribed motion, unsteady


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
how to set periodic boundary conditions Ganesh FLUENT 15 November 18, 2020 06:09
Unsteady Restart Divergence pro_ SU2 6 May 20, 2020 15:17
[snappyHexMesh] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38
Problem w/ vortex ring simulation, mesh coarseness parameters? ESC FLUENT 2 September 4, 2012 10:56
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55


All times are GMT -4. The time now is 16:45.