CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Implementation of thermophysical Properties in Fluid-Structure Interaction

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2019, 04:15
Default Implementation of thermophysical Properties in Fluid-Structure Interaction
  #1
New Member
 
Marcel Neu
Join Date: Feb 2019
Posts: 1
Rep Power: 0
Marcel_pmd is on a distinguished road
Hey everyone,

I have a very basic Problem with the implementation of the thermophysical properties library to the FSI pack of foamExtend 4.0.

In general I want to write a compressible FSI solver to work with some high pressure fluid Models I found in literature. Therefore I implemented these models into the thermophysical Properties library and got them to work correctly in OF 50 with some regular cases of rhopiso and rhosimple Foam.

In the next step I wanted to implement one of the compressible solvers I used ( like rhopiso or rhosimple) to the FSI package in FE40. To do so I need to make the thermophysical model library available to the solver.

As soon as I implement the lines

//- Thermophysical model
autoPtr<basicPsiThermo> pThermo_;

to pisoFluid.H

and

pThermo_
(
basicPsiThermo::New(mesh)
),

to pisoFluid.C in the same way the turbulence model is implemented, the pressure field isn't written correctly any more in the testcase "beamInCrossFlow" for the fsiFoam solver. It only writes the initital 0 Field for the pressure again and again. The velocity field however is written and solved. If I look up the basicThermo.H and .C file there is a definition for pressure etc.
My guess is, that there is a conflict with the namespace definitions.

Does anyone has experience with this kind of problem of compressibility implementation in FSI ?

Every suggestion and idea is welcome.
Marcel_pmd is offline   Reply With Quote

Reply


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
Fluid structure interaction with VOF method utilized in fluent? mxl9549 ANSYS 0 July 22, 2016 13:40
Fluid structure interaction with VOF method utilized in fluent? mxl9549 FLUENT 0 July 22, 2016 13:39
About one-way Fluid-Structure Interaction, form structure to fluid !? xq712000 ANSYS 0 July 15, 2016 09:40
Fluid Structure interaction prince_pahariaa FLUENT 3 March 19, 2013 12:16
Hypersonic Fluid Structure Interaction with openFoam? Ay82 OpenFOAM Pre-Processing 0 February 16, 2013 18:00


All times are GMT -4. The time now is 14:10.