|
[Sponsors] |
How to model a fixedValueFixedGradient boundary condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 25, 2011, 17:40 |
How to model a fixedValueFixedGradient boundary condition
|
#1 |
New Member
BT
Join Date: Jan 2011
Posts: 16
Rep Power: 15 |
Dear openFOAM-community,
I am still new in the simulation with openFOAM but really impressed by its potential. Now I try to solve some simple structural problems like a beam fixed on one end. For this problem a boundary condition is required which combines fixedValue and fixedGradient (or the special case zeroGradient and zeroValue, also known as Cauchy boundary condition). So far I couldn't find a boundary condition neither in the supporting material of openFOAM nor in web discussions and articles which provides the required functionality. To clarify the situation of understanding: I have seen the mixed bc which switches between fixedGradient and fixedValue. But as I see there is only a switching and not really a combination applying both in a full strength a the same time. Maybe there is a need to solve this problem on code level, isn't it? Or is there a bc which I have overlooked all the time? Background information: Currently I am mainly a user and I am really less experienced in interpreting code. So be careful with hints assuming a deep knowledge of programming. ;-) Thanks in advance for any help. Cheers MasterCooler |
|
July 26, 2011, 06:00 |
|
#2 |
Super Moderator
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,097
Rep Power: 34 |
Hi,
The directionMixed boundary condition can be used to apply a fixedValue in a particular direction and a fixedGradient in the corresponding tangential direction. It can also be used to mix between both fixedValue and fixedGradient. Also there is a boundary condition called newDirectionMixed (only in the Extend version I think) which can mix both the normal direction and the tangential direction. In stress analysis, the directionMixed BC can be used for applying a fixed displacement in a particular direction on a patch, and applying a traction in the tangential direction (eg traction-free). Hope it helps, Philip |
|
Tags |
boundary condition, openfoam, structural analysis |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Epsilon boundary condition for walls in LamBremhorst LowRe model | maruthamuthu_venkatraman | OpenFOAM | 1 | April 21, 2019 07:25 |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Water vapour condensation in CFX-5.7.1 | hdj | CFX | 1 | November 27, 2005 08:15 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |