|
[Sponsors] |
January 10, 2017, 13:34 |
How does OpenFOAM calculate displacements?
|
#1 |
New Member
Join Date: Jan 2017
Posts: 2
Rep Power: 0 |
Hi all,
I'm a beginner of OpenFOAM. I'm trying to implement a square section (2D) with aeroelastic behaviour. I use the solver pimpleDyMFoam and I want to insert a specific stiffness along the direction Y. I suppose that OpenFOAM solves the equation F=Ku+cU+ma where F is the vector of forces, K is the stiffness matrix and u is the vector of dispacements, is it right? The problem is that I don't find where OpenFOAM does this and so I can't modify the stiffness matrix as I want. Thanks a lot!! |
|
January 11, 2017, 04:51 |
|
#2 |
Senior Member
Kevin van As
Join Date: Sep 2014
Location: TU Delft, The Netherlands
Posts: 252
Rep Power: 21 |
I don't know, but this might get you started in finding it:
Using "grep" you can search the OF source tree recursively for the keywords that you are looking for. For instance, if you go to $FOAM_SRC/dynamicFvMesh (OF40), you might search for: Code:
grep -rn "displac" . In your case directory, you may find what mesh is being used in "constant/dynamicMeshDict". Using that information may limit your search. |
|
January 11, 2017, 07:02 |
|
#3 |
New Member
Join Date: Jan 2017
Posts: 2
Rep Power: 0 |
Thanks for your help Kevin!! If I find something, I'll write it here.
|
|
Tags |
displacements, pimpledymfoam, stiffness |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
UNIGE February 13th-17th - 2107. OpenFOAM advaced training days | joegi.geo | OpenFOAM Announcements from Other Sources | 0 | October 1, 2016 20:20 |
OpenFOAM Training Jan-Apr 2017, Virtual, London, Houston, Berlin | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | September 21, 2016 12:50 |
Calculate aerodynamic coefficients with openfoam using only opensource programs | Xwang | OpenFOAM | 20 | May 20, 2016 12:26 |
[Commercial meshers] How To Use OpenFOAM Software To Calculate Pump? | renyun0511 | OpenFOAM Meshing & Mesh Conversion | 2 | August 30, 2009 22:49 |