CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Boundary Condition (https://www.cfd-online.com/Forums/openfoam-solving/237202-boundary-condition.html)

badreddine0 July 5, 2021 10:11

Boundary Condition
 
Hello,


I recently start OpenFoam, so I have some silly questions. I would like to if there is some difference for this three boundary conditions. Personally, I found any difference ^_^'


Code:

boundaryField
{
  wall1
  {
      type          fixedValue;
      value        uniform 0;
  }

  wall2
  {
      type          uniformFixedValue;
      value        uniform 0;
  }
  wall3
  {
      type          calculated;
      value        uniform 0;
  }
}


Thanks you for your help


All times are GMT -4. The time now is 20:51.