|
[Sponsors] |
Applying mixed(robin) boundary condition for volScalarField |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 6, 2019, 20:20 |
Applying mixed(robin) boundary condition for volScalarField
|
#1 |
New Member
Nilay Kulkarni
Join Date: May 2018
Posts: 24
Rep Power: 8 |
Hello,
I am trying to apply mixed boundary condition for volScalarField H2O to simulate absorption based on partition coefficients at a wall. I am trying to apply the boundary condition attached in the image below.Capture.PNG Inorder to implement this I used the following BC: Code:
BOTTOM { type groovyBC; value uniform 1; variables "Dmuc=4.3e-6;Dmem=1.4e-6;tmem=1e- 4;kow=200;liq{BOTTOM}=T;"; //variables "Dmuc=1;Dmem=0.1;tmem=1e-4;kow=200;"; valueExpression "liq"; gradientExpression "0"; fractionExpression "1"; evaluateDuringConstruction 1; Is there a way to implement this type of groovyBC? Thank you Nilay |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
mixed inflow/outflow downstream boundary condition question | peob | OpenFOAM Running, Solving & CFD | 3 | February 3, 2017 11:54 |
Accessing multiple boundary patches from a custom boundary condition file | ripudaman | OpenFOAM Programming & Development | 0 | October 22, 2014 19:34 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |