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

Pressure boundary condition for solids in multiRegion?

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree3Likes
  • 3 Post By Bloerb

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 16, 2021, 13:31
Default Pressure boundary condition for solids in multiRegion?
  #1
Member
 
Claudia
Join Date: Mar 2021
Posts: 43
Rep Power: 5
Clau.77 is on a distinguished road
Hey guys,


i am using chtMultiRegion and i was wondering if I got the boundary conditions for my solid region wrong.


Right now it is:
internalField 1e5;

boundaryField
{

"solid_to_*"

{ type calculated;
value 0;
}}


is that okay? or should they both be 0? or 1e5?



Right now i am running a transient case and get the "number of iterations exceeded" error for this solid after about 1000 iterations. So I am guessing, that the mesh is the problem, but i just wanted to check, if this boundary condition could be the reason.


I hope, someone can help me with this
Clau.77 is offline   Reply With Quote

Old   September 17, 2021, 03:31
Default
  #2
Member
 
Lukas
Join Date: Sep 2021
Posts: 36
Rep Power: 4
Pappelau is on a distinguished road
Pressure Terms are not solved for the Solids normaly u do this for p-file in solids:
Code:
    ".*"
    {
        type            calculated;
        value           $internalField;
    }

If it does not converge it is most of the time a mesh problem u can check this with

checkMesh -region regionthatdiverges
Pappelau is offline   Reply With Quote

Old   September 18, 2021, 05:15
Default
  #3
Senior Member
 
Join Date: Sep 2013
Posts: 353
Rep Power: 20
Bloerb will become famous soon enough
The pressure field is not used. It is simply there because the thermopysical properties class used for all solids/fluids (all the options in your thermoPhysicalProperties file) is programmed with a pressure field. Hence it does not check...is it an incompressible solid where pressure does not effect thermal conductivity. Hence you need a valid file, but it is not used. In one recent version this was even removed. So for easier postprocessing you can simply choose the baseline value of your fluid domain so that the pressure is shown in that color in paraview. And either calculated or zeroGradient boundary conditions for the same purpose.
parthigcar, saidc. and aadicfd like this.
Bloerb is offline   Reply With Quote

Reply

Tags
boundarycondition, chtmultiregionfoam, multiregion, pressure

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Appropriate pressure boundary condition in incompressible flow lonelywing OpenFOAM Running, Solving & CFD 21 June 6, 2022 09:44
ANSYS Fluent- Pressure Boundary Condition! Bishal FLUENT 0 March 21, 2018 16:17
Total Pressure boundary condition in the OpenFOAM dli OpenFOAM Programming & Development 1 December 5, 2017 23:16
Question about adaptive timestepping Guille1811 CFX 25 November 12, 2017 17:38
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28


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