DOC: Doxygen corrections
This commit is contained in:
parent
8ac11f1079
commit
e96990c8bf
@ -96,7 +96,7 @@ registerOptSwitch
|
||||
);
|
||||
|
||||
|
||||
//! \cond file-scope
|
||||
//! \cond file_scope
|
||||
namespace Foam
|
||||
{
|
||||
// Register re-reader
|
||||
|
@ -122,7 +122,6 @@ makeDecorator(SquareSpace,'[',']', ' ');
|
||||
//
|
||||
// \endcode
|
||||
//
|
||||
// \noop
|
||||
template<class Container, class Delimiters>
|
||||
class OutputAdaptor
|
||||
{
|
||||
|
@ -45,7 +45,7 @@ dictionary* dimensionSystemsPtr_(nullptr);
|
||||
HashTable<dimensionedScalar>* unitSetPtr_(nullptr);
|
||||
dimensionSets* writeUnitSetPtr_(nullptr);
|
||||
|
||||
//! \cond file-scope
|
||||
//! \cond file_scope
|
||||
|
||||
// Helper class to
|
||||
// register re-reader
|
||||
|
@ -34,7 +34,7 @@ License
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
//! \cond file-scope
|
||||
//! \cond file_scope
|
||||
// Write list as single or multiple entries - see exprTools::getList()
|
||||
static void writeList
|
||||
(
|
||||
|
@ -38,7 +38,7 @@ Note
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
//! \cond file-scope
|
||||
//! \cond file_scope
|
||||
|
||||
// Maximum depth for recursive variable names
|
||||
static constexpr label maxRecursionDepth_ = 100;
|
||||
|
@ -39,7 +39,7 @@ defineTypeNameAndDebug(ccm, 0);
|
||||
|
||||
// * * * * * * * * * * * * * * Static Functions * * * * * * * * * * * * * * //
|
||||
|
||||
// \cond file-scope
|
||||
// \cond file_scope
|
||||
// Return the string corresponding to the error
|
||||
static const char* errorMsg(CCMIOError err)
|
||||
{
|
||||
|
@ -36,7 +36,7 @@ Description
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
//! \cond internal-use
|
||||
//! \cond internal_use
|
||||
// internal use only - skip doxygen documentation
|
||||
namespace Foam
|
||||
{
|
||||
|
@ -38,18 +38,18 @@ Description
|
||||
- Torque coefficient, 10*Kq
|
||||
- Advance coefficient, J
|
||||
- Open water efficiency, etaO
|
||||
- Written to postProcessing/<name>/<time>/propellerPerformance.dat
|
||||
- Written to postProcessing/\<name\>/\<time\>/propellerPerformance.dat
|
||||
|
||||
Controlled by writeControl:
|
||||
- Wake field text file
|
||||
- Wake: 1 - UzMean/URef
|
||||
- Velocity in cylindrical coordinates at xyz locations
|
||||
- Written to postProcessing/<name>/<time>/wake.dat
|
||||
- Written to postProcessing/\<name\>/\<time\>/wake.dat
|
||||
- Axial wake field text file
|
||||
- 1 - Uz/URef at r/R and angle
|
||||
- Written to postProcessing/<name>/<time>/axialWake.dat
|
||||
- Written to postProcessing/\<name\>/\<time\>/axialWake.dat
|
||||
- Velocity surface
|
||||
- Written to postProcessing/<name>/surfaces/time>/disk.<fileType>
|
||||
- Written to postProcessing/\<name\>/surfaces/\<time\>/disk.<fileType>
|
||||
|
||||
Usage
|
||||
Example of function object specification:
|
||||
|
@ -53,6 +53,7 @@ Usage
|
||||
// Mandatory/Optional (inherited) entries
|
||||
...
|
||||
}
|
||||
\endverbatim
|
||||
|
||||
where the entries mean:
|
||||
\table
|
||||
|
@ -94,7 +94,7 @@ Usage
|
||||
Entry | Description | Type | Req'd | Dflt
|
||||
sets | Names of input cellSets | wordList | cond'l | -
|
||||
set | Name of input cellSet | word | cond'l | -
|
||||
\endverbatm
|
||||
\endverbatim
|
||||
|
||||
Note
|
||||
The order of precedence among the conditional mandatory entries from the
|
||||
|
@ -98,12 +98,10 @@ protected:
|
||||
//- Contribution to field sensitivity derivatives
|
||||
// Topology optimisation or other variants with
|
||||
// as many design variables as the mesh cells
|
||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
autoPtr<volScalarField> dJdbPtr_;
|
||||
|
||||
// Contribution to surface sensitivity derivatives
|
||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
//- Term from material derivative
|
||||
autoPtr<boundaryVectorField> bdJdbPtr_;
|
||||
@ -129,7 +127,7 @@ protected:
|
||||
|
||||
// Contribution to volume-based sensitivities from volume-based
|
||||
// objective functions
|
||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
//- Multiplier of d(Volume)/db
|
||||
autoPtr<volScalarField> divDxDbMultPtr_;
|
||||
|
@ -653,7 +653,7 @@ void NURBS3DSurface::buildSurface()
|
||||
<< "\nuNCPs: " << uNCPs << "\nvNCPs: " << vNCPs
|
||||
<< "\nNURBSSurface:\nCPs: " << CPs
|
||||
<< endl;
|
||||
//*/
|
||||
*/
|
||||
vectorField& field = *this;
|
||||
field = vector::zero;
|
||||
|
||||
@ -800,7 +800,7 @@ void NURBS3DSurface::makeEquidistant
|
||||
Info<< "Making points equidistant is physical space on surface "
|
||||
<< name_
|
||||
<< endl;
|
||||
//*/
|
||||
*/
|
||||
// Equidistant spacing in u along v isoLines.
|
||||
for (label vI = 0; vI<nVPts_; vI++)
|
||||
{
|
||||
@ -1295,7 +1295,7 @@ List<scalarList> NURBS3DSurface::genEquidistant
|
||||
Info<< "Generating points equidistant in physical space on surface "
|
||||
<< name_
|
||||
<< endl;
|
||||
//*/
|
||||
*/
|
||||
// Preset U and V with uniform values.
|
||||
List<scalarList> UV(NPARAMS, scalarList(0));
|
||||
|
||||
@ -2151,7 +2151,7 @@ void NURBS3DSurface::write(const word fileName)
|
||||
|
||||
curveFileBases << endl;
|
||||
}
|
||||
//*/
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
@ -2208,7 +2208,7 @@ void NURBS3DSurface::write(const fileName dirName, const fileName fileName)
|
||||
|
||||
curveFileBases << endl;
|
||||
}
|
||||
//*/
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
@ -2273,7 +2273,7 @@ void NURBS3DSurface::writeWParses(const word fileName)
|
||||
|
||||
curveFileBases << endl;
|
||||
}
|
||||
//*/
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user