1

Previous: Creating new boundary condition Up: Creating new boundary condition Next: codedFixedValue
This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

New boundary condition definition

Implement following boundary condition given by the following mathematical expression:

$\displaystyle x = \frac{x_0}{1 + e^{-10\frac{t}{t_0}+5}}$(13.1)

 

  • $ x_0$ and $ t_0$ are prescribed parameters
  • Roughly speaking, $ x$ rises from $ 0$ at time $ 0$ to $ x_0$ at time $ t_0$
  • OpenFOAM provides two main approaches:
    • codedFixedValue – very powerful and easily applicable
    • uniformFixedValue – requires implementation of new function