|
[Sponsors] |
Prescribed mesh deformation unsteady simulation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 3, 2020, 11:26 |
Prescribed mesh deformation unsteady simulation
|
#1 |
New Member
AR
Join Date: Aug 2020
Posts: 1
Rep Power: 0 |
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 |
|
August 14, 2020, 12:58 |
|
#2 | |
New Member
Join Date: Jul 2019
Posts: 5
Rep Power: 7 |
Quote:
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() |
||
Tags |
deformations, prescribed motion, unsteady |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
Unsteady Restart Divergence | pro_ | SU2 | 6 | May 20, 2020 16:17 |
[snappyHexMesh] No layers in a small gap | bobburnquist | OpenFOAM Meshing & Mesh Conversion | 6 | August 26, 2015 10:38 |
Problem w/ vortex ring simulation, mesh coarseness parameters? | ESC | FLUENT | 2 | September 4, 2012 11:56 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |