Skip to content

Commit

Permalink
Use direct class links in wallmodelling.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
timofeymukha committed Apr 26, 2023
1 parent 9ee7b0e commit 890d81e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/wallmodelling.rst
Expand Up @@ -69,12 +69,12 @@ ODE-based models
These models are based on an ODE formulation, yet the ODE is integrated, and the model therefore only performs
numerical integration using the trapezoidal rule, and does not solve and ODE directly.
The models differ in the treatment of the right-hand side of the underlying ODE.
For more details see the :code:`ODEWallModelFvPatchScalarField` class.
For more details see the :class:`Foam::ODEWallModelFvPatchScalarField` class.

The following models are available

- Equilibrium ODE model, :code:`EquilibriumODEWallModelFvPatchScalarField.H`. Right-hand side of the ODE is set to 0.
- Pressure gradient ODE model, :code:`PGradODEWallModelFvPatchScalarField.H` the right-hand side is set equal to the pressure gradient.
- Equilibrium ODE model, :class:`Foam::EquilibriumODEWallModelFvPatchScalarField`. Right-hand side of the ODE is set to 0.
- Pressure gradient ODE model, :class:`Foam::PGradODEWallModelFvPatchScalarField` the right-hand side is set equal to the pressure gradient.


Further reading
Expand Down

0 comments on commit 890d81e

Please sign in to comment.