|
[Sponsors] |
Pressure boundary condition for solids in multiRegion? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 16, 2021, 14:31 |
Pressure boundary condition for solids in multiRegion?
|
#1 |
Member
Claudia
Join Date: Mar 2021
Posts: 43
Rep Power: 5 |
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 |
|
September 17, 2021, 04:31 |
|
#2 |
Member
Lukas
Join Date: Sep 2021
Posts: 36
Rep Power: 5 |
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 |
|
September 18, 2021, 06:15 |
|
#3 |
Senior Member
Join Date: Sep 2013
Posts: 353
Rep Power: 21 |
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.
|
|
Tags |
boundarycondition, chtmultiregionfoam, multiregion, pressure |
|
|
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 10:44 |
ANSYS Fluent- Pressure Boundary Condition! | Bishal | FLUENT | 0 | March 21, 2018 17:17 |
Total Pressure boundary condition in the OpenFOAM | dli | OpenFOAM Programming & Development | 1 | December 6, 2017 00:16 |
Question about adaptive timestepping | Guille1811 | CFX | 25 | November 12, 2017 18:38 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |