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

How does OpenFOAM calculate displacements?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By floquation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 10, 2017, 12:34
Default How does OpenFOAM calculate displacements?
  #1
New Member
 
Join Date: Jan 2017
Posts: 2
Rep Power: 0
Man108 is on a distinguished road
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!!
Man108 is offline   Reply With Quote

Old   January 11, 2017, 03:51
Default
  #2
Senior Member
 
floquation's Avatar
 
Kevin van As
Join Date: Sep 2014
Location: TU Delft, The Netherlands
Posts: 252
Rep Power: 20
floquation will become famous soon enough
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" .
Also look at $FOAM_SRC/dynamicMesh (OF40).

In your case directory, you may find what mesh is being used in "constant/dynamicMeshDict". Using that information may limit your search.
Man108 likes this.
floquation is offline   Reply With Quote

Old   January 11, 2017, 06:02
Default
  #3
New Member
 
Join Date: Jan 2017
Posts: 2
Rep Power: 0
Man108 is on a distinguished road
Thanks for your help Kevin!! If I find something, I'll write it here.
Man108 is offline   Reply With Quote

Reply

Tags
displacements, pimpledymfoam, stiffness


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
OpenFOAM v3.0+ ?? SBusch OpenFOAM 22 December 26, 2016 14:24
UNIGE February 13th-17th - 2107. OpenFOAM advaced training days joegi.geo OpenFOAM Announcements from Other Sources 0 October 1, 2016 19:20
OpenFOAM Training Jan-Apr 2017, Virtual, London, Houston, Berlin cfd.direct OpenFOAM Announcements from Other Sources 0 September 21, 2016 11:50
Calculate aerodynamic coefficients with openfoam using only opensource programs Xwang OpenFOAM 20 May 20, 2016 11:26
[Commercial meshers] How To Use OpenFOAM Software To Calculate Pump? renyun0511 OpenFOAM Meshing & Mesh Conversion 2 August 30, 2009 21:49


All times are GMT -4. The time now is 17:32.