|
[Sponsors] |
September 11, 2013, 12:56 |
sliding mesh file format
|
#1 |
New Member
AD
Join Date: Feb 2013
Posts: 7
Rep Power: 13 |
Hi,
I am trying to simulate a pitching airfoil using sliding mesh similar to the case described in: http://adl.stanford.edu/papers/AIAA-2013-0632.pdf I didn't find many information or tutorial on it and have some difficulty to get the preprocessing working using SU2_SMC. It seems that the mesh file has to contain first a line "NZONE= number of zones" (2 in my case) and then a zone identifier "IZONE= zone ID" followed by the zone information (elements, points, markers) for each zone. Using this format, SU2_SMC gets stuck reading the first zone. Is it the right procedure? Thank you very much, the code is improving very fast! |
|
September 12, 2013, 04:54 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Hi,
Unfortunately, we have frozen development on the sliding mesh interfaces for the time being while we upgrade many other portions of the code for a major V3.0 release next January. If you might be interested in developing some of the sliding mesh capabilities, please let me know. In the meantime, I might suggest trying the rigid and deforming mesh motion capabilities in the code, if they suit your needs (check the config_template.cfg for more description of these options). These are under active development right now, and will have many improvements for SU2 V3.0. Thanks for the support and for using SU2! Tom |
|
September 12, 2013, 20:09 |
|
#3 |
New Member
AD
Join Date: Feb 2013
Posts: 7
Rep Power: 13 |
Thank you for your reply, I will use the rigid motion and deforming features of the code. Is it possible to introduce a prescribed motion as a function of time? That would be very interesting to simulate more complex motions.
Thanks |
|
October 3, 2013, 01:48 |
|
#4 | |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
Quote:
Lastly, we do in fact have a method for prescribing arbitrary motion of a surface by providing the node locations at each time step. The volume mesh is then deformed around the new surface. This capability is enabled by choosing the EXTERNAL motion option along with the specified motion files. If you are interested in this, don't hesitate to contact me for more details. Cheers, Tom |
||
May 19, 2015, 08:28 |
|
#5 | |
New Member
Sachchit Vekaria
Join Date: Dec 2013
Posts: 18
Rep Power: 13 |
Quote:
For simulating FSI problem if FluidStructureIteration(COutput *output, CIntegration ***integration_container, CGeometry ***geometry_container, CSolver ****solver_container, CNumerics *****numerics_container, CConfig **config_container, CSurfaceMovement **surface_movement, CVolumetricMovement **grid_movement, CFreeFormDefBox*** FFDBox) is used than for solving FEA model using linear elasticity model it required to create 2 zone in the mesh. I have tried with NZONE=2 and IZONE but stuck with the same problem as AEMD. Can you explain a correct way to write a mesh file. I am using Gmsh and combining two different meshes in two IZONEs. Is it necessary to have all boundaries of zones to be connected? If not how to give boundary marker to boundary which is explicit to one zone only. In SU2_CFD config_container[iZone] = new CConfig(config_file_name, SU2_CFD, iZone, nZone, VERB_HIGH) takes iZone as input. But to the best of my understanding implementation of class CConfig in config_structure.cpp shows no structure to link some configuration option explicitly to particular iZone only. If there is a way it would be great. I am hoping to simulate AGARD 445.6 and make a testcase for showcasing SU2 aeroelasticity capability. Is there any updates regarding 3D FEA solver? Thanks, Last edited by Sachchit; May 19, 2015 at 14:32. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to calculate mass flow rate on patches and summation of that during the run? | immortality | OpenFOAM Post-Processing | 104 | February 16, 2021 09:46 |
[swak4Foam] funkySetFields compilation error | tayo | OpenFOAM Community Contributions | 39 | December 3, 2012 06:18 |
friction forces icoFoam | ofslcm | OpenFOAM | 3 | April 7, 2012 11:57 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |