Documentation: Updated for Doxygen 1.11.0
Typos in documentation strings corrected with the aid of codespell
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2019-2023 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2019-2024 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -63,7 +63,7 @@ Foam::dimensionedScalar Foam::functionObjects::comfort::Trad() const
|
||||
// The mean radiation is calculated by the mean wall temperatures
|
||||
// which are summed and divided by the area | only walls are taken into
|
||||
// account. This approach might be correct for a squared room but will
|
||||
// defintely be inconsistent for complex room geometries. The norm does
|
||||
// definitely be inconsistent for complex room geometries. The norm does
|
||||
// not provide any information about the calculation of this quantity.
|
||||
if (!TradSet_)
|
||||
{
|
||||
|
||||
@ -26,7 +26,7 @@ Class
|
||||
|
||||
Description
|
||||
Calculates and write the shear-stress at wall patches as
|
||||
the volVectorField field 'wallShearStress' or 'wallShearStress.<phase>'.
|
||||
the volVectorField field 'wallShearStress' or 'wallShearStress.\<phase\>'.
|
||||
|
||||
\f[
|
||||
Stress = R \dot n
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2013-2022 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2013-2024 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -26,7 +26,7 @@ Class
|
||||
|
||||
Description
|
||||
Evaluates and outputs turbulence y+ for models. Values written to
|
||||
time directories as field 'yPlus' or 'yPlus.<phase>'.
|
||||
time directories as field 'yPlus' or 'yPlus.\<phase\>'.
|
||||
|
||||
Example of function object specification:
|
||||
\verbatim
|
||||
|
||||
Reference in New Issue
Block a user