diff --git a/doc/source/parameters/cfd/constrain_stasis.rst b/doc/source/parameters/cfd/constrain_stasis.rst index 3a96e6402a..cd755b5f51 100644 --- a/doc/source/parameters/cfd/constrain_stasis.rst +++ b/doc/source/parameters/cfd/constrain_stasis.rst @@ -23,7 +23,7 @@ The subsection with default parameters goes as follows: end end -* The ``enable`` parameter is set to ``true`` when at least one temperature-dependent solid domain constraint should be applied. +* The ``enable`` parameter is set to ``true`` when at least one temperature-dependent stasis constraint should be applied. * The ``number of constraints`` parameter is an integer representing the number of constraints that will be applied. It is used in multiphase (VOF) simulations to apply different constraints to each fluid. Only one constraint per fluid can be imposed. Each constraint comes with its own subsection (starting with number ``0``) containing its own set of parameters as detailed below. diff --git a/include/solvers/navier_stokes_base.h b/include/solvers/navier_stokes_base.h index cf4ff4d311..a215a509da 100644 --- a/include/solvers/navier_stokes_base.h +++ b/include/solvers/navier_stokes_base.h @@ -59,7 +59,7 @@ using namespace dealii; /** * @brief Struct containing fluid id, temperature range information, and flag - * containers for DOFs used in temperature-dependent solid domain constraints. + * containers for DOFs used in temperature-dependent stasis constraints. * * @param[in] fluid_id Identifier of the fluid that is constrained. *